Skip to main content

run_lab

Function run_lab 

Source
pub fn run_lab(
    action: &str,
    model: Option<&Path>,
    tokens: u32,
    n_in: usize,
    n_out: usize,
    gemv_n: usize,
    out: Option<&Path>,
    hours: f64,
    max_generations: u32,
    ollama_model: Option<&str>,
    ollama_url: &str,
    no_ollama: bool,
) -> Result<(), String>
Expand description

Inference superiority lab instruments.