Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion recipe/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ requirements:
- torchvision ==0.23.0
- if: linux64
then:
- xformers ==0.0.32.*
- xformers 0.0.32.*
else:
# see https://github.com/vllm-project/vllm/blame/v{{ version }}/requirements/cpu.txt;
# some are in common already (py-cpuinfo), some move there because they're in both cpu&cuda (numba)
Expand Down
Loading