Skip to content

Commit

Permalink
BUG: Update llm_family.json to correct the context length of glaive c…
Browse files Browse the repository at this point in the history
…oder (#1083)
  • Loading branch information
mikeshi80 authored Mar 6, 2024
1 parent 708e86e commit 50d65ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xinference/model/llm/llm_family.json
Original file line number Diff line number Diff line change
Expand Up @@ -2967,7 +2967,7 @@
},
{
"version": 1,
"context_length": 100000,
"context_length": 16384,
"model_name": "glaive-coder",
"model_description": "A code model trained on a dataset of ~140k programming related problems and solutions generated from Glaive’s synthetic data generation platform.",
"model_lang": [
Expand Down

0 comments on commit 50d65ed

Please sign in to comment.