]> git.djapps.eu Git - pkg/ggml/sources/ggml/commitdiff
gpt-2 : fix typo (#261)
authorEbey Abraham <redacted>
Sun, 18 Jun 2023 10:33:38 +0000 (11:33 +0100)
committerGitHub <redacted>
Sun, 18 Jun 2023 10:33:38 +0000 (13:33 +0300)
Co-authored-by: Ebey Abraham <redacted>
examples/gpt-2/convert-cerebras-to-ggml.py

index 5e7113401b517bddafeb5f91c2e7ef5e5a970575..6057f81ce34d54b116d4afee205aecd728ea9027 100644 (file)
@@ -35,7 +35,7 @@ def bytes_to_unicode():
     return dict(zip(bs, cs))
 
 if len(sys.argv) < 2:
-    print("Usage: convert-h5-to-ggml.py dir-model [use-f32]\n")
+    print("Usage: convert-cerebras-to-ggml.py dir-model [use-f32]\n")
     sys.exit(1)
 
 # output in the same directory as the model