You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
line 139 of whisper.py includes the assertion that assert os.sched_getaffinity(os.getpid()) == set([4, 5, 6, 7]). What is the motivation in limiting operations to select CPUs?
The text was updated successfully, but these errors were encountered:
line 139 of whisper.py includes the assertion that
assert os.sched_getaffinity(os.getpid()) == set([4, 5, 6, 7])
. What is the motivation in limiting operations to select CPUs?The text was updated successfully, but these errors were encountered: