mirror of
https://github.com/huggingface/candle.git
synced 2025-06-15 02:16:37 +00:00
Implement the module trait directly for QMatMul. (#1372)
This commit is contained in:
@ -17,7 +17,7 @@ extern crate intel_mkl_src;
|
||||
#[cfg(feature = "accelerate")]
|
||||
extern crate accelerate_src;
|
||||
|
||||
use ::candle::{quantized::QTensor, DType, Device, Tensor, WithDType};
|
||||
use ::candle::{quantized::QTensor, DType, Device, Module, Tensor, WithDType};
|
||||
|
||||
mod utils;
|
||||
use utils::wrap_err;
|
||||
|
Reference in New Issue
Block a user