What's Changed
- Add additive_repetition_penalty sampler setting. by @tdrussell in #3627
- Fix training.py tutorial url by @adrianfiedler in #4367
- Rename additive_repetition_penalty to presence_penalty, add frequency_penalty by @tdrussell in #4376
- Replace hashlib.sha256 with hashlib.file_digest, so we don't need to load entire files into ram before hashing them. by @LightningDragon in #4383
- Fix Gradio warning message regarding custom value by @GuizzyQC in #4391
- Intel Gpu support initialization by @abhilash1910 in #4340
- Update accelerate requirement from ==0.23.* to ==0.24.* by @dependabot in #4400
- Adding
platform_system
toautoawq
by @jamesbraza in #4390
New Contributors
- @adrianfiedler made their first contribution in #4367
- @LightningDragon made their first contribution in #4383
- @abhilash1910 made their first contribution in #4340
Full Changelog: snapshot-2023-10-22...snapshot-2023-10-29