Skip to content

Commit 21e215c

Browse files
authored
Refine code scan output and remove opea_release_data.md. (#844)
Signed-off-by: ZePan110 <ze.pan@intel.com>
1 parent a09395e commit 21e215c

File tree

3 files changed

+4
-57
lines changed

3 files changed

+4
-57
lines changed

.github/workflows/pr-path-detection.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
if [ "$response_retry" -eq 200 ]; then
137137
echo "*****Retry successfully*****"
138138
else
139-
echo "Invalid link from $real_path: $url_dev"
139+
echo "Invalid path from ${{github.workspace}}/$refer_path: $png_path"
140140
fail="TRUE"
141141
fi
142142
else

ChatQnA/benchmark/performance/README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ kubectl label nodes k8s-worker1 node-type=chatqna-opea
144144

145145
##### 2. Install ChatQnA
146146

147-
Go to [BKC manifest](https://github.com/opea-project/GenAIExamples/tree/main/ChatQnA/benchmark/tuned/with_rerank/single_gaudi) and apply to K8s.
147+
Go to [BKC manifest](./tuned/with_rerank/single_gaudi) and apply to K8s.
148148

149149
```bash
150150
# on k8s-master node
@@ -227,7 +227,7 @@ kubectl label nodes k8s-worker1 k8s-worker2 node-type=chatqna-opea
227227

228228
##### 2. Install ChatQnA
229229

230-
Go to [BKC manifest](https://github.com/opea-project/GenAIExamples/tree/main/ChatQnA/benchmark/tuned/with_rerank/two_gaudi) and apply to K8s.
230+
Go to [BKC manifest](./tuned/with_rerank/two_gaudi) and apply to K8s.
231231

232232
```bash
233233
# on k8s-master node
@@ -276,7 +276,7 @@ kubectl label nodes k8s-master k8s-worker1 k8s-worker2 k8s-worker3 node-type=cha
276276

277277
##### 2. Install ChatQnA
278278

279-
Go to [BKC manifest](https://github.com/opea-project/GenAIExamples/tree/main/ChatQnA/benchmark/tuned/with_rerank/four_gaudi) and apply to K8s.
279+
Go to [BKC manifest](./tuned/with_rerank/four_gaudi) and apply to K8s.
280280

281281
```bash
282282
# on k8s-master node
@@ -313,7 +313,3 @@ cd GenAIExamples/ChatQnA/benchmark/performance/tuned/with_rerank/single_gaudi
313313
kubectl delete -f .
314314
kubectl label nodes k8s-master k8s-worker1 k8s-worker2 k8s-worker3 node-type-
315315
```
316-
317-
#### 6. Results
318-
319-
Check OOB performance data [here](/opea_release_data.md#chatqna), tuned performance data will be released soon.

opea_release_data.md

Lines changed: 0 additions & 49 deletions
This file was deleted.

0 commit comments

Comments
 (0)