Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
ghzhost
/
Soup
Public
forked from
MakazhanAlpamys/Soup
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
Soup
src
soup_cli
trainer
on
v0.71.32
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 6, 2026
test(v0.71.32): tdd-review — corpus_wer empty-ref fix, asr_lora footgun, collator/train/infer-exit/precedence coverage
MakazhanAlpamys
committed
938a50c
View commit details
Copy full SHA for 938a50c
View code at this point
Browse repository at this point
fix(v0.71.32): security-review — infer audio containment/UNC, atomic output, per-row skip, row+char caps, sidecar validation, trust probe
MakazhanAlpamys
committed
5e76101
View commit details
Copy full SHA for 5e76101
View code at this point
Browse repository at this point
fix(v0.71.32): code-review — decoder-start strip, prefix sidecar, asr_lora opt-in, adapter inference, task shadow
MakazhanAlpamys
committed
04c2ad5
View commit details
Copy full SHA for 04c2ad5
View code at this point
Browse repository at this point
fix(v0.71.32): python-review — asr auto-detect, translate prefix, format gate, dedup, types
MakazhanAlpamys
committed
37a233f
View commit details
Copy full SHA for 37a233f
View code at this point
Browse repository at this point
feat(v0.71.32): AsrTrainerWrapper + asr data format + train routing
MakazhanAlpamys
committed
ebad8e3
View commit details
Copy full SHA for ebad8e3
View code at this point
Browse repository at this point
fix(v0.71.31): trl-version adapter for online_dpo (CI red on trl 1.x)
Show description for 07e94ce
MakazhanAlpamys
committed
07e94ce
View commit details
Copy full SHA for 07e94ce
View code at this point
Browse repository at this point
fix(v0.71.31): code-review fixes — QLoRA kbit-prep, multi-turn prompts, pairwise tie honesty
Show description for fb69c90
MakazhanAlpamys
committed
fb69c90
View commit details
Copy full SHA for fb69c90
View code at this point
Browse repository at this point
Commits on Jul 5, 2026
refactor(v0.71.31): python-review fixes — Protocol typing + precise generics
Show description for 2d15618
MakazhanAlpamys
committed
2d15618
View commit details
Copy full SHA for 2d15618
View code at this point
Browse repository at this point
feat(train): task='online_dpo' — OnlineDPOTrainer wrapper (judge or reward_model in the loop)
Show description for 94dd27c
MakazhanAlpamys
committed
94dd27c
View commit details
Copy full SHA for 94dd27c
View code at this point
Browse repository at this point
fix(prm): PRM producer conformance — save tokenizer + standard train-result shape (fixes soup train task=prm KeyError; surfaced by v0.71.30 live smoke)
MakazhanAlpamys
committed
70cb8b1
View commit details
Copy full SHA for 70cb8b1
View code at this point
Browse repository at this point
fix(prm): code-review fixes (PRM head dtype cast, empty-string reject, override notice, prod/render caveats) (v0.71.30)
MakazhanAlpamys
committed
ec4e78c
View commit details
Copy full SHA for ec4e78c
View code at this point
Browse repository at this point
refactor(prm): python-review fixes (TrainingConfig typing, PRM input cap, env dedup, type tightening) (v0.71.30)
MakazhanAlpamys
committed
db2dc7e
View commit details
Copy full SHA for db2dc7e
View code at this point
Browse repository at this point
feat(prm): wire PRM reward into GRPO setup via _select_reward_fn (v0.71.30)
MakazhanAlpamys
committed
28e3067
View commit details
Copy full SHA for 28e3067
View code at this point
Browse repository at this point
Commits on Jul 4, 2026
fix: honor vocabulary expansion in ORPO, SIMPO, and GRPO trainers (#295)
CODING-DARSH
authored
cd6cbdd
View commit details
Copy full SHA for cd6cbdd
View code at this point
Browse repository at this point
fix: honor vocabulary expansion in DPO/IPO/KTO/BCO trainers (#293)
CODING-DARSH
authored
1cc4bf4
View commit details
Copy full SHA for 1cc4bf4
View code at this point
Browse repository at this point
fix: reuse shared vocabulary expansion in vision/audio SFT (#291)
CODING-DARSH
authored
23da524
View commit details
Copy full SHA for 23da524
View code at this point
Browse repository at this point
Commits on Jul 3, 2026
fix(sft): apply configured vocabulary expansion (#287)
CODING-DARSH
authored
abf8fef
View commit details
Copy full SHA for abf8fef
View code at this point
Browse repository at this point
Commits on Jul 2, 2026
fix: remediate the HIGH-tier code-review findings
Show description for 58d280c
MakazhanAlpamys
and
claude
committed
58d280c
View commit details
Copy full SHA for 58d280c
View code at this point
Browse repository at this point
fix: remediate 6 CRITICAL code-review findings
Show description for b587dee
MakazhanAlpamys
and
claude
committed
b587dee
View commit details
Copy full SHA for b587dee
View code at this point
Browse repository at this point
Commits on Jul 1, 2026
feat(train): anti-gaming hardening + reward shaping + give-up explainer (v0.71.26 Part D)
Show description for eb2edb1
MakazhanAlpamys
committed
eb2edb1
View commit details
Copy full SHA for eb2edb1
View code at this point
Browse repository at this point
feat(train): reversible bang-bang KL controller + hysteresis (v0.71.26 Part B)
Show description for 925e600
MakazhanAlpamys
committed
925e600
View commit details
Copy full SHA for 925e600
View code at this point
Browse repository at this point
Commits on Jun 12, 2026
feat(train): native Spectrum targeted training — soup spectrum scan + training.unfrozen_parameters (v0.71.23)
Show description for fcf4b33
MakazhanAlpamys
committed
fcf4b33
View commit details
Copy full SHA for fcf4b33
View code at this point
Browse repository at this point
Commits on Jun 10, 2026
feat(perf): MiniLLM/MoLE KV-cache + deploy-measure live factories + live-codec TTS (v0.71.22)
Show description for ccd5c80
MakazhanAlpamys
committed
ccd5c80
View commit details
Copy full SHA for ccd5c80
View code at this point
Browse repository at this point
feat(precision,rollout): live fp8/nvfp4 + vLLM sleep + openenv rollout + apple-adapter + delinearize-llama4 (v0.71.21)
Show description for ed5fc3a
MakazhanAlpamys
committed
ed5fc3a
View commit details
Copy full SHA for ed5fc3a
View code at this point
Browse repository at this point
feat(trainer): live TTS / BitNet / MoE-expert-quant trainers (v0.71.20)
Show description for a4dfbb3
MakazhanAlpamys
committed
a4dfbb3
View commit details
Copy full SHA for a4dfbb3
View code at this point
Browse repository at this point
Commits on Jun 9, 2026
feat(quant,multipack): vision/audio Quant Menu + multipack FSDP sharding (v0.71.19)
Show description for f51331d
MakazhanAlpamys
committed
f51331d
View commit details
Copy full SHA for f51331d
View code at this point
Browse repository at this point
Commits on Jun 8, 2026
feat(distill,agent,cloud): on-policy MiniLLM + aligned ULD + agent sandbox eval + Modal cloud (v0.71.18)
Show description for 70fd5ee
MakazhanAlpamys
committed
70fd5ee
View commit details
Copy full SHA for 70fd5ee
View code at this point
Browse repository at this point
feat(serve): serve-time MoLE + per-request vector banks + epoch RAFT shuffle (v0.71.17)
Show description for 0d55ba9
MakazhanAlpamys
committed
0d55ba9
View commit details
Copy full SHA for 0d55ba9
View code at this point
Browse repository at this point
Commits on Jun 4, 2026
feat: architecture + distill + adapter-train live wiring (v0.71.12)
Show description for a66e4b9
MakazhanAlpamys
committed
a66e4b9
View commit details
Copy full SHA for a66e4b9
View code at this point
Browse repository at this point
feat(rl): live GRPO/RL callbacks — reward-hack, echo-trap, RL ckpt, ULD, MiniLLM, iterative-DPO (v0.71.11)
Show description for f316d33
MakazhanAlpamys
committed
f316d33
View commit details
Copy full SHA for f316d33
View code at this point
Browse repository at this point
Commits on Jun 3, 2026
feat(rag): RAFT span-mask trainer + RA-DIT auto-link + live steering + eval citation (v0.71.10)
Show description for a2287dd
MakazhanAlpamys
committed
a2287dd
View commit details
Copy full SHA for a2287dd
View code at this point
Browse repository at this point
feat(edit): live ROME/MEMIT/AlphaEdit + GRACE + NPO/SimNPO/RMU unlearn (v0.71.9)
Show description for 96c339f
MakazhanAlpamys
committed
96c339f
View commit details
Copy full SHA for 96c339f
View code at this point
Browse repository at this point
Commits on May 31, 2026
chore: migrate to src-layout
Show description for 06d8ea7
MakazhanAlpamys
committed
06d8ea7
View commit details
Copy full SHA for 06d8ea7
View code at this point
Browse repository at this point
Loading
You can’t perform that action at this time.