Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/moskomule/mlx_examples


https://github.com/moskomule/mlx_examples

Last synced: about 2 months ago
JSON representation

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 .
```