a100 kh commited on
Commit
da80358
1 Parent(s): ffb63fa

update models

Browse files
Files changed (2) hide show
  1. api_endpoints.json +0 -13
  2. old_models +14 -0
api_endpoints.json CHANGED
@@ -245,18 +245,5 @@
245
  },
246
  "text-arena": true,
247
  "vision-arena": false
248
- },
249
- "ibm-granite/granite-3.0-8b-instruct-fp8": {
250
- "model_name": "ibm-granite/granite-3.0-8b-instruct",
251
- "api_type": "openai-custom-tanuki",
252
- "api_end": "granite-8B",
253
- "env_api_key": "VLLM_API_KEY",
254
- "anony_only": false,
255
- "recommended_config": {
256
- "temperature": 0.7,
257
- "top_p": 1.0
258
- },
259
- "text-arena": true,
260
- "vision-arena": false
261
  }
262
  }
 
245
  },
246
  "text-arena": true,
247
  "vision-arena": false
 
 
 
 
 
 
 
 
 
 
 
 
 
248
  }
249
  }
old_models ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ,
2
+ "ibm-granite/granite-3.0-8b-instruct-fp8": {
3
+ "model_name": "ibm-granite/granite-3.0-8b-instruct",
4
+ "api_type": "openai-custom-tanuki",
5
+ "api_end": "granite-8B",
6
+ "env_api_key": "VLLM_API_KEY",
7
+ "anony_only": false,
8
+ "recommended_config": {
9
+ "temperature": 0.7,
10
+ "top_p": 1.0
11
+ },
12
+ "text-arena": true,
13
+ "vision-arena": false
14
+ }