xsjiang
RRunPod
•Created by xsjiang on 3/13/2024 in #⚡|serverless
Inconsistent performance of local runpods and production runpods
5 replies
RRunPod
•Created by xsjiang on 3/13/2024 in #⚡|serverless
Inconsistent performance of local runpods and production runpods
This is my test params
5 replies
RRunPod
•Created by xsjiang on 3/13/2024 in #⚡|serverless
Inconsistent performance of local runpods and production runpods
This is the log runpod display
5 replies
RRunPod
•Created by xsjiang on 1/19/2024 in #⚡|serverless
Why is the GPU not full?
What does throttling mean?
7 replies
RRunPod
•Created by xsjiang on 1/16/2024 in #⚡|serverless
ComfyUI ValueError: not allowed to raise maximum limit
Ok, thanks
5 replies
RRunPod
•Created by xsjiang on 1/16/2024 in #⚡|serverless
ComfyUI ValueError: not allowed to raise maximum limit
error log
5 replies
RRunPod
•Created by xsjiang on 1/12/2024 in #⚡|serverless
Serverless doesn't work properly when docker image is committed
Thanks, I'll try to build the full image using Dockerfile first
22 replies
RRunPod
•Created by xsjiang on 1/12/2024 in #⚡|serverless
Serverless doesn't work properly when docker image is committed
myimage1.0 work but myimage1.1 not work
22 replies
RRunPod
•Created by xsjiang on 1/12/2024 in #⚡|serverless
Serverless doesn't work properly when docker image is committed
You can make a base image, then after running that image locally, you can use
docker commit
to make a new image to submit to runpod, which should be fine.22 replies
RRunPod
•Created by xsjiang on 1/12/2024 in #⚡|serverless
Serverless doesn't work properly when docker image is committed
Images built using docker build are fine for runpod, but images made using docker commit are not.
22 replies
RRunPod
•Created by xsjiang on 1/12/2024 in #⚡|serverless
Serverless doesn't work properly when docker image is committed
22 replies
RRunPod
•Created by xsjiang on 1/12/2024 in #⚡|serverless
Serverless doesn't work properly when docker image is committed
start.sh
python3 -u rp_handler.py
22 replies
RRunPod
•Created by xsjiang on 1/12/2024 in #⚡|serverless
Serverless doesn't work properly when docker image is committed
CMD start.sh
22 replies