Open onmyraedar opened 1 day ago
Thanks - Is this with hosted inference running or local running? And if local, was it run just now? I made some changes to job-running that could be the culprit...
This is with a remote job, running in my local dev environment on Docker.
I've only started seeing it today. We're on edsl 0.1.38.dev3, not the main branch - I don't think recent updates have been applied:
edsl = {allow-prereleases = true, version = "^0.1.35"}
Worth noting that this numerical inconsistency only seems to happen at the very beginning of a job. Usually, I access the progress bar from the remote inference dashboard, which takes a few seconds. Today, I've been working on a clickable link for opening the progress bar from EDSL - meaning that I can now see the job earlier, without the delay. Might be related to the issue.
A job generated the following status dict. The job is marked as completed because the number of completed and total interviews are equal (both 0). However, the language model progress shows an outstanding interview.
Do we have any idea why this is happening and how to fix it? The progress bar on the frontend stops checking for updates after
status == "completed"
, meaning that the progress bar stops at this: