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
/kind bug
arena version:
arena version arena: v0.9.12 BuildDate: 2024-03-04T01:59:47Z GitCommit: a707f81ef611ccd4347c82ddef122cf40b660edc GitTreeState: clean GitTag: v0.9.12 GoVersion: go1.18.10 Compiler: gc Platform: darwin/amd64
submit kserve job
arena serve kserve \ --name=triton-vllm \ --image=nvcr.io/nvidia/tritonserver:24.01-vllm-python-py3 \ --gpus=1 \ --cpu=6 \ --memory=12Gi \ --data="opt-pvc:/work/model_repository/vllm-model" \ "tritonserver --model-store=/work/model_repository --grpc-port=9000 --http-port=8080 --allow-grpc=true --allow-http=true --allow-metrics=true"
arena delete triton-vllm --type kserve
ERRO[0000] Unsupport job type,arena only supports: [py(Pytorch),horovod(Horovod),volcano(Volcano),et(ElasticTraining),spark(Spark),dp(DeepSpeed),tf(Tensorflow),mpi(MPI)]
The text was updated successfully, but these errors were encountered:
/assign gujingit
Sorry, something went wrong.
@gujingit arena delete is used to delete training jobs; you should use arena serve delete.
gujingit
Successfully merging a pull request may close this issue.
/kind bug
arena version:
submit kserve job
arena delete triton-vllm --type kserve
The text was updated successfully, but these errors were encountered: