Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 2025.02 #16

Merged
merged 1 commit into from
Feb 7, 2025
Merged

Release 2025.02 #16

merged 1 commit into from
Feb 7, 2025

Conversation

dxoigmn
Copy link
Contributor

@dxoigmn dxoigmn commented Feb 7, 2025

🎉 Major Updates

  • 🚀 1.25x speed improvements (1.5x with use_kv_cache=True)
  • 📉 Introduced autoGCG - automatic GCG tuning using Bayesian optimization
  • 💼 Data subsystem refactor to enable arbitrary dataset support
  • 🧠 Add a tutorial on how to use LLMart as a standalone library.

🎈 Minor Updates

  • Support for uv
  • More intuitive dataset splitting parameters
  • Disable early stopping via early_stop=False
  • Run test only via attack=None or steps=0
  • Option to enable/disable batch splitting via data.split_batches=True/False
  • Reusable closure creation

🚧 Bug Fixes

  • Remove world_size from optimizer
  • Fix _local_swap_count being on wrong device in optimizer

# 🎉 Major Updates
- 🚀 1.25x speed improvements (1.5x with `use_kv_cache=True`)
- 📉 Introduced `autoGCG` - automatic GCG tuning using Bayesian
optimization
- 💼 Data subsystem refactor to enable arbitrary dataset
support
- 🧠 Add a tutorial on how to use **LLM**art as a standalone
library.

# 🎈 Minor Updates
- Support for uv
- More intuitive dataset splitting parameters
- Disable early stopping via `early_stop=False`
- Run test only via `attack=None` or `steps=0`
- Option to enable/disable batch splitting via
`data.split_batches=True/False`
- Reusable closure creation

# 🚧 Bug Fixes
- Remove `world_size` from optimizer
- Fix `_local_swap_count` being on wrong device in optimizer

---------

Co-authored-by: Marius Arvinte <marius.arvinte@intel.com>
@dxoigmn dxoigmn requested a review from mariusarvinte February 7, 2025 20:20
@dxoigmn dxoigmn merged commit 66d5642 into main Feb 7, 2025
1 check passed
@dxoigmn dxoigmn deleted the release/2025.02 branch February 7, 2025 20:40
@mariusarvinte mariusarvinte restored the release/2025.02 branch February 10, 2025 17:30
@mariusarvinte mariusarvinte deleted the release/2025.02 branch February 10, 2025 17:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants