pullrequests Search Results · language:Dune language:Python language:JavaScript language:HTML language:Java language:JavaScript
Filter by
211M results
Automated test pull request
Automated test pull request
Capture de 2 retours du test live (2026-06-27) au backlog produit (features/backlog/*.feature + table ROADMAP.md).
P1 — failed_sample_recovery (bug)
Un sample en échec de téléchargement (status=failed, ...
Summary
- Add an internal AuthorizationEngine boundary for check, expand, and lookup_resources
- Route ZanzibarClient read APIs through the shared engine boundary while preserving repository/schema ...
Automated test pull request
Automated test pull request
Resolves #4326
Replaces CodeQL with PyCG as the level 2 call graph backend, and adds coupling-aware sharding so PyCG scales to large
apps.
Motivation and Context
PyCG does not scale past a few hundred files. A flat ...
Stage 3 ORPO runs two forward passes per step (chosen + rejected), doubling memory vs stage2. Was inheriting RunPod
defaults (batch=8) during local_test causing immediate OOM kill. Adds batch=1, grad_accum=1, ...