From 6eb440d470f95f70ac80b60de883927e3d219a64 Mon Sep 17 00:00:00 2001 From: Bill Nell Date: Tue, 22 Oct 2024 14:49:51 +0000 Subject: [PATCH] update xformers --- requirements-cuda.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-cuda.txt b/requirements-cuda.txt index ff4117f0c9af6..92fa303d687a2 100644 --- a/requirements-cuda.txt +++ b/requirements-cuda.txt @@ -7,4 +7,4 @@ nvidia-ml-py # for pynvml package torch == 2.5.0 # These must be updated alongside torch torchvision == 0.20 # Required for phi3v processor. See https://github.com/pytorch/vision?tab=readme-ov-file#installation for corresponding version -xformers == 0.0.28.post1; platform_system == 'Linux' and platform_machine == 'x86_64' # Requires PyTorch 2.4.0 +xformers == 0.0.28.post2; platform_system == 'Linux' and platform_machine == 'x86_64' # Requires PyTorch 2.5.0