Skip to content

Commit

Permalink
Refine code scan output and remove opea_release_data.md. (opea-projec…
Browse files Browse the repository at this point in the history
…t#844)

Signed-off-by: ZePan110 <ze.pan@intel.com>
  • Loading branch information
ZePan110 authored Sep 19, 2024
1 parent a09395e commit 21e215c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 57 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-path-detection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
if [ "$response_retry" -eq 200 ]; then
echo "*****Retry successfully*****"
else
echo "Invalid link from $real_path: $url_dev"
echo "Invalid path from ${{github.workspace}}/$refer_path: $png_path"
fail="TRUE"
fi
else
Expand Down
10 changes: 3 additions & 7 deletions ChatQnA/benchmark/performance/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ kubectl label nodes k8s-worker1 node-type=chatqna-opea

##### 2. Install ChatQnA

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

```bash
# on k8s-master node
Expand Down Expand Up @@ -227,7 +227,7 @@ kubectl label nodes k8s-worker1 k8s-worker2 node-type=chatqna-opea

##### 2. Install ChatQnA

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

```bash
# on k8s-master node
Expand Down Expand Up @@ -276,7 +276,7 @@ kubectl label nodes k8s-master k8s-worker1 k8s-worker2 k8s-worker3 node-type=cha

##### 2. Install ChatQnA

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

```bash
# on k8s-master node
Expand Down Expand Up @@ -313,7 +313,3 @@ cd GenAIExamples/ChatQnA/benchmark/performance/tuned/with_rerank/single_gaudi
kubectl delete -f .
kubectl label nodes k8s-master k8s-worker1 k8s-worker2 k8s-worker3 node-type-
```

#### 6. Results

Check OOB performance data [here](/opea_release_data.md#chatqna), tuned performance data will be released soon.
49 changes: 0 additions & 49 deletions opea_release_data.md

This file was deleted.

0 comments on commit 21e215c

Please sign in to comment.