Commit 7ea260c
authored
Updated logic whether PA backend is explicitly required (openvinotoolkit#1976)
If user passed `LLMPipeline(model_path, device, ATTENTION_BACKEND=PA)`,
then it should throw in case of PA backend cannot be used (either PA op
is not available or model cannot be converted to PA representation)1 parent 1086ac3 commit 7ea260c
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
49 | 52 | | |
50 | 53 | | |
51 | 54 | | |
| |||
0 commit comments