Use public API instead of removed private function in `te_llama.py` (#1856)
Use public API instead of removed private function * replaced use of _load_state_dict_into_model with model.load_state_dict because the private function _load_state_dict_into_model was removed in https://github.com/huggingface/transformers/pull/36335 Signed-off-by:Jan Bielak <jbielak@nvidia.com>
Showing
Please register or sign in to comment