Debugging rope.

This commit is contained in:
Nicolas Patry
2023-11-10 20:25:24 +01:00
committed by Nicolas Patry
parent 38de52bc4b
commit 7cfffcac10
3 changed files with 2 additions and 6 deletions

View File

@ -7,8 +7,6 @@ use candle_metal_kernels::Kernels;
use core::mem;
use half::{bf16, f16};
use metal;
use metal::mps::matrix::encode_gemm;
use metal::mps::Float32;
use metal::{Buffer, CommandQueue, MTLResourceOptions, NSUInteger};
use std::sync::Arc;