protasovnn
commited on
Update README.md
Browse filesFunction definition are different in new version of mlx-llm
README.md
CHANGED
@@ -44,7 +44,7 @@ from transformers import AutoTokenizer
|
|
44 |
|
45 |
model = create_model(
|
46 |
"e5-mistral-7b-instruct",
|
47 |
-
|
48 |
strict=False
|
49 |
)
|
50 |
|
|
|
44 |
|
45 |
model = create_model(
|
46 |
"e5-mistral-7b-instruct",
|
47 |
+
weights="path/to/weights.npz",
|
48 |
strict=False
|
49 |
)
|
50 |
|