Skip to content

Commit

Permalink
update xformers
Browse files Browse the repository at this point in the history
Signed-off-by: Bill Nell <bill@neuralmagic.com>
  • Loading branch information
bnellnm committed Oct 25, 2024
1 parent e970933 commit 5a54b48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-cuda.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5a54b48

Please sign in to comment.