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

Fix RecursionError for thunder.core.codeutils.to_printable (#747) #748

Merged
merged 3 commits into from
Jul 10, 2024
Merged

Conversation

kiya00
Copy link
Collaborator

@kiya00 kiya00 commented Jul 10, 2024

Before submitting
  • Was this discussed/approved via a Github issue? (no need for typos and docs improvements)
  • Did you read the contributor guideline, Pull Request section?
  • Did you make sure to update the docs?
  • Did you write any new necessary tests?

What does this PR do?

Fixes #747.

PR review

Anyone in the community is free to review the PR once the tests have passed.
If we didn't discuss your PR in Github issues there's a high chance it will not be merged.

Did you have fun?

Make sure you had fun coding 🙃

@kiya00 kiya00 requested a review from IvanYashchuk July 10, 2024 13:27
@t-vi
Copy link
Collaborator

t-vi commented Jul 10, 2024

Thank you @kiya00 . Do you think it would be worthwhile to add a small test to make sure it does not get broken again?

@kiya00 kiya00 marked this pull request as ready for review July 10, 2024 14:39
Copy link
Collaborator

@t-vi t-vi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @kiya00

@t-vi t-vi enabled auto-merge (squash) July 10, 2024 14:39
@t-vi t-vi merged commit e290b15 into main Jul 10, 2024
39 checks passed
@t-vi t-vi deleted the fix747 branch July 10, 2024 14:42
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.

thunder.core.codeutils.to_printable has RecursionError when input is torch.Size
2 participants