mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-28 13:32:10 +00:00
5 lines
66 B
Rust
5 lines
66 B
Rust
|
mod queue;
|
||
|
mod scheduler;
|
||
|
|
||
|
pub(crate) use scheduler::SchedulerV3;
|