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 3.0.0 #89

Merged
32 commits merged into from
Mar 28, 2024
Merged

Release 3.0.0 #89

32 commits merged into from
Mar 28, 2024

Conversation

ghost
Copy link

@ghost ghost commented Mar 28, 2024

This release contains the code to prepare for the move to 7b parameters as well as concentrating the rewards on fewer models and improving the speed that validators pick up new best models.

In addition to the previously announced change from 8k to 4k sequence length, we have also adjusted the future tokenizer from gpt3_5 to gpt4. To compensate, the block at which these new changes will take effect has been moved out one week to April 15, 2024 ~8:00 AM at block 2,786,061.

To reiterate the final set of changes that will occur at that block are:

  • The parameter limit will be raised to 6.9 billion.

  • The size limit for the hugging face repo for the model will be raised to 15 gigabytes.

  • New The tokenizer used for evaluation will become https://huggingface.co/Xenova/gpt-4

  • New The sequence length used for inference will be 4096.

  • When loading the pretrained model for inference the torch_dtype will be bfloat16 and the attn_implementation will be flash_attention_2.

  • New Allowed model types has been adjusted to include new model types (Phi and Gemma) and remove those not supporting flash attention.

Validators: You should upgrade immediately to align your weight distributions to the new model. Additionally, you may need to upgrade your machine by April 15, 2024 to support the following requirement changes:

dougsillars and others added 30 commits February 16, 2024 15:21
added 3 spaces. A very small PR, but adds readability
Support for larger models at a future block.
@ghost ghost changed the title Release 2.3.2 Release 3.0.0 Mar 28, 2024
@ghost ghost merged commit 18f0056 into main Mar 28, 2024
This pull request was closed.
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.

1 participant