feat : Add shebang and executable bit to enable script execution
This commit is contained in:
parent
b7528fdf89
commit
0cb404cc13
1 changed files with 1 additions and 0 deletions
1
gguf-py/scripts/gguf_template.py
Normal file → Executable file
1
gguf-py/scripts/gguf_template.py
Normal file → Executable file
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env python3
|
||||
"""
|
||||
gguf_template.py - example file to extract the chat template from the models metadata
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue