Use the right max_token_count for Qwen
Co-Authored-By: Nathan <nathan@zed.dev>
This commit is contained in:
co-authored by
Nathan
parent
1b85793ebc
commit
1fa4cc3c7a
@@ -32,7 +32,7 @@ impl ZedModel {
|
||||
|
||||
pub fn max_token_count(&self) -> usize {
|
||||
match self {
|
||||
ZedModel::Qwen2_7bInstruct => 8192,
|
||||
ZedModel::Qwen2_7bInstruct => 28000,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user