From 6aca7b7df08d13571167d90210e67126e58600b2 Mon Sep 17 00:00:00 2001 From: Ferdaws <147564956+Ahmad986Ferdaws@users.noreply.github.com> Date: Tue, 24 Sep 2024 10:51:12 -0500 Subject: [PATCH] Update convert_hf_to_gguf.py --- convert_hf_to_gguf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/convert_hf_to_gguf.py b/convert_hf_to_gguf.py index ff4c9226f..f2c8d9a5c 100755 --- a/convert_hf_to_gguf.py +++ b/convert_hf_to_gguf.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- from __future__ import annotations - +//so now we can change it import ast import logging import argparse