You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in 5 notebook, when i called this cell llm_chain=get_llm_chain(model_llm,tokenizer) AttributeError comes with message AttributeError: 'MistralForCausalLM' object has no attribute 'eos_token_id' as i check it is in torch/nn/modules/module.py and i can't figure-out this error
The text was updated successfully, but these errors were encountered:
in 5 notebook, when i called this cell
llm_chain=get_llm_chain(model_llm,tokenizer)
AttributeError comes with messageAttributeError: 'MistralForCausalLM' object has no attribute 'eos_token_id'
as i check it is in torch/nn/modules/module.py and i can't figure-out this errorThe text was updated successfully, but these errors were encountered: