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

Use shallow git clones in colab notebooks #587

Merged
merged 1 commit into from
Feb 14, 2025

Conversation

mdlinville
Copy link
Contributor

@mdlinville mdlinville commented Feb 13, 2025

  • Makes the clone operation much faster
  • Reduces the size of the clone
  • Minimal risk of impacting the functionality of the notebooks, which do not operate on the Git history
  • If a reader can't use shallow clones, it's self-documenting what to change to undo it

Fixes https://wandb.atlassian.net/browse/GROWTH2-361

- Makes the clone operation much faster
- Reduces the size of the clone without
- Minimal risk of impacting the functionality
  of the notebooks, which do not operate on the
  Git history
- If a reader can't use shallow clones, it's
  self-documenting what to change
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@mdlinville mdlinville merged commit 222862c into wandb:master Feb 14, 2025
3 of 4 checks passed
@mdlinville mdlinville deleted the shallow_clone branch February 14, 2025 19:34
@mdlinville
Copy link
Contributor Author

@tcapelle Perhaps I should not have merged with the build failure. I assumed it was because I was using a fork, because of the error in the failed job.

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