Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit e3933b2

Browse files
authored
Update more-tests.yml
print out parameters during execution
1 parent 8178a39 commit e3933b2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/more-tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
gpu-arch-version: "12.4"
2020
timeout: 60
2121
script: |
22+
set -xeou pipefail
2223
echo "::group::Print machine info"
2324
uname -a
2425
echo "::endgroup::"
@@ -95,6 +96,7 @@ jobs:
9596
gpu-arch-version: "12.4"
9697
timeout: 60
9798
script: |
99+
set -xeou pipefail
98100
echo "::group::Print machine info"
99101
uname -a
100102
echo "::endgroup::"
@@ -122,6 +124,8 @@ jobs:
122124
for DEVICE in cpu cuda; do
123125
for DTYPE in bfloat16 float16 float32; do
124126
for SDPA in 'math' 'flash_attention' 'efficient_attention' 'cudnn_attention'; do
127+
echo "******************************************************************"
128+
echo "******* $DEVICE $DTYPE $SDPA "
125129
###################################################################
126130
# Python execution interpreted vanilla
127131
python torchchat.py generate --checkpoint-path ${MODEL_PATH} --attention-backend ${SDPA} --device ${DEVICE} --dtype ${DTYPE} --temperature 0

0 commit comments

Comments
 (0)