From 7a780222bffe2b2f967bce5053f8be19cc72f5ac Mon Sep 17 00:00:00 2001 From: Ferdaws <147564956+Ahmad986Ferdaws@users.noreply.github.com> Date: Mon, 30 Sep 2024 10:22:08 -0500 Subject: [PATCH] Update convert_llama_ggml_to_gguf.py --- convert_llama_ggml_to_gguf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/convert_llama_ggml_to_gguf.py b/convert_llama_ggml_to_gguf.py index 29b14e98d..8373216ea 100755 --- a/convert_llama_ggml_to_gguf.py +++ b/convert_llama_ggml_to_gguf.py @@ -1,5 +1,6 @@ #!/usr/bin/env python3 from __future__ import annotations +# can i know what is the futture source that you imported from import logging import argparse