Docs.rs
mistralrs-quant-0.7.0
mistralrs-quant 0.7.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
EricLBuehler
Dependencies
byteorder ^1.5.0
normal
candle-core ^0.9.2
normal
candle-metal-kernels ^0.9.2
normal
optional
candle-nn ^0.9.2
normal
float8 ^0.6.0
normal
half ^2.7.1
normal
hf-hub ^0.4.3
normal
lazy_static ^1.5
normal
memmap2 ^0.9.9
normal
objc2-foundation ^0.3.2
normal
optional
objc2-metal ^0.3.2
normal
optional
paste ^1.0.15
normal
rayon ^1.11.0
normal
regex ^1.12.2
normal
safetensors ^0.7.0
normal
serde ^1.0.228
normal
serde_json ^1.0.149
normal
thiserror ^2.0.18
normal
tokio ^1.49.0
normal
tracing ^0.1.44
normal
yoke ^0.8.1
normal
bindgen_cuda ^0.1.5
build
optional
Versions
18.72%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module socket
mistralrs_
quant
0.7.0
Module socket
Module Items
Structs
In mistralrs_
quant::
distributed
mistralrs_quant
::
distributed
Module
socket
Copy item path
Source
Structs
ยง
Client
The Client holds its persistent connection inside a Mutex so that its barrier operations can have mutable access to the stream.
Server
The Server maintains persistent connections.