13 comments (13 comments)0 reactions (0 reactions)0 assignees (0 assignees)Python5,658 forks (5,658 forks)batch import
good first issue
Repository metrics
- Stars
- 64,271 stars (64,271 stars)
- PR merge metrics
- Avg merge 3d 15h (Avg merge 3d 15h)525 merged PRs in 30d (525 merged PRs in 30d)
Contributor guide
- Research direction
- Investigate the trl pull request #1841 that removed `neftune post forward hook`. Check unsloth's codebase for usage of this hook, particularly in files related to NEFTune. Determine if unsloth's NEFTune functionality is broken or needs adaptation. Look at comments in the issue for additional context from maintainers like @lewtun and @kashif. Suggest a fix if unsloth's implementation relies on the removed hook, such as using an alternative approach or updating to match trl's new design.
- Tech stack
- pythonpytorch
- Domain
- machine learning
- Issue type
- Bug
- Prerequisites
- basic understanding of NEFTunefamiliarity with trl library