Remove deprecated Flash preview and legacy MTP
This commit is contained in:
@@ -398,8 +398,6 @@ impl GlmExecutor {
|
||||
quality,
|
||||
ssd,
|
||||
EngineSpeculativeSettings {
|
||||
mtp_draft_tokens: 1,
|
||||
mtp_margin: 3.0,
|
||||
glm_mtp: false,
|
||||
glm_mtp_timing: false,
|
||||
dspark: false,
|
||||
@@ -3243,8 +3241,7 @@ mod tests {
|
||||
use crate::settings::EngineSsdSettings;
|
||||
|
||||
fn installed_glm_path() -> std::path::PathBuf {
|
||||
crate::model::engine_artifacts(ModelChoice::Glm52, false, false, &crate::app::models_path())
|
||||
.model
|
||||
crate::model::engine_artifacts(ModelChoice::Glm52, false, &crate::app::models_path()).model
|
||||
}
|
||||
|
||||
#[test]
|
||||
@@ -3433,8 +3430,6 @@ mod tests {
|
||||
preload_experts: 0,
|
||||
},
|
||||
EngineSpeculativeSettings {
|
||||
mtp_draft_tokens: 2,
|
||||
mtp_margin: 3.0,
|
||||
glm_mtp: enabled,
|
||||
glm_mtp_timing: false,
|
||||
dspark: false,
|
||||
|
||||
Reference in New Issue
Block a user