fix bug in ENABLE_METHOD_CACHE and enable for llvm

This commit is contained in:
George Hotz
2023-03-06 07:43:40 -08:00
parent 8c5dea8d72
commit 5dc227dba6
3 changed files with 5 additions and 3 deletions

View File

@@ -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