Pin PyTorch & xformers versions (#2155)

This commit is contained in:
Woosuk Kwon
2023-12-17 01:46:54 -08:00
committed by GitHub
parent e1d5402238
commit b0a1d667b0
4 changed files with 5 additions and 5 deletions

View File

@@ -49,7 +49,7 @@ jobs:
matrix:
os: ['ubuntu-20.04']
python-version: ['3.8', '3.9', '3.10', '3.11']
pytorch-version: ['2.1.1']
pytorch-version: ['2.1.2'] # Must be the most recent version that meets requirements.txt.
cuda-version: ['11.8', '12.1']
steps: