Skip to content

Commit 99e6822

Browse files
authored
Fix inference-src version for deepsparse (#640)
Fix inference version for deepsparse
1 parent 7cf33a6 commit 99e6822

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

script/get-mlperf-inference-src/_cm.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,6 @@ variations:
7878
base:
7979
- _branch.deepsparse
8080
- _repo.https://github.com/neuralmagic/inference
81-
env:
82-
CM_MLPERF_LAST_RELEASE: v4.0
8381
full-history:
8482
env:
8583
CM_GIT_DEPTH: ''
@@ -139,7 +137,7 @@ versions:
139137
CM_MLPERF_LAST_RELEASE: v4.1
140138
deepsparse:
141139
env:
142-
CM_MLPERF_LAST_RELEASE: v4.0
140+
CM_MLPERF_LAST_RELEASE: v4.1
143141
CM_TMP_GIT_CHECKOUT: deepsparse
144142
CM_TMP_GIT_URL: https://github.com/neuralmagic/inference
145143
main:

0 commit comments

Comments
 (0)