ailuntz commited on
Commit
50ed323
·
verified ·
1 Parent(s): 35106e4

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -58,8 +58,8 @@ This repository is the MLX export used by `mlx-community/MiMo-V2.5-ASR-MLX`.
58
 
59
  Current MLX usage is documented in:
60
 
61
- - [ailuntx/MiMo-V2.5-ASR](https://github.com/ailuntx/MiMo-V2.5-ASR)
62
- - [ailuntx/MiMo-Audio-Tokenizer](https://github.com/ailuntx/MiMo-Audio-Tokenizer)
63
 
64
  Install the current MLX path:
65
 
@@ -80,8 +80,8 @@ This tokenizer is consumed automatically by:
80
  If you are following the standalone GitHub path, clone the MiMo ASR fork and use its helper script:
81
 
82
  ```bash
83
- git clone https://github.com/ailuntx/MiMo-V2.5-ASR.git
84
- cd MiMo-V2.5-ASR
85
  python run_mimo_asr_mlx.py \
86
  --model ./models/MiMo-V2.5-ASR-MLX \
87
  --audio path/to/audio.wav
 
58
 
59
  Current MLX usage is documented in:
60
 
61
+ - [ailuntx/MiMo-V2.5-ASR-MLX](https://github.com/ailuntx/MiMo-V2.5-ASR-MLX)
62
+ - [ailuntx/MiMo-Audio-Tokenizer-MLX](https://github.com/ailuntx/MiMo-Audio-Tokenizer-MLX)
63
 
64
  Install the current MLX path:
65
 
 
80
  If you are following the standalone GitHub path, clone the MiMo ASR fork and use its helper script:
81
 
82
  ```bash
83
+ git clone https://github.com/ailuntx/MiMo-V2.5-ASR-MLX.git
84
+ cd MiMo-V2.5-ASR-MLX
85
  python run_mimo_asr_mlx.py \
86
  --model ./models/MiMo-V2.5-ASR-MLX \
87
  --audio path/to/audio.wav