sheldonchiu / AI-AIO

A super toolbox for everyone to enjoy AI on Papaerspace
MIT License
18 stars 4 forks source link

The machine cannot start when the GPU becomes available after retrying with no GPU #19

Open Mushroom-Luk opened 1 year ago

Mushroom-Luk commented 1 year ago

When choosing a Free GPU, if it is available, simply click "start" and the machine will start as expected.

However, if there is no GPU available initially and you click "start," there may be an error. This error is actually a good sign because it means that the free GPU has become available. I can manually start the machine after receiving this error, as it indicates that the machine is now ready for use.

sheldonchiu commented 1 year ago

hi, which error did you encounter?

Mushroom-Luk commented 1 year ago

Thank you for getting back to me quickly! I encountered an error message saying "Failed to create resource: Not found" after trying to use the GPU multiple times. However, when I refreshed the Paperspace page, the resource became available and I was able to start the machine manually.

image

sheldonchiu commented 1 year ago

This is an error from the Papersapce API. They have no documentation on error handling, and the error message is almost meaningless. Best effort is try to start again.

I will try to look into it, but I need more info:

  1. Are you using the public demo?
  2. Are you starting a existing notebook or creating a new notebook using the toolbox?
  3. Did you successfully start the notebook before with the same setting?