misc(deps): update ompi from 4.1.6 to 4.1.7rc1 to avoid strange deadlock
This commit is contained in:
parent
512225474a
commit
3bb78a8266
|
@ -1,5 +1,5 @@
|
||||||
ARG CUDA_ARCH_LIST="75-real;80-real;86-real;89-real;90-real"
|
ARG CUDA_ARCH_LIST="75-real;80-real;86-real;89-real;90-real"
|
||||||
ARG OMPI_VERSION="4.1.6"
|
ARG OMPI_VERSION="4.1.7rc1"
|
||||||
|
|
||||||
# Build dependencies resolver stage
|
# Build dependencies resolver stage
|
||||||
FROM lukemathwalker/cargo-chef:latest AS chef
|
FROM lukemathwalker/cargo-chef:latest AS chef
|
||||||
|
|
|
@ -52,7 +52,7 @@ huggingface::tgi::backends::GetParallelConfig(const size_t worldSize, const std:
|
||||||
if (worldSize > 1) {
|
if (worldSize > 1) {
|
||||||
SPDLOG_INFO("Detected sharded engine deployment, using orchestrator mode");
|
SPDLOG_INFO("Detected sharded engine deployment, using orchestrator mode");
|
||||||
mode = tle::CommunicationMode::kORCHESTRATOR;
|
mode = tle::CommunicationMode::kORCHESTRATOR;
|
||||||
orchestratorConfig = std::make_optional<tle::OrchestratorConfig>(true, workerPath, nullptr, true);
|
orchestratorConfig = std::make_optional<tle::OrchestratorConfig>(true, workerPath);
|
||||||
} else {
|
} else {
|
||||||
SPDLOG_INFO("Detected single engine deployment, using leader mode");
|
SPDLOG_INFO("Detected single engine deployment, using leader mode");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue