Skip to content

Fetch prebuilt ONNX from HF for upscale-realplksr instead of converting in CI#33

Closed
andriiryzhkov wants to merge 0 commit into
darktable-org:masterfrom
andriiryzhkov:realplksr_hf
Closed

Fetch prebuilt ONNX from HF for upscale-realplksr instead of converting in CI#33
andriiryzhkov wants to merge 0 commit into
darktable-org:masterfrom
andriiryzhkov:realplksr_hf

Conversation

@andriiryzhkov

Copy link
Copy Markdown
Collaborator

Convert step was hitting noisy-neighbour OOMs on nightly CI. RealPLKSR is the heaviest model we convert (~6 min, peak memory near the GitHub runner's effective limit), and nightly runs at peak infra hours, so the same code that converts fine on PR builds gets the runner killed.

Move conversion out of CI: pre-converted ONNX now live in Hugging Face model repository. CI just downloads the ONNX, the existing validate/package steps run unchanged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant