update format

This commit is contained in:
jhqxxx
2025-09-22 23:58:08 +08:00
parent fdfdfedeb4
commit ec989f397f
8 changed files with 31 additions and 23 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
use anyhow::Result;
use aha::models::qwen2_5vl::config::Config;
use anyhow::Result;
#[test]
fn qwen2_5vl_config() -> Result<()> {
@@ -9,4 +9,4 @@ fn qwen2_5vl_config() -> Result<()> {
let config: Config = serde_json::from_slice(&std::fs::read(config_path)?)?;
println!("{:?}", config);
Ok(())
}
}