Skip to content

Commit

Permalink
Add requirements.txt for synthetic dataset generator dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
davidberenstein1957 committed Jan 17, 2025
1 parent cd0d358 commit f8ee3e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,15 @@ license = {text = "Apache 2"}

dependencies = [
"argilla>=2.4.0,<3.0.0",
"distilabel[argilla,hf-inference-endpoints,hf-transformers,instructor,llama-cpp,ollama,openai,outlines,vllm] @ git+https://github.com/argilla-io/distilabel.git@develop",
"distilabel[argilla,hf-inference-endpoints,hf-transformers,instructor,llama-cpp,ollama,openai,outlines,vllm,vision]>=1.5.0,<2.00",
"gradio[oauth]>=5.4.0,<6.0.0",
"gradio-huggingfacehub-search>=0.0.12,<1.0.0",
"model2vec>=0.2.4,<1.0.0",
"pydantic>=2.10.5,<3.0.0",
"sentence-transformers>=3.2.0,<4.0.0",
"transformers>=4.44.2,<5.0.0",
"unstructured[md,pdf,docx]>=0.16.0,<1.0.0",
"setuptools",
]

[build-system]
Expand Down

0 comments on commit f8ee3e7

Please sign in to comment.