-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
llama2 7b model #89
Comments
hi,
currently the LLM sample application only supports
"TinyLlama-1.1B-Chat-v0.3-fp16" and "Mistral-7B-Instruct-v0.2-fp16".
Vito
|
Hello, So is it not possible to customise another LLM model? Thanks |
Since TinyLlama adopts the same architecture and tokenizer as Llama 2,
adding Llama 2 support to src/llm.cpp should be fairly simple. It involves
exporting the onnx file, running "onnxsim_large_model" on it, and finally
running "onnx2txt".
Vito
|
Hello, I already try but some error comes out plz help me.
after export my model and "onnxsim_large_model" > "onnx2txt"
output of my onnx2txt code how can I fix it? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
Thank you for your interesting project.
Can I use OnnxStream task in Llama2 -7b fp16 model??
The text was updated successfully, but these errors were encountered: