Commit
·
7d073b9
1
Parent(s):
355f7a0
add gptq
Browse files
README.md
CHANGED
|
@@ -13,6 +13,7 @@ tags:
|
|
| 13 |
- function calling
|
| 14 |
- sharded
|
| 15 |
- ggml
|
|
|
|
| 16 |
---
|
| 17 |
# fLlama 2 - Function Calling Llama 2
|
| 18 |
|
|
@@ -20,7 +21,7 @@ tags:
|
|
| 20 |
- The model responds with a structured json argument with the function name and arguments
|
| 21 |
|
| 22 |
Available models:
|
| 23 |
-
- fLlama-7B ([bitsandbytes NF4](https://huggingface.co/Trelis/Llama-2-7b-chat-hf-function-calling)), ([GGML](https://huggingface.co/Trelis/Llama-2-7b-chat-hf-function-calling-GGML)) - free
|
| 24 |
- fLlama-13B ([bitsandbytes NF4](https://huggingface.co/Trelis/Llama-2-13b-chat-hf-function-calling)) - paid
|
| 25 |
|
| 26 |
## Inference with Google Colab and HuggingFace 🤗
|
|
|
|
| 13 |
- function calling
|
| 14 |
- sharded
|
| 15 |
- ggml
|
| 16 |
+
- gptq
|
| 17 |
---
|
| 18 |
# fLlama 2 - Function Calling Llama 2
|
| 19 |
|
|
|
|
| 21 |
- The model responds with a structured json argument with the function name and arguments
|
| 22 |
|
| 23 |
Available models:
|
| 24 |
+
- fLlama-7B ([bitsandbytes NF4](https://huggingface.co/Trelis/Llama-2-7b-chat-hf-function-calling)), ([GGML](https://huggingface.co/Trelis/Llama-2-7b-chat-hf-function-calling-GGML)), ([GPTQ](https://huggingface.co/Trelis/Llama-2-7b-chat-hf-function-calling-GPTQ)) - free
|
| 25 |
- fLlama-13B ([bitsandbytes NF4](https://huggingface.co/Trelis/Llama-2-13b-chat-hf-function-calling)) - paid
|
| 26 |
|
| 27 |
## Inference with Google Colab and HuggingFace 🤗
|