We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 926f822 commit 7069b60Copy full SHA for 7069b60
.gitignore
@@ -6,3 +6,4 @@
6
__pycache__/
7
setup.py
8
logos/
9
+build/
pyproject.toml
@@ -28,8 +28,8 @@ classifiers = [
28
"Programming Language :: Python :: 3.10",
29
]
30
dependencies = [
31
- # "torch",
32
- "torch @ https://download.pytorch.org/whl/cu118/torch-2.6.0-cp39-cp39-linux_x86_64.whl", # Specify torch 2.6.0 with GPU
+ "torch",
+ # "torch @ https://download.pytorch.org/whl/cu118/torch-2.6.0-cp39-cp39-linux_x86_64.whl", # Specify torch 2.6.0 with GPU
33
# "torch @ https://download.pytorch.org/whl/cu118/torch-*.whl", # Specify torch with GPU and last version
34
"numpy",
35
"matplotlib",
0 commit comments