Skip to content

Commit

Permalink
Add per integration extra dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rlouf committed Nov 28, 2024
1 parent 11ae206 commit c52a685
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ dependencies = [
"jsonschema",
"requests",
"tqdm",
"datasets",
"typing_extensions",
"pycountry",
"airportsdata",
Expand All @@ -46,6 +45,12 @@ dependencies = [
dynamic = ["version"]

[project.optional-dependencies]
vllm = ["vllm"],
transformers = ["transformers", "accelerate", "datasets"]
mlxlm = ["mlx-lm", "datasets"]
openai = ["openai"]
llamacpp = ["llama-cpp-python", "transformers", "datasets"]
exllamav2 = ["exllamav2"]
test = [
"pre-commit",
"pytest",
Expand Down

0 comments on commit c52a685

Please sign in to comment.