Skip to content

[test] memformat #3355

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

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from
Draft

[test] memformat #3355

wants to merge 7 commits into from

Conversation

clee2000
Copy link
Contributor

@clee2000 clee2000 commented May 7, 2025

I tried using multiprocess.pool and apply async but kept running into pickling problems

parallelism got added in some version of sphinx gallery, but it uses joblib, which seems to result in errors. Additionally, it has no effect if you set parallel = 1 (it will not put each file run into its own process and run singly) so you need parallel >= 2, but I'm not sure if there are any tutorials that require being run on their own (ex for memory profiling)

Copy link

pytorch-bot bot commented May 7, 2025

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/tutorials/3355

Note: Links to docs will display an error until the docs builds have been completed.

✅ No Failures

As of commit 3cc5eb6 with merge base fd981a5 (image):
💚 Looks good so far! There are no failures yet. 💚

This comment was automatically generated by Dr. CI and updates every 15 minutes.

@clee2000 clee2000 marked this pull request as draft May 7, 2025 19:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants