Replies: 1 comment 1 reply
-
Edit:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I converted this model to gguf :https://huggingface.co/indonlp/cendol-llama2-13b-merged-chat
This model based on llama 13b so I thought that it should work with llama.cpp
I use this code to convert it:
it run successfully and then I push it to hf repo. Later I want to use it with LangChain, so I try:
but it return
I have tried with some other model but all give the same error. Does anyone know what caused this error?
Beta Was this translation helpful? Give feedback.
All reactions