Skip to content

Commit e47e6ee

Browse files
committed
chore: upgrade torch version for github testing
1 parent 86e2112 commit e47e6ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests_full.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
sudo apt-get update
2424
sudo apt-get install curl -y # required by coveralls
2525
sudo apt-get install git -y
26-
python -m pip install torch~=2.4.1
26+
python -m pip install torch==2.6.0
2727
python -m pip install --upgrade pip setuptools wheel
2828
export FLASH_ATTENTION_SKIP_CUDA_BUILD=TRUE
2929
python -m pip install -e .[tests]

0 commit comments

Comments
 (0)