Skip to content

Commit

Permalink
[cherry-pick] examples/benchmark fix for resnet50 example (#1597) (#1598
Browse files Browse the repository at this point in the history
)
  • Loading branch information
bfineran committed Feb 12, 2024
1 parent 30ba1ca commit a15543e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/benchmark/resnet50_benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@

import numpy

from deepsparse import benchmark_model, cpu
from deepsparse import cpu
from deepsparse.engine import benchmark_model


CORES_PER_SOCKET, AVX_TYPE, VNNI = cpu.cpu_details()
Expand Down

0 comments on commit a15543e

Please sign in to comment.