Skip to content

Commit

Permalink
make torch a default requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
lapp0 committed Oct 10, 2024
1 parent 5ccf4e5 commit 72b381f
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 @@ -40,6 +40,7 @@ dependencies = [
"typing_extensions",
"pycountry",
"airportsdata",
"torch",
"outlines_core==0.1.14",
]
dynamic = ["version"]
Expand All @@ -61,7 +62,6 @@ test = [
"huggingface_hub",
"openai>=1.0.0",
"vllm; sys_platform != 'darwin'",
"torch",
"transformers",
"pillow",
"exllamav2",
Expand Down

0 comments on commit 72b381f

Please sign in to comment.