mirror of
https://github.com/ollama/ollama.git
synced 2026-08-27 04:06:17 +00:00
Fix conversion command for gptneox (#948)
This commit is contained in:
parent
f9a4281124
commit
874bb31986
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue