From f1f3caa9a669608c305b61fa5e7b9283ec3376d7 Mon Sep 17 00:00:00 2001 From: Bill Nell Date: Fri, 25 Oct 2024 20:44:57 +0000 Subject: [PATCH] downgrade cpu pytorch version Signed-off-by: Bill Nell --- requirements-cpu.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-cpu.txt b/requirements-cpu.txt index 8e47a850fc029..27ca8ca5dbc58 100644 --- a/requirements-cpu.txt +++ b/requirements-cpu.txt @@ -2,5 +2,5 @@ -r requirements-common.txt # Dependencies for x86_64 CPUs -torch == 2.5.0+cpu; platform_machine != "ppc64le" +torch == 2.4.0+cpu; platform_machine != "ppc64le" torchvision; platform_machine != "ppc64le" # required for the image processor of phi3v, this must be updated alongside torch