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