Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-09-02 | 5.7 kB | |
v0.4.0 source code.tar.gz | 2025-09-02 | 2.6 MB | |
v0.4.0 source code.zip | 2025-09-02 | 3.5 MB | |
Totals: 3 Items | 6.2 MB | 1 |
What's Changed
- Update README.md with v0.3 release by @stefanwebb in https://github.com/oumi-ai/oumi/pull/1904
- Rename BaseExperimentalDpoDataset to BaseDpoDataset by @oelachqar in https://github.com/oumi-ai/oumi/pull/1903
- [tiny] Pin exact omegaconf version by @wizeng23 in https://github.com/oumi-ai/oumi/pull/1905
- Add gpt-oss-120b Together AI inference config by @wizeng23 in https://github.com/oumi-ai/oumi/pull/1907
- feat: Add basic hugging face model management functionality in CLI by @aniruddh-alt in https://github.com/oumi-ai/oumi/pull/1897
- [Breaking change] Change default model dtype from fp32 to "auto" by @wizeng23 in https://github.com/oumi-ai/oumi/pull/1910
- Add inference config for gpt-oss by @wizeng23 in https://github.com/oumi-ai/oumi/pull/1909
- Update dataset planner to use dependency injection by @jgreer013 in https://github.com/oumi-ai/oumi/pull/1913
- Modify document ingestion to read bytes by @jgreer013 in https://github.com/oumi-ai/oumi/pull/1917
- Update dependencies by @oelachqar in https://github.com/oumi-ai/oumi/pull/1908
- Update dependencies [part 2] by @oelachqar in https://github.com/oumi-ai/oumi/pull/1912
- Add processor support to AnalyzeConfig for vision-language datasets by @ryan-arman in https://github.com/oumi-ai/oumi/pull/1916
- Unpin
flash-attn
version by @wizeng23 in https://github.com/oumi-ai/oumi/pull/1918 - Add august webinar to the readme. by @taenin in https://github.com/oumi-ai/oumi/pull/1919
- Add Conversation-Level Analysis by @ryan-arman in https://github.com/oumi-ai/oumi/pull/1914
- Deprecate experimental ring attention support by @oelachqar in https://github.com/oumi-ai/oumi/pull/1921
- [tiny] Cleanup redundant specifications of lora_dropout 0.0 by @wizeng23 in https://github.com/oumi-ai/oumi/pull/1926
- Update README.md to highlight
gpt-oss
support by @stefanwebb in https://github.com/oumi-ai/oumi/pull/1927 - Add lora
target_parameters
field and upgradepeft
library by @wizeng23 in https://github.com/oumi-ai/oumi/pull/1925 - Improve e2e eval tests by @wizeng23 in https://github.com/oumi-ai/oumi/pull/1924
- Update README.md - updated after Aug webinar by @stefanwebb in https://github.com/oumi-ai/oumi/pull/1930
- refactor: Build tokenizer inside analysis_utils based on input config by @ryan-arman in https://github.com/oumi-ai/oumi/pull/1928
- Replace Luma link with YouTube recording for August webinar by @stefanwebb in https://github.com/oumi-ai/oumi/pull/1931
- Ryan arman add analysis summary by @ryan-arman in https://github.com/oumi-ai/oumi/pull/1929
- Add KTO support for preference tuning by @efsiatras in https://github.com/oumi-ai/oumi/pull/1538
- [tiny] Rename mac to macos in config names by @wizeng23 in https://github.com/oumi-ai/oumi/pull/1932
- GGUF configs, MacOS LlamaCPP configs by @penfever in https://github.com/oumi-ai/oumi/pull/1923
- Enable gpt-oss training and vLLM inference by @penfever in https://github.com/oumi-ai/oumi/pull/1920
- Judge CLI | Display Overall Score by @kaisopos in https://github.com/oumi-ai/oumi/pull/1934
- Replace mentions of deprecated
huggingface-cli
tool withhf
by @wizeng23 in https://github.com/oumi-ai/oumi/pull/1933 - Add support for custom datasets in Analyze by @ryan-arman in https://github.com/oumi-ai/oumi/pull/1935
- Judge | Validate Input Dataset by @kaisopos in https://github.com/oumi-ai/oumi/pull/1938
- Add Pre-Populated GitHub Issue Link On Failures by @rlehman221 in https://github.com/oumi-ai/oumi/pull/1936
- Adding Verbose Flag by @rlehman221 in https://github.com/oumi-ai/oumi/pull/1940
- [tiny] Update .gitignore by @wizeng23 in https://github.com/oumi-ai/oumi/pull/1944
- Upgrade verl to 0.5.0 by @wizeng23 in https://github.com/oumi-ai/oumi/pull/1941
- Add shell script for launching jobs on NERSC Perlmutter HPC cluster by @wizeng23 in https://github.com/oumi-ai/oumi/pull/1945
- Update llama_cpp_inference_engine.py by @penfever in https://github.com/oumi-ai/oumi/pull/1946
- Simplify github issue creation in cli by @rlehman221 in https://github.com/oumi-ai/oumi/pull/1949
- Add a parsable enum state field to the launcher to convey job status by @taenin in https://github.com/oumi-ai/oumi/pull/1950
- Penfever/api and macos configs by @penfever in https://github.com/oumi-ai/oumi/pull/1947
- Penfever/deepspeed by @penfever in https://github.com/oumi-ai/oumi/pull/1886
- Run GitHub workflows in merge queue instead of on PR events by @wizeng23 in https://github.com/oumi-ai/oumi/pull/1952
- Dependency Upgrade For V4 by @rlehman221 in https://github.com/oumi-ai/oumi/pull/1942
- Allow initializing DatasetAnalyzer directly with a dataset object by @ryan-arman in https://github.com/oumi-ai/oumi/pull/1953
- Follow-up updates to DeepSpeed PR by @wizeng23 in https://github.com/oumi-ai/oumi/pull/1954
- Add vision dpo support, refactor dpo by @oelachqar in https://github.com/oumi-ai/oumi/pull/1922
- Enable users to log data samples during training for debugging by @shanghongsim in https://github.com/oumi-ai/oumi/pull/1943
- [tiny] Remove
add_special_tokens
kwarg from vision DPO dataset processor by @wizeng23 in https://github.com/oumi-ai/oumi/pull/1957 - Fix CPU tests by @taenin in https://github.com/oumi-ai/oumi/pull/1958
- Penfever/llamacpp role fix by @penfever in https://github.com/oumi-ai/oumi/pull/1960
- Update synthesis with usability feedback by @jgreer013 in https://github.com/oumi-ai/oumi/pull/1939
New Contributors
- @efsiatras made their first contribution in https://github.com/oumi-ai/oumi/pull/1538
- @rlehman221 made their first contribution in https://github.com/oumi-ai/oumi/pull/1936
Full Changelog: https://github.com/oumi-ai/oumi/compare/v0.3.0...v0.4.0