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
Realistically any production implementation is going to run on the GPU. There are several implementations of llama2.c ported to CUDA (like llama2.cu) where the basic patterns are already done.
For the CUDA, common lisp has cl-cuda to wrap the cuda libraries.
The text was updated successfully, but these errors were encountered:
Realistically any production implementation is going to run on the GPU. There are several implementations of llama2.c ported to CUDA (like llama2.cu) where the basic patterns are already done.
For the CUDA, common lisp has cl-cuda to wrap the cuda libraries.
The text was updated successfully, but these errors were encountered: