We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14dff75 commit 73a6c0eCopy full SHA for 73a6c0e
package_specific.sh
@@ -40,6 +40,8 @@ if [[ $REPO == "Dao-AILab/flash-attention" ]]; then
40
echo NVCC_THREADS=1 >> "$GITHUB_ENV"
41
if [[ $OS == "Linux" ]]; then
42
echo MAX_JOBS=2 >> "$GITHUB_ENV"
43
+ elif [[ $OS == "Windows" ]]; then
44
+ echo MAX_JOBS=3 >> "$GITHUB_ENV"
45
fi
46
47
patch -p0 < "$SCRIPT_DIR"/package_specific/flash_attention.patch
0 commit comments