How can I set up "rasa shell" using cpu?

How I can set up rasa shell using cpu in a machine equipped with GPU? I saw that it would use GPU in default.

Hello!

set env variable CUDA_VISIBLE_DEVICES to empty string as follows:

CUDA_VISIBLE_DEVICES="", rasa shell -m models/your_model.tar.gz

Read more about it here