-
Notifications
You must be signed in to change notification settings - Fork 954
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
Running mamba seems to run single threaded on NixOs with AMD CPU #2571
Comments
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND |
It seems to be the gemm crate base on my profiling with proc. |
I am running cargo run --release --example mamba -- prompt "Mamba is the" on amd cpu without cuda on a fresh clone of candle. It seems to only use single threading.
Is this expected? I tried setting RAYON_NUM_THREADS but still single threaded. I installed rust toolchain using nixos and ensured I have all the required llvm dependencies, also using nixos packages.
The text was updated successfully, but these errors were encountered: