deepinfra / deepctl

Command line tool for Deep Infra cloud ML inference service
Apache License 2.0
23 stars 0 forks source link

object-detection missing in support tasks #3

Closed yessenzhar closed 1 year ago

yessenzhar commented 1 year ago

cargo run -- deploy create --model hustvl/yolos-tiny --task object-detection Finished dev [unoptimized + debuginfo] target(s) in 0.08s Running target/debug/deepctl deploy create --model hustvl/yolos-tiny --task object-detection error: 'object-detection' isn't a valid value for '--task ' [possible values: automatic-speech-recognition, fill-mask, image-classification, question-answering, text-classification, text-generation, text-to-image, text2text-generation, token-classification, zero-shot-image-classification]

For more information try '--help'