-
Is there a knob to force |
Beta Was this translation helpful? Give feedback.
Answered by
hbredin
Feb 21, 2023
Replies: 2 comments
-
Short answer: not yet. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
doublex
-
@hbredin |
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
Short answer: not yet.
Long answer: in current
develop
branch, pipelines run on CPU by default and can be sent to a particular device usingpipeline.to(torch.device("cuda"))
.