From 4204cab3908c7cf712c6a359e00d17761f0586e2 Mon Sep 17 00:00:00 2001 From: teleprint-me <77757836+teleprint-me@users.noreply.github.com> Date: Sun, 14 Jul 2024 00:34:07 -0400 Subject: [PATCH] chore : Apply snake case as described in #8305 Signed-off-by: teleprint-me <77757836+teleprint-me@users.noreply.github.com> --- gguf-py/scripts/{gguf-template.py => gguf_template.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename gguf-py/scripts/{gguf-template.py => gguf_template.py} (98%) diff --git a/gguf-py/scripts/gguf-template.py b/gguf-py/scripts/gguf_template.py similarity index 98% rename from gguf-py/scripts/gguf-template.py rename to gguf-py/scripts/gguf_template.py index 43f3bca9e5567..c66224870d83f 100644 --- a/gguf-py/scripts/gguf-template.py +++ b/gguf-py/scripts/gguf_template.py @@ -1,5 +1,5 @@ """ -gguf-template.py - example file to extract the chat template from the models metadata +gguf_template.py - example file to extract the chat template from the models metadata """ from __future__ import annotations