Update README.md
Browse files
README.md
CHANGED
@@ -58,7 +58,7 @@ llama.cppのconvert.pyで変換するとエラーになってしまうので、
|
|
58 |
~~~
|
59 |
|
60 |
~~~bash
|
61 |
-
convert.py "<
|
62 |
~~~
|
63 |
で変換できます。
|
64 |
|
|
|
58 |
~~~
|
59 |
|
60 |
~~~bash
|
61 |
+
convert.py "<path_to_model>" --outtype f16
|
62 |
~~~
|
63 |
で変換できます。
|
64 |
|