mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2024-11-22 08:17:58 +01:00
Updated Metadata Override (markdown)
parent
8dcba93493
commit
72be3d7e21
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
https://github.com/ggerganov/llama.cpp/pull/7499 was added which adds `--metadata` metadata override feature so you can add extra metadata to the gguf file. The metadata override files may look like below (Note that `//` c style comment is not present in the actual file, but is there for illustrative purpose)
|
https://github.com/ggerganov/llama.cpp/pull/7499 was added which adds `--metadata` metadata override feature so you can add extra metadata to the gguf file. The metadata override files may look like below (Note that `//` c style comment is not present in the actual file, but is there for illustrative purpose)
|
||||||
|
|
||||||
```
|
```json
|
||||||
{
|
{
|
||||||
// Example Metadata Override Fields
|
// Example Metadata Override Fields
|
||||||
"general.name" : "Example Model Six",
|
"general.name" : "Example Model Six",
|
||||||
|
Loading…
Reference in New Issue
Block a user