We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
例行检查
功能描述 Triton Inference Server服务启动后,是在8000端口 curl -X POST localhost:8000/v2/models/vllm_model/generate -d '{"text_input": "What is Triton Inference Server?", "parameters": {"stream": false, "temperature": 0}}'
应用场景 one-api应该如何调用?
The text was updated successfully, but these errors were encountered:
需要进行适配,这个有待之后处理,期待 PR:https://github.com/triton-inference-server/server
Sorry, something went wrong.
No branches or pull requests
例行检查
功能描述
Triton Inference Server服务启动后,是在8000端口
curl -X POST localhost:8000/v2/models/vllm_model/generate
-d '{"text_input": "What is Triton Inference Server?", "parameters": {"stream": false, "temperature": 0}}'
应用场景
one-api应该如何调用?
The text was updated successfully, but these errors were encountered: