We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e037980 commit 07296dcCopy full SHA for 07296dc
.github/workflows/build_rocm_transformer_engine_wheel_weekly.yml
@@ -122,7 +122,7 @@ jobs:
122
export NVTE_ROCM_ARCH="${GFX_ARCH}"
123
python3 setup.py bdist_wheel
124
wheel_path="$(
125
- python3 -c 'import glob; m=sorted(glob.glob(\"dist/transformer_engine-*.whl\")); print(m[0] if m else \"\")'
+ python3 -c 'import glob; m=sorted(glob.glob("dist/transformer_engine-*.whl")); print(m[0] if m else "")'
126
)"
127
if [ -z "${wheel_path}" ]; then
128
echo "No wheel produced in dist/ (selector=${SELECTOR})."
0 commit comments