Skip to content

Model magic #3025

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions docs/magic.md
Original file line number Diff line number Diff line change
@@ -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 changes: 7 additions & 0 deletions grammars/magic
Original file line number Diff line number Diff line change
@@ -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