LlamaEdge / LlamaEdge

The easiest & fastest way to run customized and fine-tuned LLMs locally or on the edge

Home Page:https://llamaedge.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

question: Running Gorilla OpenFunctions v1?

ChristianWeyer opened this issue · comments

Summary

Hey all!

is it possible to run Gorilla OpenFunctions v1 (with function calling support) on WasmEdge?
https://huggingface.co/TheBloke/gorilla-openfunctions-v1-GGUF

Thanks.

Appendix

No response

I think it is certainly possible. We should be able to run all GGUF models. However, this model seems to require a specific prompt template format. Do you want to try it?

You can use llama-simple to manually assemble and test the raw input. That is to assemble your own text input that confirms to the required template. The commonly used templates are codified in a shared crate for llama-chat and llama-api-server.