瀏覽代碼

Fix conversion command for gptneox (#948)

Dirk Loss 1 年之前
父節點
當前提交
874bb31986
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/import.md

+ 1 - 1
docs/import.md

@@ -185,7 +185,7 @@ python convert.py <path to model directory>
 python convert-falcon-hf-to-gguf.py <path to model directory>
 
 # GPTNeoXForCausalLM
-python convert-falcon-hf-to-gguf.py <path to model directory>
+python convert-gptneox-hf-to-gguf.py <path to model directory>
 
 # GPTBigCodeForCausalLM
 python convert-starcoder-hf-to-gguf.py <path to model directory>