mirror of
https://github.com/huggingface/candle.git
synced 2025-06-16 10:38:54 +00:00
Move the test-utils bits to a shared place. (#619)
This commit is contained in:
@ -1,11 +1,10 @@
|
||||
use candle_core::{
|
||||
quantized::{self, GgmlDType},
|
||||
test_utils::to_vec2_round,
|
||||
Device, Result, Tensor,
|
||||
};
|
||||
use quantized::{k_quants, GgmlType};
|
||||
mod test_utils;
|
||||
use rand::prelude::*;
|
||||
use test_utils::to_vec2_round;
|
||||
|
||||
const GGML_TEST_SIZE: usize = 32 * 128;
|
||||
|
||||
|
Reference in New Issue
Block a user