Replies: 1 comment 1 reply
-
I don't know if it's fully supported, you'll have to try. |
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.
-
Hi. I want to say thanks for the very cool projects llama.cpp and ggml. I use them in my iOS app. I built some of the core of my project from llama.cpp, some from examples like gpt-2.
In the llama.cpp code I found these lines:
enum llm_arch { LLM_ARCH_LLAMA, LLM_ARCH_FALCON, LLM_ARCH_BAICHUAN, LLM_ARCH_GPT2, LLM_ARCH_GPTJ, LLM_ARCH_GPTNEOX, LLM_ARCH_MPT, LLM_ARCH_STARCODER, LLM_ARCH_PERSIMMON, LLM_ARCH_REFACT, LLM_ARCH_BLOOM, LLM_ARCH_STABLELM, LLM_ARCH_QWEN, LLM_ARCH_UNKNOWN, };
And I can assume that somehow llama.cpp supports gpt-2 models.
Am I right?
Beta Was this translation helpful? Give feedback.
All reactions