File tree Expand file tree Collapse file tree 3 files changed +4
-57
lines changed
ChatQnA/benchmark/performance Expand file tree Collapse file tree 3 files changed +4
-57
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ jobs:
136
136
if [ "$response_retry" -eq 200 ]; then
137
137
echo "*****Retry successfully*****"
138
138
else
139
- echo "Invalid link from $real_path : $url_dev "
139
+ echo "Invalid path from ${{github.workspace}}/$refer_path : $png_path "
140
140
fail="TRUE"
141
141
fi
142
142
else
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ kubectl label nodes k8s-worker1 node-type=chatqna-opea
144
144
145
145
##### 2. Install ChatQnA
146
146
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.
148
148
149
149
``` bash
150
150
# on k8s-master node
@@ -227,7 +227,7 @@ kubectl label nodes k8s-worker1 k8s-worker2 node-type=chatqna-opea
227
227
228
228
##### 2. Install ChatQnA
229
229
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.
231
231
232
232
``` bash
233
233
# on k8s-master node
@@ -276,7 +276,7 @@ kubectl label nodes k8s-master k8s-worker1 k8s-worker2 k8s-worker3 node-type=cha
276
276
277
277
##### 2. Install ChatQnA
278
278
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.
280
280
281
281
``` bash
282
282
# on k8s-master node
@@ -313,7 +313,3 @@ cd GenAIExamples/ChatQnA/benchmark/performance/tuned/with_rerank/single_gaudi
313
313
kubectl delete -f .
314
314
kubectl label nodes k8s-master k8s-worker1 k8s-worker2 k8s-worker3 node-type-
315
315
```
316
-
317
- #### 6. Results
318
-
319
- Check OOB performance data [ here] ( /opea_release_data.md#chatqna ) , tuned performance data will be released soon.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments