is faster?

This commit is contained in:
George Hotz
2023-06-25 15:01:34 -07:00
parent 48c22d79e8
commit 42db542010

View File

@@ -206,7 +206,7 @@ jobs:
with:
python-version: 3.11
- name: Install Dependencies
run: pip install -e '.[metal,testing]'
run: pip install --use-feature=fast-deps -e '.[metal,testing]'
- name: Test LLaMA compile speed
run: PYTHONPATH="." METAL=1 python3 test/external/external_test_speed_llama.py
#- name: Run dtype test