Skip to content

Commit

Permalink
ADLR/megatron-lm!1922 - chore: Remove prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
ko3n1g authored and ericharper committed Aug 12, 2024
1 parent 4cdf318 commit 297389d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion megatron/core/package_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
MAJOR = 0
MINOR = 8
PATCH = 0
PRE_RELEASE = 'rc0'
PRE_RELEASE = ''

# Use the following formatting: (major, minor, patch, pre-release)
VERSION = (MAJOR, MINOR, PATCH, PRE_RELEASE)
Expand Down

0 comments on commit 297389d

Please sign in to comment.