Skip to content

fix: correct torch_dtype kwarg, help text default, and CLI backend choices#123

Open
fix2015 wants to merge 1 commit into
StarTrail-org:mainfrom
fix2015:fix/dtype-and-cli-corrections
Open

fix: correct torch_dtype kwarg, help text default, and CLI backend choices#123
fix2015 wants to merge 1 commit into
StarTrail-org:mainfrom
fix2015:fix/dtype-and-cli-corrections

Conversation

@fix2015

@fix2015 fix2015 commented Jul 17, 2026

Copy link
Copy Markdown

Summary

  • serve/src/pixelrag_serve/api.py: Fixed dtype=dtypetorch_dtype=dtype in Qwen3VLForConditionalGeneration.from_pretrained() call, matching every other call site in the codebase.
  • index/src/pixelrag_index/monitor.py: Fixed --validate-max-fail-pct help string that incorrectly stated (default: 10.0) when the actual default is 5.0.
  • render/src/pixelrag_render/render.py: Removed "playwright" from --backend argparse choices since only the CDP backend is implemented.

Test plan

  • Verified torch_dtype is the correct kwarg used by all other from_pretrained calls in the codebase
  • Confirmed default=5.0 matches the corrected help text
  • Confirmed no playwright backend implementation exists in the render module

@vercel

vercel Bot commented Jul 17, 2026

Copy link
Copy Markdown

@fix2015 is attempting to deploy a commit to the andylizf's projects Team on Vercel.

A member of the Team first needs to authorize it.

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