mirror of
https://github.com/tcsenpai/spacellama.git
synced 2025-07-28 13:41:38 +00:00
27 lines
577 B
JSON
27 lines
577 B
JSON
{
|
|
"llama2": 4096,
|
|
"llama2:13b": 4096,
|
|
"llama2:70b": 4096,
|
|
"codellama": 16384,
|
|
"codellama:13b": 16384,
|
|
"codellama:34b": 16384,
|
|
"mistral": 8192,
|
|
"mixtral": 32768,
|
|
"phi": 2048,
|
|
"qwen": 8192,
|
|
"qwen:14b": 8192,
|
|
"qwen:72b": 8192,
|
|
"stablelm": 4096,
|
|
"stablelm-zephyr": 4096,
|
|
"neural-chat": 8192,
|
|
"openhermes": 8192,
|
|
"starling-lm": 8192,
|
|
"orca2": 4096,
|
|
"vicuna": 8192,
|
|
"wizardcoder": 16384,
|
|
"wizardcoder:python": 16384,
|
|
"wizardmath": 8192,
|
|
"llama3.1:8b": 128000,
|
|
"llama3.1:70b": 128000
|
|
}
|