mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-01-10 07:28:15 -05:00
is faster?
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user