ci : update ".bin" to ".gguf" extension

ggml-ci
This commit is contained in:
Georgi Gerganov 2023-08-17 19:32:14 +03:00
parent c3b739374e
commit dd9e2fc988
No known key found for this signature in database
GPG key ID: 449E073F9DC10735
7 changed files with 42 additions and 42 deletions

View file

@ -2,7 +2,7 @@
//
// - First, export a LLaMA graph:
//
// $ ./bin/main -m ../models/7B/ggml-model-q4_0.bin --export
// $ ./bin/main -m ../models/7B/ggml-model-q4_0.gguf --export
//
// - Run this tool to evaluate the exported graph:
//