How can I run the Merlin examples on CPU? #772
Unanswered
michalgenus
asked this question in
Q&A
Replies: 1 comment
-
did you try setting |
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
-
Hi, I couldn't find a documentation on how to run the examples here on CPU instead of GPU.
I'm running the examples through Jupyter environment on Nvidia's docker (nvcr.io/nvidia/merlin/merlin-pytorch:23.12).
Specifically, this example: examples/end-to-end-session-based.
The functions are configured to run through GPU.
For example, this function: save_time_based_splits, from transformers4rec.utils.data_utils.
Where can I find its documentation, and does it have a parameter that enables it to run on CPU?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions