Skip to content

Commit 7bcf2bc

Browse files
author
Harika
committed
update llama 3.1 8b instruct deployment.md
1 parent 806461e commit 7bcf2bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • third_party/Dell/model-deployment/llama-3.1-8b-instruct

third_party/Dell/model-deployment/llama-3.1-8b-instruct/deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ vllm-llama-8b-apisixroute api.example.com
6565
## Step 4: Test the Deployed Model
6666

6767
```bash
68-
curl -k https://${BASE_URL}/Llama-3.1-8B-Instruct/v1/completions \
68+
curl -k https://${BASE_URL}/Llama-3.1-8B-Instruct-vllmcpu/v1/completions \
6969
-X POST \
7070
-H "Content-Type: application/json" \
7171
-H "Authorization: Bearer $TOKEN" \

0 commit comments

Comments
 (0)