Spaces:
Runtime error
Runtime error
not working, dont know why
Browse files- pyproject.toml +5 -1
- requirements.txt +3 -1
- vllm +1 -0
pyproject.toml
CHANGED
@@ -19,7 +19,7 @@ license = {text = "Apache 2"}
|
|
19 |
|
20 |
dependencies = [
|
21 |
"argilla>=2.4.0,<3.0.0",
|
22 |
-
"distilabel[argilla,hf-inference-endpoints,hf-transformers,instructor,llama-cpp,ollama,openai,outlines,
|
23 |
"gradio[oauth]>=5.4.0,<6.0.0",
|
24 |
"gradio-huggingfacehub-search>=0.0.12,<1.0.0",
|
25 |
"model2vec>=0.2.4,<1.0.0",
|
@@ -29,6 +29,7 @@ dependencies = [
|
|
29 |
"transformers>=4.44.2,<5.0.0",
|
30 |
"unstructured[md,pdf,docx]>=0.16.3,<1.0.0",
|
31 |
"setuptools",
|
|
|
32 |
]
|
33 |
|
34 |
[build-system]
|
@@ -37,3 +38,6 @@ build-backend = "pdm.backend"
|
|
37 |
|
38 |
[tool.pdm]
|
39 |
distribution = true
|
|
|
|
|
|
|
|
19 |
|
20 |
dependencies = [
|
21 |
"argilla>=2.4.0,<3.0.0",
|
22 |
+
"distilabel[argilla,hf-inference-endpoints,hf-transformers,instructor,llama-cpp,ollama,openai,outlines,vision]>=1.5.0,<2.00",
|
23 |
"gradio[oauth]>=5.4.0,<6.0.0",
|
24 |
"gradio-huggingfacehub-search>=0.0.12,<1.0.0",
|
25 |
"model2vec>=0.2.4,<1.0.0",
|
|
|
29 |
"transformers>=4.44.2,<5.0.0",
|
30 |
"unstructured[md,pdf,docx]>=0.16.3,<1.0.0",
|
31 |
"setuptools",
|
32 |
+
"numpy>=1.26.4",
|
33 |
]
|
34 |
|
35 |
[build-system]
|
|
|
38 |
|
39 |
[tool.pdm]
|
40 |
distribution = true
|
41 |
+
|
42 |
+
[tool.pdm.dependencies]
|
43 |
+
vllm = {path = "vllm", editable = true}
|
requirements.txt
CHANGED
@@ -1 +1,3 @@
|
|
1 |
-
-e git+https://github.com/argilla-io/synthetic-data-generator.git#egg=synthetic-dataset-generator
|
|
|
|
|
|
1 |
+
-e git+https://github.com/argilla-io/synthetic-data-generator.git#egg=synthetic-dataset-generator
|
2 |
+
distilabel[argilla,hf-inference-endpoints,hf-transformers,instructor,llama-cpp,ollama,openai,outlines,vision]
|
3 |
+
huggingface-hub
|
vllm
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Subproject commit b26078235722a434d92fe90dcea2023a5ae7294a
|