Skip to content

Commit bc2fe15

Browse files
authored
Merge branch 'opea-project:main' into audioqna-remote-endpoint
2 parents d226760 + a6e9984 commit bc2fe15

File tree

367 files changed

+5812
-2830
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

367 files changed

+5812
-2830
lines changed

.github/CODEOWNERS

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,25 @@
22

33
44
5-
5+
66
7-
7+
88
9-
10-
/CodeTrans/ [email protected]
11-
12-
9+
10+
11+
12+
1313
1414
15-
15+
1616
1717
1818
1919
2020
2121
2222
23-
23+
2424
25-
26-
25+
26+

.github/code_spell_ignore.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
ModelIn
22
modelin
3-
pressEnter
3+
pressEnter
4+
PromptIn

.github/env/_build_image.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
#!/bin/bash
12
# Copyright (C) 2025 Intel Corporation
23
# SPDX-License-Identifier: Apache-2.0
34

4-
export VLLM_VER=v0.8.3
5+
export VLLM_VER=v0.9.0.1
56
export VLLM_FORK_VER=v0.6.6.post1+Gaudi-1.20.0

.github/workflows/_build_comps_base_image.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
name: Build Comps Base Image
5-
permissions: read-all
5+
6+
permissions:
7+
attestations: read
8+
models: read
9+
security-events: read
10+
611
on:
712
workflow_call:
813
inputs:

.github/workflows/_build_image.yml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,22 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
name: Build Images
5-
permissions: read-all
5+
permissions:
6+
actions: read
7+
contents: read
8+
checks: read
9+
deployments: read
10+
discussions: read
11+
issues: read
12+
packages: read
13+
pages: read
14+
pull-requests: read
15+
repository-projects: read
16+
statuses: read
17+
security-events: read
18+
id-token: write
19+
attestations: read
20+
models: read
621
on:
722
workflow_call:
823
inputs:

.github/workflows/_example-workflow.yml

Lines changed: 45 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,22 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
name: Example jobs
5-
permissions: read-all
5+
permissions:
6+
actions: read
7+
contents: read
8+
checks: read
9+
deployments: read
10+
discussions: read
11+
issues: read
12+
packages: read
13+
pages: read
14+
pull-requests: read
15+
repository-projects: read
16+
statuses: read
17+
security-events: read
18+
id-token: write
19+
attestations: read
20+
models: read
621
on:
722
workflow_call:
823
inputs:
@@ -54,6 +69,22 @@ jobs:
5469
# Image Build
5570
####################################################################################################
5671
build-images:
72+
permissions:
73+
actions: read
74+
contents: read
75+
checks: read
76+
deployments: read
77+
discussions: read
78+
issues: read
79+
packages: read
80+
pages: read
81+
pull-requests: read
82+
repository-projects: read
83+
statuses: read
84+
security-events: read
85+
id-token: write
86+
attestations: read
87+
models: read
5788
uses: ./.github/workflows/_build_image.yml
5889
with:
5990
node: ${{ inputs.node }}
@@ -68,6 +99,17 @@ jobs:
6899
# Docker Compose Test
69100
####################################################################################################
70101
test-example-compose:
102+
permissions:
103+
actions: read
104+
contents: read
105+
checks: write
106+
deployments: write
107+
issues: write
108+
packages: write
109+
pages: write
110+
pull-requests: write
111+
statuses: write
112+
security-events: read
71113
needs: [build-images]
72114
if: ${{ inputs.test_compose }}
73115
uses: ./.github/workflows/_run-docker-compose.yml
@@ -84,6 +126,8 @@ jobs:
84126
# helmchart Test
85127
####################################################################################################
86128
test-helmchart:
129+
permissions:
130+
contents: read
87131
if: ${{ fromJSON(inputs.test_helmchart) }}
88132
uses: ./.github/workflows/_helm-e2e.yml
89133
with:

.github/workflows/_get-image-list.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
name: Get Image List
5-
permissions: read-all
5+
permissions:
6+
contents: read
67
on:
78
workflow_call:
89
inputs:

.github/workflows/_get-test-matrix.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,17 @@
33

44
# Support push and pull_request events
55
name: Get Test Matrix
6-
permissions: read-all
6+
permissions:
7+
actions: read
8+
contents: read
9+
checks: read
10+
deployments: read
11+
issues: read
12+
packages: read
13+
pages: read
14+
pull-requests: read
15+
statuses: read
16+
security-events: read
717
on:
818
workflow_call:
919
inputs:

.github/workflows/_gmc-e2e.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33

44
# This workflow will only test GMC pipeline and will not install GMC any more
55
name: Single GMC E2e Test For CD Workflow Call
6-
6+
permissions:
7+
contents: read
78
on:
89
workflow_call:
910
inputs:
@@ -55,7 +56,7 @@ jobs:
5556
- name: Run tests
5657
id: run-test
5758
env:
58-
HUGGINGFACEHUB_API_TOKEN: ${{ secrets.HUGGINGFACEHUB_API_TOKEN }}
59+
HF_TOKEN: ${{ secrets.HF_TOKEN }}
5960
GOOGLE_CSE_ID: ${{ secrets.GOOGLE_CSE_ID }}
6061
GOOGLE_API_KEY: ${{ secrets.GOOGLE_API_KEY }}
6162
run: |

.github/workflows/_gmc-workflow.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
name: Build and deploy GMC system on call and manual
5-
5+
permissions:
6+
contents: read
67
on:
78
workflow_dispatch:
89
inputs:

0 commit comments

Comments
 (0)