mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
update torch==2.6.0
This commit is contained in:
parent
14f19f02a7
commit
f728a1a975
14 changed files with 124 additions and 102 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "archgw_modelserver"
|
||||
version = "0.3.4"
|
||||
version = "0.3.5"
|
||||
description = "A model server for serving models"
|
||||
authors = ["Katanemo Labs, Inc <info@katanemo.com>"]
|
||||
license = "Apache 2.0"
|
||||
|
|
@ -12,7 +12,7 @@ packages = [
|
|||
[tool.poetry.dependencies]
|
||||
python = "^3.10"
|
||||
fastapi = "0.115.0"
|
||||
torch = "2.4.1"
|
||||
torch = "2.6.0"
|
||||
uvicorn = "0.31.0"
|
||||
transformers = "^4.37.0"
|
||||
accelerate = "^1.0.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue