useful-transformers icon indicating copy to clipboard operation
useful-transformers copied to clipboard

Understanding the use of taskset

Open tylertroy opened this issue 1 year ago • 1 comments

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?

tylertroy avatar Apr 29 '24 17:04 tylertroy

That is where the NPU lives.

rbrisita avatar May 02 '24 01:05 rbrisita