example-submission / challenge-cli.py

Commit History

Fix assigning challenge_id instead of task_id when task is specified by name.
a4ed626

jessehostetler commited on

Return immediately on error status
9ca8da7

jessehostetler commited on

Make the timeout in _wait_for_status() calls use the timeout_seconds parameter. This increases the default and makes it configurable.
36f0476

jessehostetler commited on

Fix challenge-cli not setting storage when using --volume and friends. Improve error messages. Fix multiple issues with Dockerfile.gpu. Change make docker-run and make docker-run-gpu to use docker flags that match the Dyff cloud environment by default.
82e6e64

jessehostetler commited on

Fix challenge-cli allowing --model without --volume-mount
74e27de

jessehostetler commited on

Allow specifying challenge task by name in addition to ID.
bd64872

jessehostetler commited on

Add GPU Dockerfile and requirements
f0d7b8f

cc-dsri commited on

Add GPU support for inference service
789798d

cc-dsri commited on

Download model weights in Dockerfile. Large revision of README to include submission instructions. Add challenge-cli.py to make uploading via the Dyff API easier.
b3e1b1c

jessehostetler commited on