mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-01-09 15:08:02 -05:00
dont run on fork (#1510)
This commit is contained in:
4
.github/workflows/benchmark.yml
vendored
4
.github/workflows/benchmark.yml
vendored
@@ -10,6 +10,7 @@ jobs:
|
||||
testmacbenchmark:
|
||||
name: Mac Benchmark
|
||||
runs-on: [self-hosted, macOS]
|
||||
if: github.repository_owner == 'tinygrad'
|
||||
env:
|
||||
PYTHONPATH: .
|
||||
steps:
|
||||
@@ -46,6 +47,7 @@ jobs:
|
||||
testamdbenchmark:
|
||||
name: AMD Benchmark
|
||||
runs-on: [self-hosted, Linux]
|
||||
if: github.repository_owner == 'tinygrad'
|
||||
env:
|
||||
PYTHONPATH: .
|
||||
steps:
|
||||
@@ -77,4 +79,4 @@ jobs:
|
||||
torch_speed.txt
|
||||
train_cifar.txt
|
||||
llama_unjitted.txt
|
||||
llama_jitted.txt
|
||||
llama_jitted.txt
|
||||
|
||||
Reference in New Issue
Block a user