Added magic for file types
This commit is contained in:
parent
3103568144
commit
c25ed2a522
1 changed files with 7 additions and 0 deletions
7
grammars/magic
Normal file
7
grammars/magic
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue