Expand description
Interactive REPL for HuggingFace model exploration and distillation.
This crate provides an interactive shell for:
- Exploring model architectures and memory requirements
- Running distillation experiments interactively
- Managing model downloads and exports
§Toyota Way Principles
- Genchi Genbutsu: Direct interaction with the “gemba” (model tensors)
- Kaizen: Iterative experimentation for continuous improvement
- Visual Control: Immediate feedback on operations
Re-exports§
pub use repl::Repl;pub use state::SessionState;
Modules§
- commands
- Command parsing and execution for the REPL.
- repl
- REPL (Read-Eval-Print Loop) implementation.
- state
- Session state management for the interactive shell.
Functions§
- start
- Start the interactive shell.
- start_
with_ state - Start the shell with a pre-configured state.