summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorJiří Podivín <66251151+jpodivin@users.noreply.github.com>2023-11-17 16:20:53 +0100
committerGitHub <noreply@github.com>2023-11-17 17:20:53 +0200
commitf7d5e975424ff0eea55ca5a9181ac8e15553c1fc (patch)
treed2fbbea855ed3d06f1ff1569d8e5b6cb77caf93b /examples
parentba4cf5c0bf37a729d29e899dadf14541cddd23d4 (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 'examples')
-rw-r--r--examples/finetune/convert-finetune-checkpoint-to-gguf.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/finetune/convert-finetune-checkpoint-to-gguf.py b/examples/finetune/convert-finetune-checkpoint-to-gguf.py
index c8e14da8..c8909091 100644
--- a/examples/finetune/convert-finetune-checkpoint-to-gguf.py
+++ b/examples/finetune/convert-finetune-checkpoint-to-gguf.py
@@ -3,9 +3,7 @@
import argparse
import gguf
-import os
import struct
-import sys
import numpy as np
from pathlib import Path