Skip to content

Commit

Permalink
Fix typo in vllm extra requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
chicham authored and rlouf committed Dec 8, 2024
1 parent c8e69c6 commit dccaace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies = [
dynamic = ["version"]

[project.optional-dependencies]
vllm = ["vllm", "transformers", "numpy2"]
vllm = ["vllm", "transformers", "numpy<2"]
transformers = ["transformers", "accelerate", "datasets", "numpy<2"]
mlxlm = ["mlx-lm", "datasets"]
openai = ["openai"]
Expand Down

0 comments on commit dccaace

Please sign in to comment.