Skip to content

Commit

Permalink
Fix read me (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
ToluClassics authored May 7, 2024
1 parent e9e3477 commit 780a060
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,15 @@ which can be super useful for monitoring the GPU and CPU usage on Apple Silicon
MLX Transformers provides a streamlit chat interface that can be used to interact with the models.
This template was adopted from https://github.com/da-z/mlx-ui.

![Chat Image](images/mlx_transformer_chat.png)

The chat interface is available in the `mlx_transformers/chat` module and can be used as follows:

```bash
- cd chat
- bash start.sh
```

[image](images/mlx_transformer_chat.png)



## Quick Tour

A list of the available models can be found in the `mlx_transformers.models` module and are also listed in the [section below](#available-model-architectures). The following example demonstrates how to load a model and use it for inference:
Expand Down

0 comments on commit 780a060

Please sign in to comment.