Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ H3-specific Metal performance and memory optimization on M3 Max and M5 Max.

## Tutorial

### 0. Download the model

```sh
HF_HUB_ENABLE_HF_TRANSFER=1 hf download MiniMaxAI/MiniMax-H3 \
--local-dir ./MiniMax-H3 --include "FL2VA/*"
```

### 1. Build and inspect the model

The examples assume that the Hugging Face snapshot is in `./MiniMax-H3` and
Expand Down