"vllm/vscode:/vscode.git/clone" did not exist on "4cb6fa0a9c7ceca688f6fa86a29ccd40abd3936d"
Unverified Commit 4a3a5187 authored by Tianer Zhou's avatar Tianer Zhou Committed by GitHub
Browse files

fix: spelling (#16466)


Signed-off-by: default avatarTianer Zhou <ezhoureal@gmail.com>
parent fbf722c6
...@@ -375,7 +375,7 @@ class CustomAllreduce { ...@@ -375,7 +375,7 @@ class CustomAllreduce {
bool fully_connected_; bool fully_connected_;
RankSignals sg_; RankSignals sg_;
// Stores an map from a pointer to its peer pointers from all ranks. // Stores a map from a pointer to its peer pointers from all ranks.
std::unordered_map<void*, RankData*> buffers_; std::unordered_map<void*, RankData*> buffers_;
Signal* self_sg_; Signal* self_sg_;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment