We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86e2112 commit e47e6eeCopy full SHA for e47e6ee
.github/workflows/tests_full.yml
@@ -23,7 +23,7 @@ jobs:
23
sudo apt-get update
24
sudo apt-get install curl -y # required by coveralls
25
sudo apt-get install git -y
26
- python -m pip install torch~=2.4.1
+ python -m pip install torch==2.6.0
27
python -m pip install --upgrade pip setuptools wheel
28
export FLASH_ATTENTION_SKIP_CUDA_BUILD=TRUE
29
python -m pip install -e .[tests]
0 commit comments