You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[HETERO] Support splitting new graph pattern for pipeline parallel and correct the number of submodels (openvinotoolkit#25224)
### Details:
- Fix qwen1.5-14b-chat with HETERO pipeline parallelism
Add supported to patten:
```
ReadValue->Gather->Concat
|------>ShapeOf(fused on other different affinity node) ->....
```
- Correct the value of HETERO_NUMBER_OF_SUBMODELS by subtracting the
number of independent submodels to reduce confusion
### Tickets:
- *ticket-id*
0 commit comments