summaryrefslogtreecommitdiff
path: root/candle-wasm-tests/tests/quantized_tests.rs
diff options
context:
space:
mode:
Diffstat (limited to 'candle-wasm-tests/tests/quantized_tests.rs')
-rw-r--r--candle-wasm-tests/tests/quantized_tests.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/candle-wasm-tests/tests/quantized_tests.rs b/candle-wasm-tests/tests/quantized_tests.rs
index 8705df42..ae448078 100644
--- a/candle-wasm-tests/tests/quantized_tests.rs
+++ b/candle-wasm-tests/tests/quantized_tests.rs
@@ -1,3 +1,4 @@
+#![allow(unused)]
use candle::{
quantized::{self, k_quants, GgmlDType, GgmlType},
test_utils::to_vec2_round,