feat: more preferences
This commit is contained in:
@@ -25,6 +25,23 @@ diesel::table! {
|
||||
prefill_chunk -> Nullable<Integer>,
|
||||
quality -> Bool,
|
||||
warm_weights -> Bool,
|
||||
mtp_draft_tokens -> Integer,
|
||||
mtp_margin -> Float,
|
||||
glm_mtp -> Bool,
|
||||
glm_mtp_timing -> Bool,
|
||||
dspark_confidence_threshold -> Nullable<Float>,
|
||||
dspark_strict -> Bool,
|
||||
ssd_streaming -> Bool,
|
||||
ssd_streaming_cold -> Bool,
|
||||
ssd_cache_experts -> Nullable<BigInt>,
|
||||
ssd_cache_gib -> Nullable<BigInt>,
|
||||
ssd_full_layers -> Nullable<Integer>,
|
||||
ssd_preload_experts -> Nullable<Integer>,
|
||||
directional_steering_file -> Nullable<Text>,
|
||||
directional_steering_ffn -> Nullable<Float>,
|
||||
directional_steering_attn -> Nullable<Float>,
|
||||
simulated_used_memory_gib -> Nullable<BigInt>,
|
||||
expert_profile_path -> Nullable<Text>,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user