mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-01-09 06:58:11 -05:00
Upload correct benchmark artifact (#3471)
* fix: correct filename * fix: why is this .py?
This commit is contained in:
4
.github/workflows/benchmark.yml
vendored
4
.github/workflows/benchmark.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user