9fed14bcf789717ce61c703c91498327c3c0c937
llm/ollama\343\201\247llm-jp-3\343\202\222\345\213\225\343\201\213\343\201\231.md
... | ... | @@ -1,5 +1,4 @@ |
1 | 1 | |
2 | - |
|
3 | 2 | 1. `safetensor`形式から`gguf`形式に変換する。 |
4 | 3 | |
5 | 4 | 参考: <https://note.com/npaka/n/n3e99d2a45a4b> |
... | ... | @@ -93,7 +92,7 @@ |
93 | 92 | 1. ollamaでモデルを構築する |
94 | 93 | |
95 | 94 | ``` |
96 | - $ ollama create llm-jp-3-13b-instruct -f .\Modelfile |
|
95 | + $ ollama create llm-jp-3-13b-instruct -f ./Modelfile |
|
97 | 96 | ``` |
98 | 97 | |
99 | 98 | 1. ollamaで実行する。 |