Commit 1e1c917
Use positional unpacking for mlx_lm.load() tuple
mlx_lm.load() returns a tuple (model, tokenizer), not a dict.
The example incorrectly used ** (keyword unpacking) instead of * (positional unpacking).1 parent c9dd296 commit 1e1c917
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
| 128 | + | |
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| |||
0 commit comments