Skip to content

Commit

Permalink
Add versioning info to README (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcvz authored Jul 13, 2024
1 parent 90debb4 commit 367978e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ _[Blaze](https://runblaze.dev) supports this project by providing ultra-fast App
* `metal` - enables metal (GPU) usage in MLX
* `accelerate` - enables using the accelerate framework in MLX

## Versioning

For simplicity, the main crate `mls-rs` follows MLX’s versioning, allowing you to easily see which MLX version you’re using under the hood. The `mlx-sys` crate follows the versioning of `mlx-c`, as that is the version from which the API is generated. The `mlx-macros` crate uses its own versioning, as those macros are developed independently by us.

## Community

If you are excited about the project or want to contribute, don't hesitate to join our [Discord](https://discord.gg/jZvTsxDX49)!
Expand Down

0 comments on commit 367978e

Please sign in to comment.