Skip to content

Commit

Permalink
Merge branch 'ko3n1g/chore/bump-versions' into 'main'
Browse files Browse the repository at this point in the history
chore: Bump versions

See merge request ADLR/megatron-lm!2510
  • Loading branch information
ko3n1g committed Jan 20, 2025
2 parents 7ba0d6d + 9c11ab4 commit 4fb4c3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions .gitlab/stages/01.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ test:build_image:
--build-arg CACHEBUST=$(cat /proc/sys/kernel/random/uuid) \
--build-arg MCORE_REPO=${CI_REPOSITORY_URL} \
--build-arg MCORE_REF=$CI_COMMIT_SHA \
--build-arg MCORE_BACKWARDS_REF="core_r0.9.0" \
--build-arg MCORE_BACKWARDS_REF="core_r0.10.0" \
--cache-to type=registry,ref=${IMAGE}-buildcache:${CI_PIPELINE_ID} \
--cache-to type=registry,ref=${IMAGE}-buildcache:${CI_MERGE_REQUEST_IID:-noop} \
--cache-from type=registry,ref=${IMAGE}-buildcache:main \
Expand Down Expand Up @@ -331,7 +331,6 @@ test:pypi_build_wheel:
sed -i "/^PRE_RELEASE/c\PRE_RELEASE = '${PRE_RELEASE}.dev$((RANDOM % 900000 + 100000))'" megatron/core/package_info.py
fi
- /opt/python/cp310-cp310/bin/python -m build
- /opt/python/cp311-cp311/bin/python -m build
- auditwheel repair dist/*.whl
Expand All @@ -356,7 +355,6 @@ test:pypi_test_wheel:
- >
echo "$EXPECTED_RELEASE_NUMBER" == "$RELEASE_NUMBER"
- test "$EXPECTED_RELEASE_NUMBER" == "$RELEASE_NUMBER"
- echo "RELEASE_NUMBER=$EXPECTED_RELEASE_NUMBER" | tee -a build.env
artifacts:
Expand Down Expand Up @@ -385,14 +383,12 @@ test:pypi_push_wheel:
export TWINE_PASSWORT=$TWINE_PROD_PASSWORD
fi
- pip install twine
- >
for i in 1 2 3 4 5; do
twine upload --verbose -u $TWINE_USERNAME -p $TWINE_PASSWORT --repository $REPOSITORY wheelhouse/* && break || sleep $(( 60*2**i ));
done
rules:
- if: $UNIT_TEST == 'yes' && $CI_PIPELINE_SOURCE == 'merge_request_event' && $CI_MERGE_REQUEST_TARGET_BRANCH_PROTECTED != "true"
allow_failure: true
Expand Down Expand Up @@ -427,7 +423,6 @@ test:gh_release:
}'
)
- >
CMD=$(echo curl -L \
-X POST \
Expand Down Expand Up @@ -467,7 +462,6 @@ test:notify_release:
]
}'
- echo "$MESSAGE"
- >
CMD=$(echo curl \
Expand Down
2 changes: 1 addition & 1 deletion megatron/core/package_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


MAJOR = 0
MINOR = 10
MINOR = 11
PATCH = 0
PRE_RELEASE = 'rc0'

Expand Down

0 comments on commit 4fb4c3d

Please sign in to comment.