Files
evil_MoE/src/projected_grpo
wassname 380de028eb fix: silence num_return_sequences deprecation by baking G_s into gen_cfg
transformers warns when generation_config is passed alongside generation kwargs
like num_return_sequences. Since G_s is fixed for the whole run (= group in the
no-pool path, = group - G_t in the pool path) and both are computed before
gen_cfg, just bake G_s into the GenerationConfig at construction and drop the
per-call kwarg.
2026-05-27 21:42:03 +00:00
..
2026-05-23 10:40:02 +08:00
2026-05-23 11:26:39 +08:00
2026-05-23 10:40:02 +08:00
2026-05-23 11:26:39 +08:00