add minicpm with a bug
This commit is contained in:
@@ -2,8 +2,6 @@ use anyhow::Result;
|
||||
use candle_core::{D, DType, Device, IndexOp, Tensor};
|
||||
use candle_transformers::models::deepseek2::SplitOp;
|
||||
|
||||
use crate::models::qwen2_5vl::config::RopeScaling;
|
||||
|
||||
pub fn compute_default_rope_parameters(dim: usize, base: f32) -> Vec<f32> {
|
||||
let inv_freq: Vec<f32> = (0..dim)
|
||||
.step_by(2)
|
||||
|
||||
Reference in New Issue
Block a user