revert setting n_threads in sycl
This commit is contained in:
parent
b06dca678b
commit
05b7f9be6f
1 changed files with 0 additions and 4 deletions
|
@ -6707,10 +6707,6 @@ static int llama_decode_internal(
|
|||
n_threads = 1;
|
||||
}
|
||||
|
||||
#ifdef GGML_USE_SYCL
|
||||
n_threads = 1;
|
||||
#endif
|
||||
|
||||
#ifdef GGML_USE_MPI
|
||||
const int64_t n_layer = hparams.n_layer;
|
||||
ggml_mpi_graph_compute_pre(lctx.ctx_mpi, gf, n_layer);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue