mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-06-24 02:14:17 +00:00
mlperf ci uses its own cache (#10705)
not to interfere with regular cache which is used by benchmark
This commit is contained in:
parent
8cdf6e4d1e
commit
d93a0bee6b
1 changed files with 3 additions and 1 deletions
4
.github/workflows/mlperf.yml
vendored
4
.github/workflows/mlperf.yml
vendored
|
|
@ -24,4 +24,6 @@ jobs:
|
|||
ln -s /raid/datasets/imagenet extra/datasets/imagenet
|
||||
- name: Run resnet
|
||||
run: |
|
||||
BENCHMARK_LOG=mlpert_train_resnet LOGMLPERF=0 examples/mlperf/training_submission_v5.1/tinycorp/benchmarks/resnet/implementations/tinybox_red/run_and_time.sh
|
||||
rm "~/.cache/tinygrad/cache_mlperf.db" || true
|
||||
BENCHMARK_LOG=mlpert_train_resnet LOGMLPERF=0 CACHEDB="~/.cache/tinygrad/cache_mlperf.db" examples/mlperf/training_submission_v5.1/tinycorp/benchmarks/resnet/implementations/tinybox_red/run_and_time.sh
|
||||
rm "~/.cache/tinygrad/cache_mlperf.db"
|
||||
Loading…
Add table
Add a link
Reference in a new issue