"tests/models/mobilebert/test_tokenization_mobilebert.py" did not exist on "df160af736cba1d50c09abcf92c8fc6c00bcdb13"
Fix typo in a parameter name for open llama model (#23637)
* Update modeling_open_llama.py Fix typo in `use_memorry_efficient_attention` parameter name * Update configuration_open_llama.py Fix typo in `use_memorry_efficient_attention` parameter name * Update configuration_open_llama.py Take care of backwards compatibility ensuring that the previous parameter name is taken into account if used * Update configuration_open_llama.py format to adjust the line length * Update configuration_open_llama.py proper code formatting using `make fixup` * Update configuration_open_llama.py pop the argument not to let it be set later down the line
Showing
Please register or sign in to comment