Skip to content

Commit 59e3c61

Browse files
authored
Fix import in detect-sudo (#218)
* Update test-nvidia-mlperf-inference-implementations.yml * Fix import in detect-sudo
1 parent 275e911 commit 59e3c61

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test-nvidia-mlperf-inference-implementations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
exclude:
2525
- model: gptj-99.9
2626
- system: phoenix1
27-
- system: GO-i9
27+
- system: GO-i91
2828

2929
steps:
3030
- name: Test MLPerf Inference NVIDIA ${{ matrix.model }}

script/detect-sudo/customize.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
import select
55
import sys
66
import grp
7+
import threading
78

89

910
def preprocess(i):

0 commit comments

Comments
 (0)