This commit is contained in:
JohnnyB 2025-02-05 17:33:57 +01:00 committed by GitHub
commit 86083c1d7c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 21 additions and 0 deletions

14
docs/magic.md Normal file
View file

@ -0,0 +1,14 @@
Magic File for Model Information
------------------------
Until these models are registered with MIME/Media info you can add this to your local magic file to get simple model details without a hex editor.
### Prepare:
Magic local data for file(1) command. Append this to your /etc/magic file. Insert here your local magic data. Format is described in magic(5). Hopefully this will reach upstream/mainline magic files for distributions soon.
```
0 string tjgg GGML/GGJT LLM model
>0x4 lelong <255 version=%d
0 string GGUF GGUF LLM model
>0x4 lelong <255 version=%d
```

7
grammars/magic Normal file
View file

@ -0,0 +1,7 @@
# Magic local data for file(1) command.
# Append this to your /etc/magic file.
# Insert here your local magic data. Format is described in magic(5).
0 string tjgg GGML/GGJT LLM model
>0x4 lelong <255 version=%d
0 string GGUF GGUF LLM model
>0x4 lelong <255 version=%d