Skip to content

Commit 7577835

Browse files
committed
Remove missing mod flash_pplx1;
1 parent b6aff19 commit 7577835

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

  • backends/candle/src/models

backends/candle/src/models/mod.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,6 @@ mod flash_qwen2;
5454
#[cfg(feature = "cuda")]
5555
mod flash_qwen3;
5656

57-
#[cfg(feature = "cuda")]
58-
mod flash_pplx1;
59-
6057
pub use bert::{BertConfig, BertModel, PositionEmbeddingType};
6158
pub use debertav2::{DebertaV2Config, DebertaV2Model};
6259
pub use dense::{Dense, DenseConfig, DenseLayer};

0 commit comments

Comments
 (0)