mmnga commited on
Commit
d967fac
·
1 Parent(s): d24c7d7

Update README.md

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