π¨οΈJob
Intro

job commands overviewSubmit command

job submit commandStatus command

Log command

Terminate command

Last updated

job commands overview
job submit command


Last updated
{
"entrypoint": "python script.py",
"runtime_env": {
"working_dir": "examples/",
"pip": [
"requests",
"numpy",
"torch",
"rich"
]
}
}fiat job submit \
--cluster some-host:8265 \ # Target Fiat Computing cluster URL
--file /path-to/job_description.json \ # Job descrption file of your project
--timeout 10 # submission timeoutfiat job status \
--cluster target-cluster-url \ # host:port format
--id raysubmit_xxxxxxxx \ # ray submission idfiat job log \
--cluster target-cluster-url \ # host:port format
--id raysubmit_xxxxxxxx \ # ray submission idfiat job terminate \
--cluster 10.112.67.227:8265 \ # Cluster URL
--id 07000000 # Job id, instead of submission_id