Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

djl serving + vllm deploy sagemaker endpoint miss token metric #2644

Open
DongZhaoXiong opened this issue Dec 21, 2024 · 0 comments
Open

djl serving + vllm deploy sagemaker endpoint miss token metric #2644

DongZhaoXiong opened this issue Dec 21, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@DongZhaoXiong
Copy link

Description

TOKENIZER=/home/ec2-user/workspace/MyProject/aitao_llm/llm_container/tokenizer.json awscurl -c 1 -N 2 -X POST -n sagemaker https://runtime.sagemaker.cn-northwest-1.amazonaws.com.cn/endpoints/qwen25-32b-model-2024-12-21-09-03-10-213-endpoint/invocations -d '{"inputs": "hello", "parameters":{"temperature": 0.7, "top_p": 0.8, "max_tokens":256}}' -H 'Content-Type: application/json' -t --profile GA --region cn-northwest-1
Total time: 2511.73 ms.
Non 200 responses: 0, error rate: 0.00
Concurrent clients: 1
Total requests: 2
TPS: 0.86/s
Average Token Latency: Infinity ms.
Average Latency: 1166.49 ms.
P50: 1715.55 ms.
P90: 1715.55 ms.
P99: 1715.55 ms.
Time to first byte: 867.82 ms.
TTFB_P50: 1118.42 ms.
TTFB_P90: 1118.42 ms.
TTFB_P99: 1118.42 ms

@DongZhaoXiong DongZhaoXiong added the bug Something isn't working label Dec 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant