Skip to content

Commit 48893e3

Browse files
authored
ENH: Bump to cuda 13 and update cursor/vscode settings (#28)
* ENH: Bump to cuda 13 and update cursor/vscode settings * Revert changes to image_tools.py to remove it from PR
1 parent 8e57cb9 commit 48893e3

2 files changed

Lines changed: 12 additions & 6 deletions

File tree

.vscode/settings.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,11 @@
4545
"python.linting.enabled": false,
4646
"python.linting.flake8Enabled": false,
4747
"python.linting.pylintEnabled": false,
48-
"python.formatting.provider": "none"
48+
"python.formatting.provider": "none",
49+
"python.languageServer": "None",
50+
"cursorpyright.analysis.diagnosticSeverityOverrides": {
51+
"reportUndefinedVariable": "warning",
52+
"reportMissingImports": "warning"
53+
},
54+
"cursorpyright.analysis.typeCheckingMode": "basic"
4955
}

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,18 +88,18 @@ dependencies = [
8888

8989
[tool.uv.sources]
9090
torch = [
91-
{ index = "pytorch-cu126" }
91+
{ index = "pytorch-cu130" }
9292
]
9393
torchvision = [
94-
{ index = "pytorch-cu126" }
94+
{ index = "pytorch-cu130" }
9595
]
9696
torchaudio = [
97-
{ index = "pytorch-cu126" }
97+
{ index = "pytorch-cu130" }
9898
]
9999

100100
[[tool.uv.index]]
101-
name = "pytorch-cu126"
102-
url = "https://download.pytorch.org/whl/cu126"
101+
name = "pytorch-cu130"
102+
url = "https://download.pytorch.org/whl/cu130"
103103
explicit = true
104104

105105
[project.optional-dependencies]

0 commit comments

Comments
 (0)