diff --git a/.vscode/settings.json b/.vscode/settings.json index 133fb10..82100e3 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -45,5 +45,11 @@ "python.linting.enabled": false, "python.linting.flake8Enabled": false, "python.linting.pylintEnabled": false, - "python.formatting.provider": "none" + "python.formatting.provider": "none", + "python.languageServer": "None", + "cursorpyright.analysis.diagnosticSeverityOverrides": { + "reportUndefinedVariable": "warning", + "reportMissingImports": "warning" + }, + "cursorpyright.analysis.typeCheckingMode": "basic" } diff --git a/pyproject.toml b/pyproject.toml index 1ea2f3d..ae220f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -88,18 +88,18 @@ dependencies = [ [tool.uv.sources] torch = [ - { index = "pytorch-cu126" } + { index = "pytorch-cu130" } ] torchvision = [ - { index = "pytorch-cu126" } + { index = "pytorch-cu130" } ] torchaudio = [ - { index = "pytorch-cu126" } + { index = "pytorch-cu130" } ] [[tool.uv.index]] -name = "pytorch-cu126" -url = "https://download.pytorch.org/whl/cu126" +name = "pytorch-cu130" +url = "https://download.pytorch.org/whl/cu130" explicit = true [project.optional-dependencies]