Unverified Commit 29e3a090 authored by Charlene Yang's avatar Charlene Yang Committed by GitHub
Browse files

[PyTorch] Reduce the number of FA versions in L3 tests (#1280)



remove one FA version in the L3 test
Signed-off-by: default avatarCharlene Yang <8636796+cyanguwa@users.noreply.github.com>
parent 3ea7dd37
...@@ -12,7 +12,7 @@ pip install pytest==8.2.1 ...@@ -12,7 +12,7 @@ pip install pytest==8.2.1
export MAX_JOBS=4 export MAX_JOBS=4
# Iterate over Flash Attention versions # Iterate over Flash Attention versions
FA_versions=(2.1.1 2.3.0 2.4.0.post1 2.4.1 2.5.7 2.6.3 3.0.0b1) FA_versions=(2.1.1 2.3.0 2.4.1 2.5.7 2.6.3 3.0.0b1)
for fa_version in "${FA_versions[@]}" for fa_version in "${FA_versions[@]}"
do do
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment