Skip to content

Commit a9577da

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 30d1074 commit a9577da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neural_compressor/utils/utility.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -921,7 +921,7 @@ def get_number_of_sockets() -> int:
921921
if sys.platform == "win32":
922922
cmd = 'wmic cpu get DeviceID | find /c "CPU"'
923923
elif sys.platform == "darwin":
924-
cmd = 'sysctl -n machdep.cpu.core_count'
924+
cmd = "sysctl -n machdep.cpu.core_count"
925925

926926
proc = subprocess.Popen(
927927
args=cmd,

0 commit comments

Comments
 (0)