Spaces:
Running
Running
Michael Hu
commited on
Commit
·
2f4a906
1
Parent(s):
a8e8bfe
update torch install
Browse files- pyproject.toml +5 -0
pyproject.toml
CHANGED
@@ -37,6 +37,11 @@ pytest = "^8.0.2"
|
|
37 |
[[tool.poetry.source]]
|
38 |
name = "pytorch"
|
39 |
url = "https://download.pytorch.org/whl/cpu"
|
|
|
|
|
|
|
|
|
|
|
40 |
priority = "primary"
|
41 |
|
42 |
[build-system]
|
|
|
37 |
[[tool.poetry.source]]
|
38 |
name = "pytorch"
|
39 |
url = "https://download.pytorch.org/whl/cpu"
|
40 |
+
priority = "supplemental"
|
41 |
+
|
42 |
+
[[tool.poetry.source]]
|
43 |
+
name = "tsinghua"
|
44 |
+
url = "https://pypi.tuna.tsinghua.edu.cn/simple"
|
45 |
priority = "primary"
|
46 |
|
47 |
[build-system]
|