vllm test
Browse files- config.json +3 -0
config.json
CHANGED
|
@@ -1,6 +1,9 @@
|
|
| 1 |
{
|
| 2 |
"_commit_hash": null,
|
| 3 |
"_name_or_path": "",
|
|
|
|
|
|
|
|
|
|
| 4 |
"auto_map": {
|
| 5 |
"AutoConfig": "configuration_skywork_chat.SkyworkChatConfig",
|
| 6 |
"AutoModel": "modeling_skywork_chat.SkyworkChatModel",
|
|
|
|
| 1 |
{
|
| 2 |
"_commit_hash": null,
|
| 3 |
"_name_or_path": "",
|
| 4 |
+
"architectures": [
|
| 5 |
+
"SkyworkR1VChatModel"
|
| 6 |
+
],
|
| 7 |
"auto_map": {
|
| 8 |
"AutoConfig": "configuration_skywork_chat.SkyworkChatConfig",
|
| 9 |
"AutoModel": "modeling_skywork_chat.SkyworkChatModel",
|