mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-01-10 15:38:29 -05:00
Revert "don't try to run benchmark on forks" (#1508)
This commit is contained in:
4
.github/workflows/benchmark.yml
vendored
4
.github/workflows/benchmark.yml
vendored
@@ -10,7 +10,6 @@ jobs:
|
||||
testmacbenchmark:
|
||||
name: Mac Benchmark
|
||||
runs-on: [self-hosted, macOS]
|
||||
if: github.repositor.owner == 'tinygrad'
|
||||
env:
|
||||
PYTHONPATH: .
|
||||
steps:
|
||||
@@ -47,7 +46,6 @@ jobs:
|
||||
testamdbenchmark:
|
||||
name: AMD Benchmark
|
||||
runs-on: [self-hosted, Linux]
|
||||
if: github.repositor.owner == 'tinygrad'
|
||||
env:
|
||||
PYTHONPATH: .
|
||||
steps:
|
||||
@@ -79,4 +77,4 @@ jobs:
|
||||
torch_speed.txt
|
||||
train_cifar.txt
|
||||
llama_unjitted.txt
|
||||
llama_jitted.txt
|
||||
llama_jitted.txt
|
||||
Reference in New Issue
Block a user