Troubleshooting
View GPUStack Logs
You can view GPUStack logs with the following commands for the default setup:
Enable Debug Mode
You can enable the DEBUG mode by setting the --debug flag when running GPUStack:
You can also enable GPUStack's debug mode at runtime by running the following command inside the server container:
Configure Log Level
You can configure log level of the GPUStack server at runtime by running the following command inside the server container:
The same applies to GPUStack workers:
The available log levels are: trace, debug, info, warning, error, critical.
Reset Admin Password
In case you forgot the admin password, you can reset it by running the following command inside the server container:
If you changed the default port using --port when starting GPUStack, specify the GPUStack URL using the --server-url parameter. It must be run locally on the server and accessed via localhost:
Assist in Accelerators Detection Diagnosis
After successfully deploying the GPUStack Worker as described in the installation guide,
if the Worker fails to detect any devices,
please enter the corresponding Worker container, run the following command, and report the results to GPUStack.
Assist in Model Deployment Diagnosis
If you experience issues after deploying a model, please enter the corresponding Worker container, run the following command, and report the results to GPUStack.