macadeliccc commited on
Commit
9b718ec
·
verified ·
1 Parent(s): 3ee2ade

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -36,6 +36,12 @@ What's the capital of France?<|im_end|>
36
  <|im_start|>assistant
37
  Paris.
38
  ```
 
 
 
 
 
 
39
  ## OpenAI compatible server with vLLM
40
 
41
  install instructions for vllm can be found [here](https://docs.vllm.ai/en/latest/getting_started/installation.html)
 
36
  <|im_start|>assistant
37
  Paris.
38
  ```
39
+
40
+ ## Run easily with ollama
41
+
42
+ ```bash
43
+ ollama run macadeliccc/mistral-7b-v2-openhermes
44
+ ```
45
  ## OpenAI compatible server with vLLM
46
 
47
  install instructions for vllm can be found [here](https://docs.vllm.ai/en/latest/getting_started/installation.html)