sovitrath commited on
Commit
ca577cc
·
verified ·
1 Parent(s): 9f8a520

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
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)];