Closed Xiuyu-Li closed 1 year ago
It seems that llama.py does not feed position_ids and will throw out an error when running it. This PR addresses this issue and can run the llama script and reproduce results successfully.
llama.py
position_ids
Thanks for fix, I must have run the code with an older HF version.
It seems that
llama.py
does not feedposition_ids
and will throw out an error when running it. This PR addresses this issue and can run the llama script and reproduce results successfully.