update fmt
This commit is contained in:
+10
-10
@@ -1,17 +1,17 @@
|
||||
// use std::io::Cursor;
|
||||
|
||||
use std::fs::File;
|
||||
// use std::fs::File;
|
||||
// use symphonia::core::io::MediaSourceStream;
|
||||
use std::io::{Read, Seek};
|
||||
use std::{io::Cursor, time::Instant};
|
||||
// use std::io::{Read, Seek};
|
||||
// use std::{io::Cursor, time::Instant};
|
||||
|
||||
use aha::utils::{load_tensor_from_pt, tensor_utils::interpolate_nearest_1d};
|
||||
use aha_openai_dive::v1::resources::chat::ChatCompletionParameters;
|
||||
use anyhow::{Result, anyhow};
|
||||
use byteorder::{LittleEndian, ReadBytesExt};
|
||||
use candle_core::{Shape, Tensor};
|
||||
use sentencepiece::SentencePieceProcessor;
|
||||
use zip::ZipArchive;
|
||||
use aha::utils::load_tensor_from_pt;
|
||||
// use aha_openai_dive::v1::resources::chat::ChatCompletionParameters;
|
||||
use anyhow::Result;
|
||||
// use byteorder::{LittleEndian, ReadBytesExt};
|
||||
use candle_core::Shape;
|
||||
// use sentencepiece::SentencePieceProcessor;
|
||||
// use zip::ZipArchive;
|
||||
|
||||
#[test]
|
||||
fn messy_test() -> Result<()> {
|
||||
|
||||
Reference in New Issue
Block a user