Update README.md
Browse files
README.md
CHANGED
@@ -49,7 +49,7 @@ Nothing contained in this Model Card should be interpreted as or deemed a restri
|
|
49 |
|
50 |
## How to Use
|
51 |
|
52 |
-
Phi-3 Mini-128K-Instruct has been integrated in the development version (4.
|
53 |
|
54 |
* When loading the model, ensure that `trust_remote_code=True` is passed as an argument of the `from_pretrained()` function.
|
55 |
|
|
|
49 |
|
50 |
## How to Use
|
51 |
|
52 |
+
Phi-3 Mini-128K-Instruct has been integrated in the development version (4.41.0.dev0) of `transformers`. Until the official version is released through `pip`, ensure that you are doing one of the following:
|
53 |
|
54 |
* When loading the model, ensure that `trust_remote_code=True` is passed as an argument of the `from_pretrained()` function.
|
55 |
|