Skip to content

Commit

Permalink
fix)llama-nv): 改正 nv 分布式
Browse files Browse the repository at this point in the history
Signed-off-by: YdrMaster <[email protected]>
  • Loading branch information
YdrMaster committed Jan 15, 2025
1 parent 7464c3e commit 2bc17e2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions models/llama/nvidia-gpu/src/nccl_parallel.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ use llama::{ext::ggml_quants::f16, LlamaRequest, LlamaStorage, LlamaWorker, Tens
use log::info;
use operators::{
all_reduce::nccl::Operator as AllReduce,
cuda::{self, memcpy_d2h, NoDevice},
cuda::{self, memcpy_d2h, NcclNode, NoDevice},
nccl::CommunicatorGroup,
nvidia_gpu::NcclNode,
random_sample::{KVPair, SampleArgs},
TopoNode,
};
Expand Down

0 comments on commit 2bc17e2

Please sign in to comment.