pub enum G1Backend {
Kvbm,
Native,
}Expand description
G1 implementation used by the shared vLLM/TRT-LLM mock scheduler.
Native is the default self-contained physical-copy pool. Kvbm preserves
the existing kvbm-logical implementation and is selected automatically when
the legacy G2/G3/G4 offload path is enabled. SGLang ignores this setting and
uses its own KV manager.
Variants§
Trait Implementations§
impl Copy for G1Backend
Source§impl<'de> Deserialize<'de> for G1Backend
impl<'de> Deserialize<'de> for G1Backend
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for G1Backend
impl StructuralPartialEq for G1Backend
Auto Trait Implementations§
impl Freeze for G1Backend
impl RefUnwindSafe for G1Backend
impl Send for G1Backend
impl Sync for G1Backend
impl Unpin for G1Backend
impl UnsafeUnpin for G1Backend
impl UnwindSafe for G1Backend
Blanket Implementations§
impl<T> BlockMetadata for T
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.