-
Notifications
You must be signed in to change notification settings - Fork 201
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add mlx. * Add flax. * Yaml is possibly worse than XML at this point. * . * Fixing BF16+BigEndian+Torch on Torch > 2.1 * Fix macos-13 so Python 3.8 is supported. * Clippy fix. * Adding macos-latest (ARM) to the test suite. * Fmt. * Installing cargo audit. * I. * Fixing format. * Update 2 locations. * tf.random.normal * Random normal flax * Fixing flax test. * Remove bool test for flax. * Attempting to upgrade numpy version. * Revert pyproject.toml * Fixing bool test (PT). * Fixing new ARM element of matrix. * Install mlx on ARM. * Ignoring flax on macos arm. * No bfloat16 on mlx. * Reference issue in code. * Re-enabling jax tests ? * Removing ARM+macos target. * Irrelevant changes. * Trying to debug remotely. * Different logs. * This isn't counterproductive dev speed. * Install mlx on old non arm macos. * Adding a clone ? * Checking bfloat16 serialized values. * Linter. * Hopefully fixing the byteswapping. * Run mlx only on Python 3.11. * Yaml.. * Fixing MLX tests (making it optional/skipped unfortunately). * Much better fix that doesn't depend on torch version. * Cleaner escape for MLX. * Fixing F8XXX dtypes too on big endians + torch. * inplace actually modifies storage. * Inplace for numpy requires new holding place.
- Loading branch information
Showing
7 changed files
with
118 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters