diff options
author | Jiří Podivín <66251151+jpodivin@users.noreply.github.com> | 2023-11-17 16:20:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-17 17:20:53 +0200 |
commit | f7d5e975424ff0eea55ca5a9181ac8e15553c1fc (patch) | |
tree | d2fbbea855ed3d06f1ff1569d8e5b6cb77caf93b /convert-llama-ggml-to-gguf.py | |
parent | ba4cf5c0bf37a729d29e899dadf14541cddd23d4 (diff) |
py : remove superfluous import statements (#4076)
Signed-off-by: Jiri Podivin <jpodivin@gmail.com>
Co-authored-by: Jiri Podivin <jpodivin@redhat.com>
Diffstat (limited to 'convert-llama-ggml-to-gguf.py')
-rwxr-xr-x | convert-llama-ggml-to-gguf.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/convert-llama-ggml-to-gguf.py b/convert-llama-ggml-to-gguf.py index d898d81c..0c123567 100755 --- a/convert-llama-ggml-to-gguf.py +++ b/convert-llama-ggml-to-gguf.py @@ -2,7 +2,6 @@ from __future__ import annotations import argparse -import math import struct import sys from enum import IntEnum |