chiennv commited on
Commit
706960a
1 Parent(s): 3d63ced

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -4
README.md CHANGED
@@ -65,13 +65,15 @@ Câu trả lời của bạn không nên chứa bất kỳ nội dung gây hại
65
  You can also use the chat template file in [this repository](https://huggingface.co/chiennv/Vistral-7B-Chat-gguf/blob/main/template_chat.json).
66
  <!-- prompt-template end -->
67
 
68
- ## How to download GGUF files
69
 
70
- ## How to run Inference with GGUF files
 
 
 
 
71
 
72
- ### Run from Python code using ctransformers
73
 
74
- ### LM Studio
75
 
76
  ### Use with langchain
77
 
 
65
  You can also use the chat template file in [this repository](https://huggingface.co/chiennv/Vistral-7B-Chat-gguf/blob/main/template_chat.json).
66
  <!-- prompt-template end -->
67
 
68
+ ### LM Studio
69
 
70
+ To deploy Vistral locally on LM Studio, ensure you are utilizing the [specified chat template](https://huggingface.co/uonlp/Vistral-7B-Chat-gguf/blob/main/template_chat.json). Before initiating the process, make sure to upload the chat template, as illustrated in the image below:
71
+
72
+ <p align="center"> <img src="usage.png" width="650" /> </p>
73
+
74
+ This step is crucial for the proper functioning of Vistral on your local machine.
75
 
 
76
 
 
77
 
78
  ### Use with langchain
79