Skip to content

Commit bbb6d3a

Browse files
Added model map full name to consts in submodules (#19)
1 parent c66029c commit bbb6d3a

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

constants.ts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
1-
export const ENGINEERING_TEAM = 'ENGINEERING_TEAM'
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',
7+
'qwen3-30b (coding)': "qwen3-coder-30b-a3b",
8+
}

0 commit comments

Comments
 (0)