Update README.md
Browse files
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
|