mirror of
https://github.com/huggingface/candle.git
synced 2025-06-15 10:26:33 +00:00
Update mixformer.rs (#1601)
Update the source of the configuration_mixformer_sequential.py It has been removed, therefore, it is still available in this -> d38e6f954ec29b96fe2cf033937dad64e279b5d9
This commit is contained in:
@ -8,7 +8,7 @@ use serde::Deserialize;
|
||||
|
||||
const MAX_SEQ_LEN: usize = 4096;
|
||||
|
||||
// https://huggingface.co/microsoft/phi-1_5/blob/main/configuration_mixformer_sequential.py
|
||||
// https://huggingface.co/microsoft/phi-1_5/blob/d38e6f954ec29b96fe2cf033937dad64e279b5d9/configuration_mixformer_sequential.py
|
||||
#[derive(Debug, Clone, PartialEq, Deserialize)]
|
||||
pub struct Config {
|
||||
pub(crate) vocab_size: usize,
|
||||
|
Reference in New Issue
Block a user