Fix unsupported ScalarType BFloat16

This commit is contained in:
ricardo-larosa
2023-12-06 13:30:59 +01:00
parent 97d6fa24ba
commit 0338e21733
2 changed files with 6 additions and 4 deletions

View File

@@ -29,7 +29,7 @@ Once you've converted the weights to MLX format, you can interact with the
LLaMA model:
```
python llama.py mlx_llama.npz tokenizer.model "hello"
python llama.py mlx_llama_weights.npz <path_to_tokenizer.model> "hello"
```
Run `python llama.py --help` for more details.