Skip to content
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

ggml : add RPC backend #6829

Merged
merged 19 commits into from
May 14, 2024
Merged
Prev Previous commit
Next Next commit
fix warning
  • Loading branch information
rgerganov committed May 14, 2024
commit 3d55181445b1a7f46a667b9beafe71f9fafeaee4
2 changes: 1 addition & 1 deletion llama.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2367,9 +2367,9 @@ static size_t llama_get_device_memory(const llama_model & model, int device) {
return free;
#else
return 1;
#endif
GGML_UNUSED(model);
GGML_UNUSED(device);
#endif
}

//
Expand Down