Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Understanding the use of taskset #39

Open
tylertroy opened this issue Apr 29, 2024 · 1 comment
Open

Understanding the use of taskset #39

tylertroy opened this issue Apr 29, 2024 · 1 comment

Comments

@tylertroy
Copy link

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?

@rbrisita
Copy link

rbrisita commented May 2, 2024

That is where the NPU lives.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants