mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-06 10:42:08 +00:00
Use the right max_token_count
for Qwen
Co-Authored-By: Nathan <nathan@zed.dev>
This commit is contained in:
parent
1b85793ebc
commit
1fa4cc3c7a
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ impl ZedModel {
|
||||||
|
|
||||||
pub fn max_token_count(&self) -> usize {
|
pub fn max_token_count(&self) -> usize {
|
||||||
match self {
|
match self {
|
||||||
ZedModel::Qwen2_7bInstruct => 8192,
|
ZedModel::Qwen2_7bInstruct => 28000,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue