Update README.md
Browse files
README.md
CHANGED
@@ -20,12 +20,12 @@ The Phi-3-mini-mango-1 is an instruct finetune of [Phi-3-mini-4k-instruct](https
|
|
20 |
|
21 |
It is a first cut of finetuning Phi-3 (which is a great model!) to explore its properties and behaviour. More to follow.
|
22 |
|
23 |
-
You will need to update your local transformers to the
|
24 |
```
|
25 |
-
pip
|
26 |
```
|
27 |
|
28 |
-
|
29 |
|
30 |
|
31 |
|
|
|
20 |
|
21 |
It is a first cut of finetuning Phi-3 (which is a great model!) to explore its properties and behaviour. More to follow.
|
22 |
|
23 |
+
You will need to update your local transformers to the latest version to run this model (4.41.0 or above):
|
24 |
```
|
25 |
+
pip install -U transformers
|
26 |
```
|
27 |
|
28 |
+
This version has the support for the new Phi-3 model type.
|
29 |
|
30 |
|
31 |
|