Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moskomule/mlx_examples
https://github.com/moskomule/mlx_examples
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/moskomule/mlx_examples
- Owner: moskomule
- License: mit
- Created: 2023-12-10T01:36:59.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-10T13:20:42.000Z (about 1 year ago)
- Last Synced: 2024-11-16T07:35:32.130Z (2 months ago)
- Language: Python
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mlx-examples
This repository contains some examples of [mlx](), a JAX+PyTorch like framework recently released from Apple.
**This project is work in progress**
![pytest](https://github.com/moskomule/mlx-examples/workflows/pytest/badge.svg)
[![document](https://img.shields.io/static/v1?label=doc&message=mlx-examples&color=blue)](https://moskomule.github.io/mlx-examples)## Installation
```
hatch create env
```or
```
pip install -U -e .
```