Upload correct benchmark artifact (#3471)

* fix: correct filename

* fix: why is this .py?
This commit is contained in:
wozeparrot
2024-02-22 01:14:16 -05:00
committed by GitHub
parent ab40c0cf93
commit 57678012e1

View File

@@ -145,7 +145,7 @@ jobs:
# - name: Run 10 CIFAR training steps w 6 GPUS
# run: time HALF=1 STEPS=10 BS=1536 GPUS=6 python3 examples/hlb_cifar10.py
- name: Run full CIFAR training
run: time HIP=1 HALF=1 LATEWINO=1 STEPS=1000 TARGET_EVAL_ACC_PCT=93 python3 examples/hlb_cifar10.py | tee train_cifar_one_gpu.py
run: time HIP=1 HALF=1 LATEWINO=1 STEPS=1000 TARGET_EVAL_ACC_PCT=93 python3 examples/hlb_cifar10.py | tee train_cifar_one_gpu.txt
- uses: actions/upload-artifact@v4
with:
name: Speed (AMD)
@@ -155,7 +155,7 @@ jobs:
train_cifar.txt
train_cifar_half.txt
train_cifar_wino.txt
train_cifar_wino_half_hip.txt
train_cifar_one_gpu.txt
llama_unjitted.txt
llama_jitted.txt
gpt2_unjitted.txt