mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-04-29 03:00:14 -04:00
fixes to Onnx ops LayerNormalization/Prelu and added OptionalHasElement/OptionalGetElement (#956)
* prelu and where casting * typing for safe_numpy * optional * get rid of tracing in ci * cleanup and resolved layernorm issues * removed debug print
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -112,7 +112,7 @@ jobs:
|
||||
- name: Run Pytest
|
||||
run: TORCH=1 python -m pytest -s -v -n=auto test/
|
||||
- name: Run ONNX
|
||||
run: TORCH=1 python -m pytest test/external/external_test_onnx_backend.py || true
|
||||
run: TORCH=1 python -m pytest test/external/external_test_onnx_backend.py --tb=no --disable-warnings || true
|
||||
|
||||
testgpu:
|
||||
name: GPU Tests
|
||||
|
||||
Reference in New Issue
Block a user