Skip to content

Add RL artifacts directories to .gitignore#2407

Open
daniellepintz wants to merge 4 commits intomainfrom
dp/gitignore
Open

Add RL artifacts directories to .gitignore#2407
daniellepintz wants to merge 4 commits intomainfrom
dp/gitignore

Conversation

@daniellepintz
Copy link
Contributor

These two directories (converted/ and models/) are created when running:

python torchtitan/experiments/rl/unified/simple_rl_multiprocess.py

We don't want to commit these so adding them to .gitignore.

@meta-cla meta-cla bot added the CLA Signed This label is managed by the Meta Open Source bot. label Feb 20, 2026
.gitignore Outdated
# env files
.env

# Local checkpoints/models
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These are temporary folders which should be removed in later version. In short, we don't want to experiment folders to affect core torchtitan. models might accidentally ignore some other folders. I prefer delay this change

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Meta Open Source bot.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants