mirror of
https://github.com/huggingface/candle.git
synced 2025-06-20 04:00:28 +00:00
Implement the module trait directly for QMatMul. (#1372)
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
use candle::{
|
||||
quantized::{self, k_quants, GgmlDType, GgmlType},
|
||||
test_utils::to_vec2_round,
|
||||
Device, Result, Tensor,
|
||||
Device, Module, Result, Tensor,
|
||||
};
|
||||
|
||||
use wasm_bindgen_test::*;
|
||||
|
Reference in New Issue
Block a user