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
Even with let model_params = LlamaModelParams::default().with_n_gpu_layers(10000);
Everything seems to run on the cpu, nothing gets run on the gpu. Do i need to do anything else to run the model on the gpu?
The text was updated successfully, but these errors were encountered:
Even with
let model_params = LlamaModelParams::default().with_n_gpu_layers(10000);
Everything seems to run on the cpu, nothing gets run on the gpu. Do i need to do anything else to run the model on the gpu?
The text was updated successfully, but these errors were encountered: