Update pyproject.toml
Browse files- pyproject.toml +4 -0
pyproject.toml
CHANGED
|
@@ -19,6 +19,10 @@ dependencies = [
|
|
| 19 |
"gitpython>=3.1.43",
|
| 20 |
"hf_transfer==0.1.8",
|
| 21 |
"torchao==0.6.1",
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
]
|
| 23 |
|
| 24 |
[[tool.edge-maxxing.models]]
|
|
|
|
| 19 |
"gitpython>=3.1.43",
|
| 20 |
"hf_transfer==0.1.8",
|
| 21 |
"torchao==0.6.1",
|
| 22 |
+
"setuptools>=75.3.0",
|
| 23 |
+
"torchvision==0.20.1",
|
| 24 |
+
"para-attn==0.3.15",
|
| 25 |
+
"git-lfs<=1.6"
|
| 26 |
]
|
| 27 |
|
| 28 |
[[tool.edge-maxxing.models]]
|