Skip to content

Commit 72b381f

Browse files
committed
make torch a default requirement
1 parent 5ccf4e5 commit 72b381f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ dependencies = [
4040
"typing_extensions",
4141
"pycountry",
4242
"airportsdata",
43+
"torch",
4344
"outlines_core==0.1.14",
4445
]
4546
dynamic = ["version"]
@@ -61,7 +62,6 @@ test = [
6162
"huggingface_hub",
6263
"openai>=1.0.0",
6364
"vllm; sys_platform != 'darwin'",
64-
"torch",
6565
"transformers",
6666
"pillow",
6767
"exllamav2",

0 commit comments

Comments
 (0)