From 0cb404cc13d501ad11beed20b20f68e34b6a43e3 Mon Sep 17 00:00:00 2001 From: teleprint-me <77757836+teleprint-me@users.noreply.github.com> Date: Mon, 15 Jul 2024 13:57:46 -0400 Subject: [PATCH] feat : Add shebang and executable bit to enable script execution --- gguf-py/scripts/gguf_template.py | 1 + 1 file changed, 1 insertion(+) mode change 100644 => 100755 gguf-py/scripts/gguf_template.py diff --git a/gguf-py/scripts/gguf_template.py b/gguf-py/scripts/gguf_template.py old mode 100644 new mode 100755 index c66224870..6bb1c1021 --- a/gguf-py/scripts/gguf_template.py +++ b/gguf-py/scripts/gguf_template.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python3 """ gguf_template.py - example file to extract the chat template from the models metadata """