Update README.md
Browse files
README.md
CHANGED
@@ -167,18 +167,12 @@ For other parameters and how to use them, please refer to [the llama.cpp documen
|
|
167 |
|
168 |
## How to use with Ollama
|
169 |
|
170 |
-
|
171 |
|
172 |
```
|
173 |
curl -fsSL https://ollama.com/install.sh | sh
|
174 |
```
|
175 |
|
176 |
-
2. **Run the *NT-Java* model:**
|
177 |
-
|
178 |
-
```
|
179 |
-
ollama run NT-Java
|
180 |
-
```
|
181 |
-
|
182 |
### Building from `Modelfile`
|
183 |
|
184 |
Assuming that you have already downloaded GGUF files, here is how you can use them with [Ollama](https://ollama.com/):
|
|
|
167 |
|
168 |
## How to use with Ollama
|
169 |
|
170 |
+
**Install Ollama:**
|
171 |
|
172 |
```
|
173 |
curl -fsSL https://ollama.com/install.sh | sh
|
174 |
```
|
175 |
|
|
|
|
|
|
|
|
|
|
|
|
|
176 |
### Building from `Modelfile`
|
177 |
|
178 |
Assuming that you have already downloaded GGUF files, here is how you can use them with [Ollama](https://ollama.com/):
|