Trying to start a new chat in "instruct" mode with Llama 3 gives error and doesn't start the new chat - is there a way to fix? #6268
Replies: 1 comment
-
I also updated to the new latest version of textgen webui today (25/07/2024) since it says version v1.12 was released today. I assume that's the one currently installed now (though I don't see the version in the UI). With this latest version it still gives an error of "IndexError: list index out of range" when pressing the button to start a new chat when in Instruct mode when Meta-Llama-3.1-8B-Instruct.Q4_0.gguf is loaded with llama.cpp. Yet it works okay if it's pressed when it's in "chat instruct" mode. But sometimes you want the plainer Instruct mode rather than a character. And Llama.cpp seemed to be the loader that it could load with (I tried a few other ones that gave errors). Is there fix for pressing "new chat" when in "instruct mode" when using Llama 3 or Llama 3.1 (so it doesn't give that index error when it's pressed)? |
Beta Was this translation helpful? Give feedback.
-
Today I updated to the latest oobabooga text gen version (despite the issue in my last post about it seeming to contact the internet while processing prompts for some unknown reason - which seems a security risk).
So I tried using another AI model then loaded Llama 3 (Meta-Llama-3-70B-Instruct.IQ1_M.gguf - one of the most quantized versions of it, which was loaded with the llama.cpp model loader, which I assume was the default for it) and tried to start a new conversation using the "new conversation" button and with it in instruct mode.
and it gave this error (in Windows 10 Pro):
And won't start the new chat. Is the a bug in the latest version of it or is there something I can do to make it work?
Beta Was this translation helpful? Give feedback.
All reactions