mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-01-23 05:48:08 -05:00
fix bug in ENABLE_METHOD_CACHE and enable for llvm
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -92,7 +92,7 @@ jobs:
|
||||
- name: Install Dependencies
|
||||
run: pip install -e '.[llvm,testing]' --extra-index-url https://download.pytorch.org/whl/cpu
|
||||
- name: Run Pytest
|
||||
run: LLVM=1 python -m pytest -s -v -n=auto
|
||||
run: ENABLE_METHOD_CACHE=1 LLVM=1 python -m pytest -s -v -n=auto
|
||||
|
||||
testtorch:
|
||||
name: Torch Tests
|
||||
|
||||
Reference in New Issue
Block a user