mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-10 20:04:52 +00:00
Declare torch as build dep.
This commit is contained in:
parent
e08f3ac555
commit
757cf1783d
@ -54,5 +54,8 @@ priority = "explicit"
|
||||
markers = ["private: marks tests as requiring an admin hf token (deselect with '-m \"not private\"')"]
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core>=1.0.0"]
|
||||
requires = [
|
||||
"poetry-core>=1.0.0"
|
||||
"torch>=2.0.1"
|
||||
]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
Loading…
Reference in New Issue
Block a user