Skip to content

Commit 800d434

Browse files
committed
Update Together.ai model configurations
1 parent 6f3d601 commit 800d434

File tree

4 files changed

+20
-2
lines changed

4 files changed

+20
-2
lines changed

Diff for: .version_cache.json

+18
Original file line numberDiff line numberDiff line change
@@ -370,5 +370,23 @@
370370
"version": "1.0.0",
371371
"filename": "qwen-qwq-32b.yaml",
372372
"display_name": "Qwen QwQ-32B"
373+
},
374+
"Qwen/Qwen2.5-VL-72B-Instruct": {
375+
"hash": "76ed083dfee980229086c83e375a1dfc",
376+
"version": "1.0.0",
377+
"filename": "qwen2.5-vl-72b-instruct.yaml",
378+
"display_name": "Qwen2.5-VL (72B) Instruct"
379+
},
380+
"scb10x/scb10x-llama3-1-typhoon2-8b-instruct": {
381+
"hash": "8fba44311911111e4f0816b3bbccb316",
382+
"version": "1.0.0",
383+
"filename": "typhoon-2-8b-instruct.yaml",
384+
"display_name": "Typhoon 2 8B Instruct"
385+
},
386+
"scb10x/scb10x-llama3-1-typhoon2-70b-instruct": {
387+
"hash": "1828c1917b1df984c78a7a75f8d79110",
388+
"version": "1.0.0",
389+
"filename": "typhoon-2-70b-instruct.yaml",
390+
"display_name": "Typhoon 2 70B Instruct"
373391
}
374392
}

Diff for: blocks/public/typhoon-2-70b-instruct.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ schema: v1
55
models:
66
- name: Typhoon 2 70B Instruct
77
provider: together
8-
model: scb10x/scb10x-llama3-1-typhoon2-60256
8+
model: scb10x/scb10x-llama3-1-typhoon2-70b-instruct
99
apiKey: ${{ inputs.TOGETHER_API_KEY }}
1010
defaultCompletionOptions:
1111
contextLength: 8192

Diff for: blocks/public/typhoon-2-8b-instruct.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ schema: v1
55
models:
66
- name: Typhoon 2 8B Instruct
77
provider: together
8-
model: scb10x/scb10x-llama3-1-typhoon-18370
8+
model: scb10x/scb10x-llama3-1-typhoon2-8b-instruct
99
apiKey: ${{ inputs.TOGETHER_API_KEY }}
1010
defaultCompletionOptions:
1111
contextLength: 8192

Diff for: model_update_report.txt

Whitespace-only changes.

0 commit comments

Comments
 (0)