Cld2labs/fixes - #124
Open
HarikaDev296 wants to merge 5 commits into
Open
Conversation
alexsin368
self-requested a review
August 3, 2026 23:00
alexsin368
reviewed
Aug 4, 2026
| 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 \ |
Collaborator
There was a problem hiding this comment.
The previous step will run core/scripts/generate-token.sh, which sets BASE_URL to api.example.com. Hence, the https:// is still needed
alexsin368
reviewed
Aug 4, 2026
| 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
reviewed
Aug 4, 2026
| **Run a test query for Gaudi:** | ||
| ```bash | ||
| curl -k https://${BASE_URL}/v1/completions \ | ||
| curl -k ${BASE_URL}/v1/completions \ |
Contributor
Author
There was a problem hiding this comment.
updated this with https://
alexsin368
reviewed
Aug 4, 2026
| **Run a test query for CPU:** | ||
| ```bash | ||
| curl -k https://${BASE_URL}/v1/completions \ | ||
| curl -k ${BASE_URL}/v1/completions \ |
Contributor
Author
There was a problem hiding this comment.
updated curl command with https://
alexsin368
requested changes
Aug 4, 2026
alexsin368
left a comment
Collaborator
There was a problem hiding this comment.
minor change needed for the BASE_URL. looks good otherwise
alexsin368
requested review from
AhmedSeemalK,
mdfaheem-intel,
preethivenkatesh,
psurabh and
vhpintel
August 4, 2026 01:03
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Cld2labs/Fixes- This PR address all document changes for redhat, ubuntu and model deployments.