mirror of
https://github.com/allenai/olmocr.git
synced 2025-11-02 11:04:25 +00:00
Reverting custom pipeline image
This commit is contained in:
parent
5c52e016e6
commit
aad8428dc3
@ -740,8 +740,7 @@ def submit_beaker_job(args):
|
|||||||
b = Beaker.from_env(default_workspace=args.beaker_workspace)
|
b = Beaker.from_env(default_workspace=args.beaker_workspace)
|
||||||
account = b.account.whoami()
|
account = b.account.whoami()
|
||||||
owner = account.name
|
owner = account.name
|
||||||
#beaker_image = f"jakep/olmocr-inference-{VERSION}"
|
beaker_image = f"jakep/olmocr-inference-{VERSION}"
|
||||||
beaker_image = "jakep/olmocr-benchmark-0.1.71-d71703317d"
|
|
||||||
|
|
||||||
task_name = f"olmocr-{os.path.basename(args.workspace.rstrip('/'))}"
|
task_name = f"olmocr-{os.path.basename(args.workspace.rstrip('/'))}"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user