Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FEAT: Support SeaLLM-7B and c4ai-command-r-v01 #1310

Merged
merged 4 commits into from
Apr 17, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions git
Submodule git added at 19981d
168 changes: 168 additions & 0 deletions xinference/model/llm/llm_family.json
Original file line number Diff line number Diff line change
Expand Up @@ -4752,5 +4752,173 @@
"</s>"
]
}
},
{
"version": 1,
"context_length": 8192,
"model_name": "seallm_7b_v2",
"model_lang": [
"en",
"zh",
"vi",
"id",
"th",
"ms",
"km",
"lo",
"my",
"tl"
],
"model_ability": [
"generate"
],
"model_description": "We introduce SeaLLM-7B-v2, the state-of-the-art multilingual LLM for Southeast Asian (SEA) languages",
"model_specs": [
{
"model_format": "pytorch",
"model_size_in_billions": 7,
"quantizations": [
"none"
],
"model_id": "SeaLLMs/SeaLLM-7B-v2",
"model_revision": "f1bd48e0d75365c24a3c5ad006b2d0a0c9dca30f"
},
{
"model_format": "ggufv2",
"model_size_in_billions": 7,
"quantizations": [
"Q4_0",
"Q8_0"
],
"model_id": "SeaLLMs/SeaLLM-7B-v2-gguf",
"model_file_name_template": "SeaLLM-7B-v2.{quantization}.gguf"
}
]
},
{
"version": 1,
"context_length": 8192,
"model_name": "seallm_7b_v2.5",
ChengjieLi28 marked this conversation as resolved.
Show resolved Hide resolved
"model_lang": [
"en",
"zh",
"vi",
"id",
"th",
"ms",
"km",
"lo",
"my",
"tl"
],
"model_ability": [
"generate"
],
"model_description": "We introduce SeaLLM-7B-v2.5, the state-of-the-art multilingual LLM for Southeast Asian (SEA) languages",
"model_specs": [
{
"model_format": "pytorch",
"model_size_in_billions": 7,
"quantizations": [
"none"
],
"model_id": "SeaLLMs/SeaLLM-7B-v2.5",
"model_revision": "c54a8eb8e2d58c5a680bfbbe3a7ae71753bb644b"
},
{
"model_format": "ggufv2",
"model_size_in_billions": 7,
"quantizations": [
"Q4_K_M",
"Q8_0"
],
"model_id": "SeaLLMs/SeaLLM-7B-v2.5-GGUF",
"model_file_name_template": "SeaLLM-7B-v2.5.{quantization}.gguf"
}
]
},
{
"version": 1,
"context_length": 131072,
"model_name": "c4ai-command-r-v01",
"model_lang": [
"en",
"fr",
"de",
"es",
"it",
"pt",
"ja",
"ko",
"zh",
"ar"
],
"model_ability": [
"generate"
],
"model_description": "C4AI Command-R is a research release of a 35 billion parameter highly performant generative model.",
"model_specs": [
{
"model_format": "pytorch",
"model_size_in_billions": 35,
"quantizations": [
"none"
],
"model_id": "CohereForAI/c4ai-command-r-v01",
"model_revision": "16881ccde1c68bbc7041280e6a66637bc46bfe88"
},
{
"model_format": "ggufv2",
"model_size_in_billions": 35,
"quantizations": [
"Q2_K",
"Q3_K_L",
"Q3_K_M",
"Q3_K_S",
"Q4_0",
"Q4_K_M",
"Q4_K_S",
"Q5_0",
"Q5_K_M",
"Q5_K_S",
"Q6_K",
"Q8_0"
],
"model_id": "andrewcanis/c4ai-command-r-v01-GGUF",
"model_file_name_template": "c4ai-command-r-v01.{quantization}.gguf"
}
]
},
{
"version": 1,
"context_length": 131072,
"model_name": "c4ai-command-r-v01-4bit",
"model_lang": [
"en",
"fr",
"de",
"es",
"it",
"pt",
"ja",
"ko",
"zh",
"ar"
],
"model_ability": [
"generate"
],
"model_description": "This model is 4bit quantized version of C4AI Command-R using bitsandbytes.",
"model_specs": [
{
"model_format": "pytorch",
"model_size_in_billions": 35,
"quantizations": [
"4-bit"
ChengjieLi28 marked this conversation as resolved.
Show resolved Hide resolved
],
"model_id": "CohereForAI/c4ai-command-r-v01-4bit",
"model_revision": "f2e87936a146643c9dd143422dcafb9cb1552611"
}
]
}
]