pub struct RdmaLoraLoader {
pub peer_addr: String,
pub adapter_id: String,
}Expand description
RDMA-stage a named adapter’s A/B into pre-computed pool-slot sub-regions.
Fields§
§peer_addr: Stringhost:port of the weight peer (from $ATLAS_LORA_PEER).
adapter_id: StringAdapter dir id/path the peer staged (its adapter_model.safetensors).
Implementations§
Source§impl RdmaLoraLoader
impl RdmaLoraLoader
Sourcepub fn stage_into_slot(
&self,
_gpu: &dyn GpuBackend,
_targets: &[LoraLandTarget],
) -> Result<()>
pub fn stage_into_slot( &self, _gpu: &dyn GpuBackend, _targets: &[LoraLandTarget], ) -> Result<()>
Stub: no rdma-core in this build.
Auto Trait Implementations§
impl Freeze for RdmaLoraLoader
impl RefUnwindSafe for RdmaLoraLoader
impl Send for RdmaLoraLoader
impl Sync for RdmaLoraLoader
impl Unpin for RdmaLoraLoader
impl UnwindSafe for RdmaLoraLoader
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more