[Hardware][CPU] Update cpu torch to match default of 2.2.1 (#3854)

This commit is contained in:
Michael Goin 2024-04-04 12:49:49 -07:00 committed by GitHub
parent ca81ff5196
commit db2a6a41e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@ fastapi
uvicorn[standard]
pydantic >= 2.0 # Required for OpenAI server.
prometheus_client >= 0.18.0
torch == 2.1.2+cpu
torch == 2.2.1+cpu
triton >= 2.1.0
filelock == 3.13.3
py-cpuinfo