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
Just a heads up, llm will soon have support for metal/cuda and opencl accelerators (see rustformers/llm#325).
These features are mutual exclusive, meaning you can only pack one backend at a time into a binary. E.g. CPU + Metal or CPU + CUDA.
It would be nice to have ready made binaries for those backends, that can be downloaded and just work.
The text was updated successfully, but these errors were encountered:
Just a heads up,
llm
will soon have support for metal/cuda and opencl accelerators (see rustformers/llm#325).These features are mutual exclusive, meaning you can only pack one backend at a time into a binary. E.g. CPU + Metal or CPU + CUDA.
It would be nice to have ready made binaries for those backends, that can be downloaded and just work.
The text was updated successfully, but these errors were encountered: