Update README.md
Browse files
README.md
CHANGED
@@ -149,12 +149,18 @@ For other parameters and how to use them, please refer to [the llama.cpp documen
|
|
149 |
|
150 |
## How to use with Ollama
|
151 |
|
152 |
-
**Install Ollama:**
|
153 |
|
154 |
```
|
155 |
curl -fsSL https://ollama.com/install.sh | sh
|
156 |
```
|
157 |
|
|
|
|
|
|
|
|
|
|
|
|
|
158 |
### Building from `Modelfile`
|
159 |
|
160 |
Assuming that you have already downloaded GGUF files, here is how you can use them with [Ollama](https://ollama.com/):
|
|
|
149 |
|
150 |
## How to use with Ollama
|
151 |
|
152 |
+
1. **Install Ollama:**
|
153 |
|
154 |
```
|
155 |
curl -fsSL https://ollama.com/install.sh | sh
|
156 |
```
|
157 |
|
158 |
+
2. **Run the *phi3* model:**
|
159 |
+
|
160 |
+
```
|
161 |
+
ollama run infosys/nt-java
|
162 |
+
```
|
163 |
+
|
164 |
### Building from `Modelfile`
|
165 |
|
166 |
Assuming that you have already downloaded GGUF files, here is how you can use them with [Ollama](https://ollama.com/):
|