How to get "system log" in serverless
For normal GPU instances, I can see both "pod log" and "system log", but for serverless I can only see "pod log" if I am correct. I don't know if the image pull takes too long and can't really debug a failed to start instance
6 Replies
Serverless images are pulled in advance, you don't need to worry about docker pulls.
it keeps failing without any messages, have been starting->fail->restart lop for last 6 hours. Can't figure out a way to debug it without any log
it runs fine locally though, I am using a image with some modification of https://github.com/runpod-workers/worker-a1111 and locally it prints logs fine
GitHub
GitHub - runpod-workers/worker-a1111: Automatic1111 serverless worker.
Automatic1111 serverless worker. . Contribute to runpod-workers/worker-a1111 development by creating an account on GitHub.
press then running worker
then there will be a log button
Dont forget to checkout readme
there are a few guides there
If your're wanting to bake your model in, I suggest using this more up to date fork, the RunPod repo isn't really maintained:
https://github.com/ashleykleynhans/worker-a1111
GitHub
GitHub - ashleykleynhans/worker-a1111: Automatic1111 serverless wor...
Automatic1111 serverless worker. . Contribute to ashleykleynhans/worker-a1111 development by creating an account on GitHub.
Or for network storage, extensions, way more featues etc I suggest using this one:
https://github.com/ashleykleynhans/runpod-worker-a1111
GitHub
GitHub - ashleykleynhans/runpod-worker-a1111: RunPod Serverless Wor...
RunPod Serverless Worker for the Automatic1111 Stable Diffusion API - ashleykleynhans/runpod-worker-a1111