Update pyproject.toml
Browse files- pyproject.toml +3 -1
pyproject.toml
CHANGED
@@ -18,7 +18,9 @@ dependencies = [
|
|
18 |
"torchao==0.6.1",
|
19 |
"hf_transfer==0.1.8",
|
20 |
"edge-maxxing-pipelines @ git+https://github.com/womboai/edge-maxxing@7c760ac54f6052803dadb3ade8ebfc9679a94589#subdirectory=pipelines",
|
21 |
-
"para_attn"
|
|
|
|
|
22 |
]
|
23 |
|
24 |
[[tool.edge-maxxing.models]]
|
|
|
18 |
"torchao==0.6.1",
|
19 |
"hf_transfer==0.1.8",
|
20 |
"edge-maxxing-pipelines @ git+https://github.com/womboai/edge-maxxing@7c760ac54f6052803dadb3ade8ebfc9679a94589#subdirectory=pipelines",
|
21 |
+
"para_attn",
|
22 |
+
"setuptools",
|
23 |
+
"bitsandbytes"
|
24 |
]
|
25 |
|
26 |
[[tool.edge-maxxing.models]]
|