Skip to content

Commit

Permalink
propagate name change of legacy sparsezoo/analyze to sparsezoo/analyz…
Browse files Browse the repository at this point in the history
…e_v1 (#1610)

Co-authored-by: Benjamin Fineran <bfineran@users.noreply.github.com>
  • Loading branch information
rahul-tuli and bfineran authored Feb 21, 2024
1 parent 7e7715a commit 9480c5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/deepsparse/analyze.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
from deepsparse.benchmark.benchmark_model import benchmark_model
from deepsparse.utils import generate_random_inputs, model_to_path
from sparsezoo import convert_to_bool
from sparsezoo.analyze import (
from sparsezoo.analyze_v1 import (
BenchmarkResult,
BenchmarkScenario,
ImposedSparsificationInfo,
ModelAnalysis,
NodeInferenceResult,
)
from sparsezoo.analyze.cli import (
from sparsezoo.analyze_v1.cli import (
DEEPSPARSE_ENGINE,
analyze_options,
analyze_performance_options,
Expand Down

0 comments on commit 9480c5f

Please sign in to comment.