mirror of
https://github.com/ml-explore/mlx.git
synced 2025-09-01 04:24:36 +08:00
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:
@@ -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:
|
||||
|
Reference in New Issue
Block a user