mirror of
https://github.com/ml-explore/mlx-examples.git
synced 2025-10-24 06:28:07 +08:00
fix(lora): tokenizer return incompatible mx array (#271)
* fix(lora): tokenizer return incompatible encodeing mx array * add readme nit --------- Co-authored-by: Awni Hannun <awni@apple.com>
This commit is contained in:
@@ -162,7 +162,7 @@ useful for the sake of attribution and model versioning.
|
||||
For example, to fuse and upload a model derived from Mistral-7B-v0.1, run:
|
||||
|
||||
```
|
||||
python fuse.py --upload My-4-bit-model --hf-repo mistralai/Mistral-7B-v0.1
|
||||
python fuse.py --upload-name My-4-bit-model --hf-repo mistralai/Mistral-7B-v0.1
|
||||
```
|
||||
|
||||
## Custom Data
|
||||
|
Reference in New Issue
Block a user