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 c66029c commit bbb6d3aCopy full SHA for bbb6d3a
constants.ts
@@ -1 +1,8 @@
1
-export const ENGINEERING_TEAM = 'ENGINEERING_TEAM'
+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