Update pyproject.toml
Browse files- pyproject.toml +2 -0
pyproject.toml
CHANGED
|
@@ -16,6 +16,8 @@ dependencies = [
|
|
| 16 |
"protobuf==5.28.3",
|
| 17 |
"sentencepiece==0.2.0",
|
| 18 |
"edge-maxxing-pipelines @ git+https://github.com/womboai/edge-maxxing@7c760ac54f6052803dadb3ade8ebfc9679a94589#subdirectory=pipelines",
|
|
|
|
|
|
|
| 19 |
]
|
| 20 |
|
| 21 |
[tool.edge-maxxing]
|
|
|
|
| 16 |
"protobuf==5.28.3",
|
| 17 |
"sentencepiece==0.2.0",
|
| 18 |
"edge-maxxing-pipelines @ git+https://github.com/womboai/edge-maxxing@7c760ac54f6052803dadb3ade8ebfc9679a94589#subdirectory=pipelines",
|
| 19 |
+
"gitpython>=3.1.43",
|
| 20 |
+
"torchao>=0.6.1"
|
| 21 |
]
|
| 22 |
|
| 23 |
[tool.edge-maxxing]
|