allow torch 2.9 for python 3.14

This commit is contained in:
Branch Vincent 2025-10-24 20:08:49 -07:00
parent 17a77b3999
commit 89e775a343
No known key found for this signature in database
4 changed files with 1309 additions and 525 deletions

955
model_server/poetry.lock generated

File diff suppressed because it is too large Load diff

View file

@ -8,7 +8,7 @@ readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"fastapi==0.115.0",
"torch==2.6.0",
"torch>=2.6.0",
"uvicorn==0.31.0",
"transformers>=4.37.0,<5.0.0",
"accelerate>=1.0.0,<2.0.0",
@ -21,7 +21,6 @@ dependencies = [
"opentelemetry-exporter-otlp>=1.28.0,<2.0.0",
"opentelemetry-instrumentation-fastapi>=0.49b0,<1.0",
"overrides>=7.7.0,<8.0.0",
"setuptools==75.5.0",
]
[project.scripts]