feat: update ttft modeling and add cache affinity
This commit is contained in:
@@ -219,7 +219,7 @@ fn cmd_validate(path: &PathBuf, overrides: &ConfigOverrides) -> Result<()> {
|
||||
"legacy manual"
|
||||
}
|
||||
);
|
||||
let cm = ComputeModel::new(&cfg.model, &cfg.hardware);
|
||||
let cm = ComputeModel::new(&cfg.model, &cfg.hardware, &cfg.calibration);
|
||||
eprintln!("compute: {}", cm.describe());
|
||||
eprintln!(
|
||||
"kv_block_bytes = {} ({:.2} MB{})",
|
||||
|
||||
Reference in New Issue
Block a user