Skip to content

Cld2labs/fixes - #124

Open
HarikaDev296 wants to merge 5 commits into
opea-project:mainfrom
cld2labs:cld2labs/fixes
Open

Cld2labs/fixes#124
HarikaDev296 wants to merge 5 commits into
opea-project:mainfrom
cld2labs:cld2labs/fixes

Conversation

@HarikaDev296

Copy link
Copy Markdown
Contributor

Cld2labs/Fixes- This PR address all document changes for redhat, ubuntu and model deployments.

@alexsin368
alexsin368 self-requested a review August 3, 2026 23:00
For Gaudi:
```bash
curl -k https://${BASE_URL}/Llama-3.1-8B-Instruct/v1/completions \
curl -k ${BASE_URL}/Llama-3.1-8B-Instruct/v1/completions \

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The previous step will run core/scripts/generate-token.sh, which sets BASE_URL to api.example.com. Hence, the https:// is still needed

For CPU:
```bash
curl -k https://${BASE_URL}/Llama-3.1-8B-Instruct-vllmcpu/v1/completions \
curl -k ${BASE_URL}/Llama-3.1-8B-Instruct-vllmcpu/v1/completions \

@alexsin368 alexsin368 Aug 4, 2026

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should keep https://

**Run a test query for Gaudi:**
```bash
curl -k https://${BASE_URL}/v1/completions \
curl -k ${BASE_URL}/v1/completions \

@alexsin368 alexsin368 Aug 4, 2026

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should keep https://

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updated this with https://

**Run a test query for CPU:**
```bash
curl -k https://${BASE_URL}/v1/completions \
curl -k ${BASE_URL}/v1/completions \

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should keep https://

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updated curl command with https://

@alexsin368 alexsin368 left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

minor change needed for the BASE_URL. looks good otherwise

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants