i have problem with torch.compile() #760
Unanswered
Sariskiattitha
asked this question in
Q&A
Replies: 1 comment
-
Hmm, you might go see the actual documentation for this |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've come across the PyTorch 2.0 lecture by MrDBourke, and it's really interesting to learn how to make the model train very fast.
Then, I have two questions:
1.) I use torch.compile(model) in the forward step, and it returns an error. Has anyone else come across this problem?
This is the error.
2.) Does anyone know how to allocate more Apple GPU memory to PyTorch? Because in the documentation, torch.mps seems not to have that command, or I really can't find it.
Sincerely, thanks!!
Beta Was this translation helpful? Give feedback.
All reactions