|
20 | 20 | jobs:
|
21 | 21 | cpp-multinomial-greedy_causal_lm-ubuntu:
|
22 | 22 | runs-on: ubuntu-20.04-8-cores
|
23 |
| - if: ${{ github.repository_owner == 'openvinotoolkit' }} |
24 | 23 | defaults:
|
25 | 24 | run:
|
26 | 25 | shell: bash
|
@@ -257,7 +256,6 @@ jobs:
|
257 | 256 |
|
258 | 257 | cpp-greedy_causal_lm-Qwen-7B-Chat:
|
259 | 258 | runs-on: ubuntu-20.04-16-cores
|
260 |
| - if: ${{ github.repository_owner == 'openvinotoolkit' }} |
261 | 259 | defaults:
|
262 | 260 | run:
|
263 | 261 | shell: bash
|
@@ -291,7 +289,6 @@ jobs:
|
291 | 289 |
|
292 | 290 | cpp-beam_search_causal_lm-Qwen1_5-7B-Chat:
|
293 | 291 | runs-on: ubuntu-20.04-16-cores
|
294 |
| - if: ${{ github.repository_owner == 'openvinotoolkit' }} |
295 | 292 | defaults:
|
296 | 293 | run:
|
297 | 294 | shell: bash
|
@@ -326,7 +323,6 @@ jobs:
|
326 | 323 |
|
327 | 324 | cpp-beam_search_causal_lm-Phi-2:
|
328 | 325 | runs-on: ubuntu-20.04-16-cores
|
329 |
| - if: ${{ github.repository_owner == 'openvinotoolkit' }} |
330 | 326 | defaults:
|
331 | 327 | run:
|
332 | 328 | shell: bash
|
@@ -361,7 +357,6 @@ jobs:
|
361 | 357 |
|
362 | 358 | cpp-beam_search_causal_lm-notus-7b-v1:
|
363 | 359 | runs-on: ubuntu-20.04-16-cores
|
364 |
| - if: ${{ github.repository_owner == 'openvinotoolkit' }} |
365 | 360 | defaults:
|
366 | 361 | run:
|
367 | 362 | shell: bash
|
@@ -396,7 +391,6 @@ jobs:
|
396 | 391 |
|
397 | 392 | cpp-speculative_decoding_lm-ubuntu:
|
398 | 393 | runs-on: ubuntu-20.04-16-cores
|
399 |
| - if: ${{ github.repository_owner == 'openvinotoolkit' }} |
400 | 394 | defaults:
|
401 | 395 | run:
|
402 | 396 | shell: bash
|
@@ -440,7 +434,6 @@ jobs:
|
440 | 434 |
|
441 | 435 | cpp-prompt_lookup_decoding_lm-ubuntu:
|
442 | 436 | runs-on: ubuntu-20.04-16-cores
|
443 |
| - if: ${{ github.repository_owner == 'openvinotoolkit' }} |
444 | 437 | defaults:
|
445 | 438 | run:
|
446 | 439 | shell: bash
|
@@ -514,7 +507,6 @@ jobs:
|
514 | 507 |
|
515 | 508 | cpp-Phi-1_5:
|
516 | 509 | runs-on: ubuntu-20.04-16-cores
|
517 |
| - if: ${{ github.repository_owner == 'openvinotoolkit' }} |
518 | 510 | defaults:
|
519 | 511 | run:
|
520 | 512 | shell: bash
|
@@ -569,7 +561,6 @@ jobs:
|
569 | 561 |
|
570 | 562 | cpp-greedy_causal_lm-redpajama-3b-chat:
|
571 | 563 | runs-on: ubuntu-20.04-4-cores
|
572 |
| - if: ${{ github.repository_owner == 'openvinotoolkit' }} |
573 | 564 | defaults:
|
574 | 565 | run:
|
575 | 566 | shell: bash
|
@@ -690,7 +681,6 @@ jobs:
|
690 | 681 |
|
691 | 682 | visual_language_chat_sample-ubuntu:
|
692 | 683 | runs-on: ubuntu-22.04-16-cores
|
693 |
| - if: ${{ github.repository_owner == 'openvinotoolkit' }} |
694 | 684 | steps:
|
695 | 685 | - uses: actions/checkout@v4
|
696 | 686 | with:
|
@@ -743,7 +733,6 @@ jobs:
|
743 | 733 |
|
744 | 734 | cpp-continuous-batching-ubuntu:
|
745 | 735 | runs-on: ubuntu-20.04-8-cores
|
746 |
| - if: ${{ github.repository_owner == 'openvinotoolkit' }} |
747 | 736 | defaults:
|
748 | 737 | run:
|
749 | 738 | shell: bash
|
|
0 commit comments