File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change @@ -88,18 +88,18 @@ dependencies = [
8888
8989[tool .uv .sources ]
9090torch = [
91- { index = " pytorch-cu126 " }
91+ { index = " pytorch-cu130 " }
9292]
9393torchvision = [
94- { index = " pytorch-cu126 " }
94+ { index = " pytorch-cu130 " }
9595]
9696torchaudio = [
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 "
103103explicit = true
104104
105105[project .optional-dependencies ]
You can’t perform that action at this time.
0 commit comments