583357c7fe6379fa66ed82cd542d1fdcc4bdbb4e
llm/ollama\343\201\247llm-jp-3\343\202\222\345\213\225\343\201\213\343\201\231.md
| ... | ... | @@ -39,11 +39,11 @@ |
| 39 | 39 | $ pip install -r requirements.txt |
| 40 | 40 | ``` |
| 41 | 41 | |
| 42 | - 1. モデルをsafetensor形式からgguf形式に変換する。 |
|
| 42 | + 1. モデルをsafetensor形式からgguf形式に変換する。 |
|
| 43 | 43 | |
| 44 | - ``` |
|
| 45 | - $ python3 convert_hf_to_gguf.py ~/llm-jp-3-13b-instruct/ --outfile llm-jp-3-172b-instruct3.gguf |
|
| 46 | - ``` |
|
| 44 | + ``` |
|
| 45 | + $ python3 convert_hf_to_gguf.py ~/llm-jp-3-13b-instruct/ --outfile llm-jp-3-172b-instruct3.gguf |
|
| 46 | + ``` |
|
| 47 | 47 | |
| 48 | 48 | |
| 49 | 49 | 1. `Modelfile`を以下の内容で作成する。 |