Choose the right MLX bf16 for extensions (#1135)

* default to custom bf

* choose right bf

* fix extensions

* fix circle conf
This commit is contained in:
Awni Hannun
2024-05-17 15:09:28 -07:00
committed by GitHub
parent b3ec792380
commit 23406c9e9e
3 changed files with 6 additions and 5 deletions

View File

@@ -99,7 +99,10 @@ jobs:
- run:
name: Build example extension
command: |
cd examples/extensions && python3.8 -m pip install .
source env/bin/activate
cd examples/extensions
pip install -r requirements.txt
python setup.py build_ext -j8
- store_test_results:
path: test-results
- run: