RonanMcGovern commited on
Commit
55cded1
1 Parent(s): 8dcc948
Files changed (1) hide show
  1. README.md +2 -1
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-callin-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 🤗