Skip to content

Commit

Permalink
feat : Add shebang and executable bit to enable script execution
Browse files Browse the repository at this point in the history
  • Loading branch information
teleprint-me committed Jul 15, 2024
1 parent b7528fd commit 0cb404c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gguf-py/scripts/gguf_template.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env python3
"""
gguf_template.py - example file to extract the chat template from the models metadata
"""
Expand Down

0 comments on commit 0cb404c

Please sign in to comment.