Fix EOS token id
#1
by
jncraton
- opened
I'm currently having to manually set the stop_token_ids in vllm in order get this model to terminate properly. I believe that this change will solve that issue.
This change adjusts the eos_token_id to match an update to the original model. Here's the commit that updated the original model for reference: