update fmt
This commit is contained in:
+1
-1
@@ -38,7 +38,7 @@ fn messy_test() -> Result<()> {
|
||||
// RUST_BACKTRACE=1 cargo test -F cuda --test messy_test messy_test -r -- --nocapture
|
||||
println!("当前秒级时间戳: {}", timestamp());
|
||||
println!("当前毫秒级时间戳: {}", timestamp_millis());
|
||||
|
||||
|
||||
// let t1 = Tensor::randn(0.0, 1.0, (1, 2, 6), device)?;
|
||||
// println!(" t1: {}", t1);
|
||||
// let t2 = t1.pad_with_zeros(D::Minus1, -3, 0)?;
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
use std::{pin::pin, time::Instant};
|
||||
|
||||
use aha::params::chat::ChatCompletionParameters;
|
||||
use aha::models::{GenerateModel, deepseek_ocr::generate::DeepseekOCRGenerateModel};
|
||||
use aha::params::chat::ChatCompletionParameters;
|
||||
use anyhow::Result;
|
||||
use rocket::futures::StreamExt;
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
use std::time::Instant;
|
||||
|
||||
use aha::{
|
||||
params::chat::ChatCompletionParameters,
|
||||
models::{GenerateModel, qwen3_5::generate::Qwen3_5GenerateModel},
|
||||
params::chat::ChatCompletionParameters,
|
||||
};
|
||||
use anyhow::Result;
|
||||
// use candle_core::{DType, Device, quantized::gguf_file};
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
use aha::{
|
||||
params::chat::ChatCompletionParameters,
|
||||
models::{GenerateModel, lfm2::generate::Lfm2GenerateModel},
|
||||
params::chat::ChatCompletionParameters,
|
||||
};
|
||||
use anyhow::Result;
|
||||
use rocket::futures::StreamExt;
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
use std::{pin::pin, time::Instant};
|
||||
|
||||
use aha::{
|
||||
params::chat::ChatCompletionParameters,
|
||||
models::{GenerateModel, lfm2vl::generate::Lfm2VLGenerateModel},
|
||||
params::chat::ChatCompletionParameters,
|
||||
};
|
||||
use anyhow::Result;
|
||||
use rocket::futures::StreamExt;
|
||||
|
||||
Reference in New Issue
Block a user