Update README.md
Browse files
README.md
CHANGED
|
@@ -17,6 +17,7 @@ This is an updated version of Phi 3.5 Mini Instruct which is supported by the la
|
|
| 17 |
This line needed changing in `modeling_phi3.py`.
|
| 18 |
|
| 19 |
From: `max_cache_length = past_key_values.get_max_length()`
|
|
|
|
| 20 |
To: `max_cache_length = past_key_values.get_max_cache_shape()`
|
| 21 |
|
| 22 |
🎉**Phi-4**: [[multimodal-instruct](https://huggingface.co/microsoft/Phi-4-multimodal-instruct) | [onnx](https://huggingface.co/microsoft/Phi-4-multimodal-instruct-onnx)];
|
|
|
|
| 17 |
This line needed changing in `modeling_phi3.py`.
|
| 18 |
|
| 19 |
From: `max_cache_length = past_key_values.get_max_length()`
|
| 20 |
+
|
| 21 |
To: `max_cache_length = past_key_values.get_max_cache_shape()`
|
| 22 |
|
| 23 |
🎉**Phi-4**: [[multimodal-instruct](https://huggingface.co/microsoft/Phi-4-multimodal-instruct) | [onnx](https://huggingface.co/microsoft/Phi-4-multimodal-instruct-onnx)];
|