feat : Add shebang and executable bit to enable script execution

This commit is contained in:
teleprint-me 2024-07-15 13:57:46 -04:00
parent b7528fdf89
commit 0cb404cc13
No known key found for this signature in database
GPG key ID: B0D11345E65C4D48

1
gguf-py/scripts/gguf_template.py Normal file → Executable file
View file

@ -1,3 +1,4 @@
#!/usr/bin/env python3
"""
gguf_template.py - example file to extract the chat template from the models metadata
"""