You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can I run the playground with docker without GPU ?
I know CPU only will be slow as heck but for testing I don't care if the pictures take very long to generate
I got this log when running :
Compiled successfully!
dalle-interface |
dalle-interface | You can now view dalle-playground in the browser.
dalle-interface |
dalle-interface | Local: http://localhost:3000/dalle-playground
dalle-interface | On Your Network: http://172.28.0.26:3000/dalle-playground
dalle-interface |
dalle-interface | Note that the development build is not optimized.
dalle-interface | To create a production build, use yarn build.
dalle-interface |
dalle-interface | webpack compiled successfully
18deb5a0b538_dalle-backend | --> Starting DALL-E Server. This might take up to two minutes.
18deb5a0b538_dalle-backend | 2022-06-28 11:48:50.864133: W external/org_tensorflow/tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'libcuda.so.1'; dlerror: libcuda.so.1: cannot open shared object file: No such file or directory; LD_LIBRARY_PATH: /usr/local/nvidia/lib:/usr/local/nvidia/lib64
18deb5a0b538_dalle-backend | 2022-06-28 11:48:50.864403: W external/org_tensorflow/tensorflow/stream_executor/cuda/cuda_driver.cc:269] failed call to cuInit: UNKNOWN ERROR (303)
18deb5a0b538_battleStation_dalle-backend | WARNING:absl:No GPU/TPU found, falling back to CPU. (Set TF_CPP_MIN_LOG_LEVEL=0 and rerun for more info.)
However when curling the backend (curl http://172.28.0.26:8080) I get a connection refused
Can it not be run as CPU only ? I didn't find anything in the doc indicating if it is possible or impossible
The text was updated successfully, but these errors were encountered:
Can I run the playground with docker without GPU ?
I know CPU only will be slow as heck but for testing I don't care if the pictures take very long to generate
I got this log when running :
However when curling the backend (
curl http://172.28.0.26:8080
) I get a connection refusedCan it not be run as CPU only ? I didn't find anything in the doc indicating if it is possible or impossible
The text was updated successfully, but these errors were encountered: