Update convert_llama_ggml_to_gguf.py

This commit is contained in:
Ferdaws 2024-09-30 10:22:08 -05:00 committed by GitHub
parent 70392f1f81
commit 7a780222bf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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