Skip to content

Commit

Permalink
fix: ClassificationHead
Browse files Browse the repository at this point in the history
  • Loading branch information
kozistr committed Nov 17, 2024
1 parent 751dc02 commit fd6dcce
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions backends/candle/src/models/flash_gte.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
use crate::flash_attn::flash_attn_varlen;
use crate::layers::{HiddenAct, LayerNorm, Linear};
use crate::models::{
GTEClassificationHead, GTEConfig, Model, NTKScaling, PositionEmbeddingType, RopeScaling,
use crate::models::gte::{
ClassificationHead, GTEClassificationHead, GTEConfig, Model, NTKScaling, PositionEmbeddingType,
RopeScaling,
};
use candle::{DType, Device, IndexOp, Result, Tensor};
use candle_nn::{Embedding, Module, VarBuilder};
Expand Down

0 comments on commit fd6dcce

Please sign in to comment.