Skip to content

Commit

Permalink
[Feature] support minicpm-v_2_6 for pytorch engine. (#2767)
Browse files Browse the repository at this point in the history
* support minicpmv_2_6.

* update supported_models.

* update supported_models.
  • Loading branch information
Reinerzhou authored Nov 21, 2024
1 parent 178ec7b commit 324237b
Show file tree
Hide file tree
Showing 5 changed files with 440 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/en/supported_models/supported_models.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ The TurboMind engine doesn't support window attention. Therefore, for models tha
| DeepSeek-MoE | 16B | LLM | Yes | No | No | No | No |
| DeepSeek-V2 | 16B, 236B | LLM | Yes | No | No | No | No |
| MiniCPM3 | 4B | LLM | Yes | Yes | Yes | No | No |
| MiniCPM-V-2_6 | 8B | LLM | Yes | No | No | No | Yes |
| Gemma | 2B-7B | LLM | Yes | Yes | Yes | No | No |
| Dbrx | 132B | LLM | Yes | Yes | Yes | No | No |
| StarCoder2 | 3B-15B | LLM | Yes | Yes | Yes | No | No |
Expand Down
1 change: 1 addition & 0 deletions docs/zh_cn/supported_models/supported_models.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ turbomind 引擎不支持 window attention。所以,对于应用了 window att
| DeepSeek-MoE | 16B | LLM | Yes | No | No | No | No |
| DeepSeek-V2 | 16B, 236B | LLM | Yes | No | No | No | No |
| MiniCPM3 | 4B | LLM | Yes | Yes | Yes | No | No |
| MiniCPM-V-2_6 | 8B | LLM | Yes | No | No | No | Yes |
| Gemma | 2B-7B | LLM | Yes | Yes | Yes | No | No |
| Dbrx | 132B | LLM | Yes | Yes | Yes | No | No |
| StarCoder2 | 3B-15B | LLM | Yes | Yes | Yes | No | No |
Expand Down
Loading

0 comments on commit 324237b

Please sign in to comment.