Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

deepspeed github repo migration #99

Merged
merged 2 commits into from
Feb 3, 2025
Merged

deepspeed github repo migration #99

merged 2 commits into from
Feb 3, 2025

Conversation

stas00
Copy link
Owner

@stas00 stas00 commented Feb 1, 2025

To be merged on Monday 2025-02-03 when the move is done.

As a reference to others who need to do the same the PR was created via:

cd some-repo-to-modify
grep --exclude-dir=.git -lIir "microsoft/DeepSpeed" . | xargs -r -n1 perl -pi -e \
's|https://github.com/microsoft/DeepSpeed|https://github.com/deepspeedai/DeepSpeed|gi'
git commit -am "deepspeed github repo move"
git push

(remove -r if you're on a non-BSD xargs)

If you want to modify some other source that is not a git repo, you can just do:

find . -type f -exec perl -pi -e \
's|https://github.com/microsoft/DeepSpeed|https://github.com/deepspeedai/DeepSpeed|gi' {} \;

@stas00 stas00 merged commit a0f2d50 into master Feb 3, 2025
@stas00 stas00 deleted the ds-move branch February 3, 2025 17:47
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant