https://github.com/da-z/mlx-ui
A simple UI / Web / Frontend for MLX mlx-lm using Streamlit.
https://github.com/da-z/mlx-ui
ai apple-silicon llm mlx
Last synced: 11 months ago
JSON representation
A simple UI / Web / Frontend for MLX mlx-lm using Streamlit.
- Host: GitHub
- URL: https://github.com/da-z/mlx-ui
- Owner: da-z
- License: mit
- Created: 2024-01-18T16:12:56.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-28T15:43:25.000Z (about 1 year ago)
- Last Synced: 2025-01-28T16:34:55.207Z (about 1 year ago)
- Topics: ai, apple-silicon, llm, mlx
- Language: Python
- Homepage:
- Size: 204 KB
- Stars: 237
- Watchers: 2
- Forks: 31
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MLX Chat
A simple UI / Web / Frontend for MLX mlx-lm using Streamlit.

## Install
```shell
$ ./install.sh
```
Or to install using latest versions of the libs (may break functionality):
```shell
$ ./install.sh refresh
```
## Update
After fetching a newer version it's recommended to run again the installation script.
```shell
$ ./install.sh
```
## Run
```shell
$ ./run.sh
```
You can also use a custom model.txt file (see [mlx-community](https://huggingface.co/mlx-community) for more models):
```shell
$ ./run.sh --models mymodels.txt
```