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
To enable the CUDA,
All the worker processes (each one of them is pytorch model) in ZeroMQ have to inter-communicate. I couldn't resolve this issue yet. still fixing it.
Thus, to start the server, pls turn off the CUDA with
CUDA_VISIBLE_DEVICES = " " alpaca-serving-start
The text was updated successfully, but these errors were encountered:
To enable the CUDA,
All the worker processes (each one of them is pytorch model) in ZeroMQ have to inter-communicate. I couldn't resolve this issue yet. still fixing it.
Thus, to start the server, pls turn off the CUDA with
CUDA_VISIBLE_DEVICES = " " alpaca-serving-start
The text was updated successfully, but these errors were encountered: