Replies: 1 comment
-
Yes, you can run Paddle Serving without a GPU, and there are also workarounds to test the service on platforms like Colab or Kaggle. Running Paddle Serving Without a GPU
Running Paddle Serving on Colab or KaggleColab and Kaggle provide free GPUs, but you can also run your service without GPU or specifically test Paddle Serving on these platforms. Here’s how:
Workaround for Testing the Service FeatureIf your goal is just to test the service feature:
Related Issues and DiscussionsWhile the provided GitHub discussion (#14057) is focused on GPU utilization during training, it highlights that PaddlePaddle can operate in both CPU and GPU modes. This flexibility extends to Paddle Serving as well, and you can seamlessly switch to the CPU if needed. Response generated by feifei-bot | chatgpt-4o-latest |
Beta Was this translation helpful? Give feedback.
-
I've been finetuning my rec model on Colab/ Kaggle with GPUs on those platforms. Is there a way to run it on a device without GPU or is there a workaround to get it to work on Colab/ Kaggle? I'm just looking to test the service feature out.
Beta Was this translation helpful? Give feedback.
All reactions