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

Updated default value of memmap_dtype to uint32 #795

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

aman-17
Copy link
Member

@aman-17 aman-17 commented Feb 12, 2025

Updated memmap_dtype to uint32 for compatibility with OLMo-2-1124.
Added links to the Discord and Playground in the readme.
Minor improvements in readme.

@aman-17 aman-17 requested a review from dirkgr February 12, 2025 21:48
Copy link
Member

@dirkgr dirkgr left a comment

Choose a reason for hiding this comment

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

Sorry, I think you misunderstood. What we want is, set the dtype based on the vocab size. If the vocab size is > 2**16, then the dtype has to be uint32. If it's smaller, it has to be uint16.

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