We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3354806 commit 0cbc32dCopy full SHA for 0cbc32d
constants.ts
@@ -1,8 +1,7 @@
1
export const ENGINEERING_TEAM = 'ENGINEERING_TEAM'
2
3
export const MODEL_MAP_FULL_NAME = {
4
- 'Meta-Llama-3.3-70B': "ibnzterrell/Meta-Llama-3.3-70B-Instruct-AWQ-INT4",
5
- 'gemma-3-27b': "leon-se/gemma-3-27b-it-fp8-dynamic",
6
- 'openai-oss-120b': 'openai/gpt-oss-120b',
+ 'gemma-3-27b': "gemma-3-27b",
+ 'openai-oss-120b': 'gpt-oss-120b',
7
'qwen3-30b (coding)': "qwen3-coder-30b-a3b",
8
}
0 commit comments