RonanMcGovern commited on
Commit
ede9e7c
1 Parent(s): f49726f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -3
README.md CHANGED
@@ -17,9 +17,8 @@ datasets:
17
 
18
  This model is fine-tuned for function calling.
19
  - The model is suitable for commercial use and is licensed with the Llama 3 Community license.
20
- - A GGUF will be added shortly.
21
 
22
- Check out other fine-tuned function calling models [here](https://trelis.com/function-calling/).
23
 
24
  ## Quick Server Setup
25
  Runpod one click TGI template [here](https://runpod.io/console/deploy?template=h20vae7szq&ref=jmfkcdio).
@@ -31,7 +30,7 @@ Runpod Affiliate [Link](https://runpod.io?ref=jmfkcdio) (helps support the Treli
31
  See below for sample prompt format.
32
 
33
  Complete inference scripts are available for purchase [here](https://trelis.com/enterprise-server-api-and-inference-guide/):
34
- - Easily format prompts using tokenizer.apply_chat_format (starting from openai formatted functions and a list of messages)
35
  - Automate catching, handling and chaining of function calls.
36
 
37
  ## Prompt Format
 
17
 
18
  This model is fine-tuned for function calling.
19
  - The model is suitable for commercial use and is licensed with the Llama 3 Community license.
 
20
 
21
+ Check out other fine-tuned function calling models [here](https://huggingface.co/collections/Trelis/function-calling-v3-657199ecbe378693925c7915).
22
 
23
  ## Quick Server Setup
24
  Runpod one click TGI template [here](https://runpod.io/console/deploy?template=h20vae7szq&ref=jmfkcdio).
 
30
  See below for sample prompt format.
31
 
32
  Complete inference scripts are available for purchase [here](https://trelis.com/enterprise-server-api-and-inference-guide/):
33
+ - Support for TGI, vLLM and Llama.cpp
34
  - Automate catching, handling and chaining of function calls.
35
 
36
  ## Prompt Format