Skip to content

Commit

Permalink
Remove unsued imports
Browse files Browse the repository at this point in the history
  • Loading branch information
MsRandom committed Oct 22, 2024
1 parent ef68d8b commit a0173bc
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions neuron/neuron/submission_tester/testing.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import logging
from collections.abc import Iterable
from concurrent.futures import ThreadPoolExecutor, CancelledError
from io import BytesIO
from pathlib import Path
from statistics import mean
from threading import Event
Expand All @@ -16,13 +14,8 @@
GenerationOutput,
ModelRepositoryInfo,
CURRENT_CONTEST,
Key,
OutputComparator,
)
from pipelines import TextToImageRequest
from .inference_sandbox import InferenceSandbox
from .metrics import CheckpointBenchmark, MetricData, BaselineBenchmark
from .vram_monitor import VRamMonitor

SANDBOX_DIRECTORY = Path("/sandbox")
BASELINE_SANDBOX_DIRECTORY = Path("/baseline-sandbox")
Expand Down

0 comments on commit a0173bc

Please sign in to comment.