useful-transformers
useful-transformers copied to clipboard
Understanding the use of taskset
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?
That is where the NPU lives.