pankajmathur
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -35,11 +35,16 @@ My preferred method is Ollama but you can choose other ways to use this modle lo
|
|
35 |
Here are the steps for Ollama:
|
36 |
1. Install Ollama https://github.com/ollama/ollama
|
37 |
2. After Installing Ollama run below command on your terminal
|
38 |
-
|
39 |
ollama run hf.co/pankajmathur/orca_mini_v9_6_1B-Instruct-GGUF:F16
|
40 |
-
|
41 |
4. Start Chatting with this model
|
42 |
5. Optional: For ChatGPT like experience (or better), Install Open-Webui https://github.com/open-webui/open-webui
|
|
|
|
|
|
|
|
|
|
|
43 |
6. It will auto connect to Ollama running this model and you can start chatting right away
|
44 |
|
45 |
|
|
|
35 |
Here are the steps for Ollama:
|
36 |
1. Install Ollama https://github.com/ollama/ollama
|
37 |
2. After Installing Ollama run below command on your terminal
|
38 |
+
```shell
|
39 |
ollama run hf.co/pankajmathur/orca_mini_v9_6_1B-Instruct-GGUF:F16
|
40 |
+
```
|
41 |
4. Start Chatting with this model
|
42 |
5. Optional: For ChatGPT like experience (or better), Install Open-Webui https://github.com/open-webui/open-webui
|
43 |
+
```shell
|
44 |
+
pip install open-webui
|
45 |
+
|
46 |
+
open-webui serve
|
47 |
+
```
|
48 |
6. It will auto connect to Ollama running this model and you can start chatting right away
|
49 |
|
50 |
|