Get the status of a download job
Examples
if (FALSE) { # \dontrun{
lms_server_start()
job_id <- lms_download("google/gemma-3-1b")
status <- lms_download_status(job_id)
print(status)
} # }
Get the status of a download job
if (FALSE) { # \dontrun{
lms_server_start()
job_id <- lms_download("google/gemma-3-1b")
status <- lms_download_status(job_id)
print(status)
} # }