You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For large multi-part model files, such as [rubra-meta-llama-3-70b-instruct_Q6_K-0000*-of-00003.gguf](https://huggingface.co/rubra-ai/Meta-Llama-3-70B-Instruct-GGUF/tree/main), use the following command to merge them before proceeding to the next step:
That's it! MAKE SURE you turn `stream` OFF when making api calls to the server, as the streaming feature is not supported yet. And we will support streaming too soon.
102
+
103
+
For more function calling examples, you can checkout `test_llamacpp.ipynb` notebook.
104
+
105
+
### Choosing a Chat Template for Different Models
106
+
107
+
| Model | Chat Template |
108
+
|---------|:-------------:|
109
+
| Llama3 | llama3 |
110
+
| Mistral | llama2 |
111
+
| Phi3 | phi3 |
112
+
| Gemma | gemma |
113
+
| Qwen2 | chatml |
114
+
115
+
For example, to run [Rubra's enhanced Phi3 model](https://huggingface.co/rubra-ai/Phi-3-mini-128k-instruct-function-calling-alpha-v1-GGUF), use the following command:
0 commit comments