Re-update the LLM implementation#48
Conversation
|
Seems like there is an error from CI. I've seem this before, check here to see if it's useful. |
3f2247e to
56ba84f
Compare
d537aba to
9dbc8cd
Compare
|
Hi @niansong1996, sorry for the late reply. I have resolved the CI error. It seems that I have to change the |
|
That is okay, what we can do is to use this branch to evaluate the new models before we decide the upgrade the |
|
@yilunzhao I am getting the following error when testing LLaMA: The command I ran is: Now if I use one GPU, I will get this error: Can you see if you can replicate those errors and figure out why they are happening? |
…t llama-based model uses empty string as tokenizer_eos_token
|
Hi @niansong1996, I think this error raised because the installed torch is incompatible with CUDA in ziva. Could you please try to re-install the torch by And this is my pip freeze: |
#46, re-update the implementation for llama, alpaca, santacoder