Update rpc-server.cpp
This commit is contained in:
parent
715fb750df
commit
aa44fb6d76
1 changed files with 0 additions and 2 deletions
|
@ -83,8 +83,6 @@ static ggml_backend_t create_backend() {
|
|||
if (!backend) {
|
||||
fprintf(stderr, "%s: ggml_backend_metal_init() failed\n", __func__);
|
||||
}
|
||||
#endif
|
||||
|
||||
#elif GGML_USE_SYCL
|
||||
fprintf(stderr, "%s: using SYCL backend\n", __func__);
|
||||
backend = ggml_backend_sycl_init(0); // init device 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue