update dependencies in pyproject.toml for improved compatibility and performance
Browse files- pyproject.toml +10 -1
- uv.lock +0 -0
pyproject.toml
CHANGED
|
@@ -5,6 +5,15 @@ description = "Add your description here"
|
|
| 5 |
readme = "README.md"
|
| 6 |
requires-python = ">=3.13"
|
| 7 |
dependencies = [
|
|
|
|
| 8 |
"datasets>=4.4.1",
|
| 9 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
]
|
|
|
|
| 5 |
readme = "README.md"
|
| 6 |
requires-python = ">=3.13"
|
| 7 |
dependencies = [
|
| 8 |
+
"ctransformers>=0.2.27",
|
| 9 |
"datasets>=4.4.1",
|
| 10 |
+
"gguf>=0.17.1",
|
| 11 |
+
"gradio>=6.0.1",
|
| 12 |
+
"huggingface-hub>=0.36.0",
|
| 13 |
+
"numpy>=2.3.5",
|
| 14 |
+
"protobuf>=6.33.1",
|
| 15 |
+
"sentencepiece>=0.2.1",
|
| 16 |
+
"torch>=2.6.0",
|
| 17 |
+
"transformers>=4.57.3",
|
| 18 |
+
"typer>=0.20.0",
|
| 19 |
]
|
uv.lock
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|