don't explicitly set cpu pytorch version (#1986)

use a constraint file
use min version of xformers
don't install autoawq with pytorch 2.5.0
debugging for errors
upgrade pip first
fix action yml
add back try/except
retry w/o constraint
use --no-build-isolation
show torch version
install setuptools and wheel
add back try/except
This commit is contained in:
Wing Lian
2024-10-21 19:50:50 -04:00
committed by GitHub
parent e12a2130e9
commit 955cca41fc
3 changed files with 14 additions and 5 deletions

View File

@@ -16,7 +16,7 @@ flash-attn==2.6.3
sentencepiece
wandb
einops
xformers==0.0.28.post1
xformers>=0.0.23.post1
optimum==1.16.2
hf_transfer
colorama