daekeun-ml
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -47,14 +47,14 @@ curl -fsSL https://ollama.com/install.sh | sh
|
|
47 |
huggingface-cli download daekeun-ml/Phi-3-medium-4k-instruct-ko-poc-gguf-v0.1 Modelfile_q4 --local-dir /path/to/your/local/dir
|
48 |
```
|
49 |
|
50 |
-
|
51 |
Use the Ollama CLI to create your model with the following command:
|
52 |
|
53 |
```
|
54 |
ollama create phi3-ko -f Modelfile_q4
|
55 |
```
|
56 |
|
57 |
-
|
58 |
```
|
59 |
ollama run phi3-ko What is Machine Learning?
|
60 |
```
|
|
|
47 |
huggingface-cli download daekeun-ml/Phi-3-medium-4k-instruct-ko-poc-gguf-v0.1 Modelfile_q4 --local-dir /path/to/your/local/dir
|
48 |
```
|
49 |
|
50 |
+
3. **Build the Ollama Model:**
|
51 |
Use the Ollama CLI to create your model with the following command:
|
52 |
|
53 |
```
|
54 |
ollama create phi3-ko -f Modelfile_q4
|
55 |
```
|
56 |
|
57 |
+
4. **Run the model:**
|
58 |
```
|
59 |
ollama run phi3-ko What is Machine Learning?
|
60 |
```
|