Skip to content

Commit

Permalink
remove unnecessary feature
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeantonio21 committed Oct 4, 2024
1 parent 832d020 commit 8915587
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backends/vllm/src/model_executor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,6 @@ pub struct ModelThreadDispatcher {
/// Collection of receivers for AI inference outputs
/// Yields when a new output is generated
pub responses: FuturesUnordered<oneshot::Receiver<Vec<SequenceGroupOutput>>>,
#[cfg(not(feature = "nccl"))]
/// Join handles for each GPU device model execution thread
pub join_handles: Vec<JoinHandle<Result<(), ModelThreadError>>>,
}
Expand Down

0 comments on commit 8915587

Please sign in to comment.