hiieu commited on
Commit
ae136f6
1 Parent(s): a58107a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -18,6 +18,8 @@ This model was fine-tuned on Vistral-7B-chat for function calling.
18
 
19
  ## Usage
20
 
 
 
21
  ```python
22
  import torch
23
  from transformers import AutoModelForCausalLM, AutoTokenizer
 
18
 
19
  ## Usage
20
 
21
+ You can find GGUF model here: https://huggingface.co/hiieu/Vistral-7B-Chat-function-calling-gguf
22
+
23
  ```python
24
  import torch
25
  from transformers import AutoModelForCausalLM, AutoTokenizer