ailuntz commited on
Commit
d957316
·
verified ·
1 Parent(s): 8bd435b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -56,8 +56,8 @@ This repository is a community MLX conversion of the official `XiaomiMiMo/MiMo-V
56
 
57
  Current MLX usage is documented in the GitHub forks below:
58
 
59
- - [ailuntx/MiMo-V2.5-ASR](https://github.com/ailuntx/MiMo-V2.5-ASR)
60
- - [ailuntx/MiMo-Audio-Tokenizer](https://github.com/ailuntx/MiMo-Audio-Tokenizer)
61
 
62
  Install the current MLX path:
63
 
@@ -72,11 +72,11 @@ hf download mlx-community/MiMo-Audio-Tokenizer --local-dir ./models/MiMo-Audio-T
72
  hf download mlx-community/MiMo-V2.5-ASR-MLX --local-dir ./models/MiMo-V2.5-ASR-MLX
73
  ```
74
 
75
- Run transcription from the helper script in `ailuntx/MiMo-V2.5-ASR`:
76
 
77
  ```bash
78
- git clone https://github.com/ailuntx/MiMo-V2.5-ASR.git
79
- cd MiMo-V2.5-ASR
80
  python run_mimo_asr_mlx.py \
81
  --model ./models/MiMo-V2.5-ASR-MLX \
82
  --audio path/to/audio.wav
@@ -186,7 +186,7 @@ Spin up the MiMo-V2.5-ASR demo in minutes with the built-in Gradio app.
186
 
187
  ```bash
188
  git clone https://github.com/XiaomiMiMo/MiMo-V2.5-ASR.git
189
- cd MiMo-V2.5-ASR
190
  pip install -r requirements.txt
191
  pip install flash-attn==2.7.4.post1
192
  ```
 
56
 
57
  Current MLX usage is documented in the GitHub forks below:
58
 
59
+ - [ailuntx/MiMo-V2.5-ASR-MLX](https://github.com/ailuntx/MiMo-V2.5-ASR-MLX)
60
+ - [ailuntx/MiMo-Audio-Tokenizer-MLX](https://github.com/ailuntx/MiMo-Audio-Tokenizer-MLX)
61
 
62
  Install the current MLX path:
63
 
 
72
  hf download mlx-community/MiMo-V2.5-ASR-MLX --local-dir ./models/MiMo-V2.5-ASR-MLX
73
  ```
74
 
75
+ Run transcription from the helper script in `ailuntx/MiMo-V2.5-ASR-MLX`:
76
 
77
  ```bash
78
+ git clone https://github.com/ailuntx/MiMo-V2.5-ASR-MLX.git
79
+ cd MiMo-V2.5-ASR-MLX
80
  python run_mimo_asr_mlx.py \
81
  --model ./models/MiMo-V2.5-ASR-MLX \
82
  --audio path/to/audio.wav
 
186
 
187
  ```bash
188
  git clone https://github.com/XiaomiMiMo/MiMo-V2.5-ASR.git
189
+ cd MiMo-V2.5-ASR-MLX
190
  pip install -r requirements.txt
191
  pip install flash-attn==2.7.4.post1
192
  ```