Skip to content

Commit

Permalink
Remove communicator split from default llama context
Browse files Browse the repository at this point in the history
  • Loading branch information
AutonomicPerfectionist committed Sep 25, 2023
1 parent 6519720 commit 791b079
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion llama.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6439,7 +6439,6 @@ struct llama_context * llama_new_context_with_model(

#ifdef GGML_USE_MPI
ctx->ctx_mpi = ggml_mpi_init();
ctx->ctx_mpi = ggml_mpi_split_comm(ctx->ctx_mpi, 1, ggml_mpi_rank(ctx->ctx_mpi));

#endif

Expand Down

0 comments on commit 791b079

Please sign in to comment.