Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit d322933

Browse files
rahul-tulibfineran
andauthored
propagate name change of legacy sparsezoo/analyze to sparsezoo/analyze_v1 (#1609)
Co-authored-by: Benjamin Fineran <bfineran@users.noreply.github.com>
1 parent 0735b39 commit d322933

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/deepsparse/analyze.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@
2424
from deepsparse.benchmark.benchmark_model import benchmark_model
2525
from deepsparse.utils import generate_random_inputs, model_to_path
2626
from sparsezoo import convert_to_bool
27-
from sparsezoo.analyze import (
27+
from sparsezoo.analyze_v1 import (
2828
BenchmarkResult,
2929
BenchmarkScenario,
3030
ImposedSparsificationInfo,
3131
ModelAnalysis,
3232
NodeInferenceResult,
3333
)
34-
from sparsezoo.analyze.cli import (
34+
from sparsezoo.analyze_v1.cli import (
3535
DEEPSPARSE_ENGINE,
3636
analyze_options,
3737
analyze_performance_options,

0 commit comments

Comments
 (0)