Skip to content

Commit 80d3db2

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 6af5ff4 commit 80d3db2

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

DBQnA/docker_compose/amd/gpu/rocm/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ cd GenAIExamples/DBQnA/docker_compose/amd/gpu/rocm
7070
docker compose up -d
7171
```
7272

73-
```
73+
````
7474
7575
## 🚀 Validate Microservices
7676
@@ -82,7 +82,7 @@ curl http://${host_ip}:$DBQNA_TGI_SERVICE_PORT/generate \
8282
-X POST \
8383
-d '{"inputs":"What is Deep Learning?","parameters":{"max_new_tokens":17, "do_sample": true}}' \
8484
-H 'Content-Type: application/json'
85-
```
85+
````
8686

8787
### 3.2 Postgres Microservice
8888

DBQnA/docker_compose/amd/gpu/rocm/compose.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright (C) 2024 Intel Corporation
2+
# SPDX-License-Identifier: Apache-2.0
3+
14
# SPDX-License-Identifier: Apache-2.0
25

36
version: "3.8"

DBQnA/docker_compose/amd/gpu/rocm/set_env.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#!/usr/bin/env bash
22

3+
# Copyright (C) 2024 Intel Corporation
4+
# SPDX-License-Identifier: Apache-2.0
5+
36
# SPDX-License-Identifier: Apache-2.0
47

58
export host_ip="192.165.1.21"

0 commit comments

Comments
 (0)