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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -16,8 +16,8 @@ library_name: transformers
16
  This is an updated version of Phi 3.5 Mini Instruct which is supported by the latest version of Transformers. Check with Transformers version 4.47.0.
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)];
23
  [[mini-instruct](https://huggingface.co/microsoft/Phi-4-mini-instruct) | [onnx](https://huggingface.co/microsoft/Phi-4-mini-instruct-onnx)]
 
16
  This is an updated version of Phi 3.5 Mini Instruct which is supported by the latest version of Transformers. Check with Transformers version 4.47.0.
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)];
23
  [[mini-instruct](https://huggingface.co/microsoft/Phi-4-mini-instruct) | [onnx](https://huggingface.co/microsoft/Phi-4-mini-instruct-onnx)]