From db2a6a41e206abecf4128aba25117fcaf7bebe12 Mon Sep 17 00:00:00 2001 From: Michael Goin Date: Thu, 4 Apr 2024 12:49:49 -0700 Subject: [PATCH] [Hardware][CPU] Update cpu torch to match default of 2.2.1 (#3854) --- requirements-cpu.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-cpu.txt b/requirements-cpu.txt index 580bffea..d80c18be 100644 --- a/requirements-cpu.txt +++ b/requirements-cpu.txt @@ -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 \ No newline at end of file