From 874bb31986ad723487c95fed12a0c3c8a70f4e8e Mon Sep 17 00:00:00 2001 From: Dirk Loss Date: Mon, 30 Oct 2023 19:34:29 +0100 Subject: [PATCH] Fix conversion command for gptneox (#948) --- docs/import.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/import.md b/docs/import.md index 6885830a15..db0a53cbc6 100644 --- a/docs/import.md +++ b/docs/import.md @@ -185,7 +185,7 @@ python convert.py python convert-falcon-hf-to-gguf.py # GPTNeoXForCausalLM -python convert-falcon-hf-to-gguf.py +python convert-gptneox-hf-to-gguf.py # GPTBigCodeForCausalLM python convert-starcoder-hf-to-gguf.py