Update README.md
Browse files
README.md
CHANGED
|
@@ -41,7 +41,7 @@ python -m executorch.extension.audio.mel_spectrogram \
|
|
| 41 |
## Run
|
| 42 |
Download tokenizer
|
| 43 |
```
|
| 44 |
-
curl -L https://huggingface.co/mistralai/Voxtral-Mini-3B-2507/resolve/main/tekken.json
|
| 45 |
```
|
| 46 |
Build the runner from the ExecuTorch repo root
|
| 47 |
```
|
|
|
|
| 41 |
## Run
|
| 42 |
Download tokenizer
|
| 43 |
```
|
| 44 |
+
curl -L https://huggingface.co/mistralai/Voxtral-Mini-3B-2507/resolve/main/tekken.json --output tekken.json
|
| 45 |
```
|
| 46 |
Build the runner from the ExecuTorch repo root
|
| 47 |
```
|