Spaces:
Runtime error
Runtime error
first commit
Browse files- pyproject.toml +2 -1
- requirements.txt +0 -1
- uv.lock +0 -0
- 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]
|
|
|
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]
|
requirements.txt
DELETED
@@ -1 +0,0 @@
|
|
1 |
-
-e git+https://github.com/argilla-io/synthetic-data-generator.git#egg=synthetic-dataset-generator
|
|
|
|
uv.lock
ADDED
The diff for this file is too large to render.
See raw diff
|
|
vllm
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Subproject commit b26078235722a434d92fe90dcea2023a5ae7294a
|