Skip to content

Commit

Permalink
remove bench tests so we don't require nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsanbear committed Mar 8, 2024
1 parent f5b9d60 commit 35c6ba9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils_tensor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,6 @@ pub fn scaled_dot_product_gqa(
#[cfg(test)]
mod scaled_dot_product_gqa_tests {
use crate::utils_tensor::{device, scaled_dot_product_gqa, ScaledDotProductCfg};
use anyhow::Result;
use candle_core::safetensors;

macro_rules! python_snapshot_tests {
Expand Down

0 comments on commit 35c6ba9

Please sign in to comment.