Skip to content

Commit

Permalink
Fix conversion command for gptneox (#948)
Browse files Browse the repository at this point in the history
  • Loading branch information
dloss committed Oct 30, 2023
1 parent f9a4281 commit 874bb31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/import.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 874bb31

Please sign in to comment.