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
OpenBLAS has barely any benefit, it's speeding up prompt ingestion but not token generation.
On M1 you have the accelerate framework built in, I'm quite sure that will be superior
OpenBLAS has barely any benefit, it's speeding up prompt ingestion but not token generation. On M1 you have the accelerate framework built in, I'm quite sure that will be superior
* Harden against conda hijacks
Turns out conda can override the location of our packages, by ignoring the conda rc files we can prevent this.
* Harden even further
Turns out not everything has a --no-rc option, now we hardcode the path.
* Remove --no-rc in run
Not supported in run, breaks the commands.
I don't quite how to specify the proper make flag for this or whether it even applies to MacOS.
The text was updated successfully, but these errors were encountered: