Update README.md
Browse files
README.md
CHANGED
@@ -38,7 +38,7 @@ tags:
|
|
38 |
3. Once downloaded, open Modelfile in a text editor, and change the path to the download location of the gguf file
|
39 |
4. When changed, save the file, and open command terminal
|
40 |
5. *(Optional if CMD isn't opened via file explorer)* Navigate to the correct directory using "cd"
|
41 |
-
6. Run the command ```ollama create sweaterdog/Andy-3.
|
42 |
7. Go to a profile in MindCraft
|
43 |
8. Change the model to be ```sweaterdog/Andy-3.6``` *Or whatever you named your model*
|
44 |
9. Ensure you have the emdedding tag set to Ollama, like below
|
|
|
38 |
3. Once downloaded, open Modelfile in a text editor, and change the path to the download location of the gguf file
|
39 |
4. When changed, save the file, and open command terminal
|
40 |
5. *(Optional if CMD isn't opened via file explorer)* Navigate to the correct directory using "cd"
|
41 |
+
6. Run the command ```ollama create sweaterdog/Andy-3.6 -f Modelfile``` If you want multiple models, include a tag afterwards. Example: sweaterdog/Andy-3.5:mini-fp16 or sweaterdog/Andy-3.6:q2_k
|
42 |
7. Go to a profile in MindCraft
|
43 |
8. Change the model to be ```sweaterdog/Andy-3.6``` *Or whatever you named your model*
|
44 |
9. Ensure you have the emdedding tag set to Ollama, like below
|