ZooE1
billing not adding up
@flash-singh
Hello! How could I check the exact time when your RunPod account balance runs out? I got trouble with automatic stop serverless and need to know exact time
Hope any dev/assistant could help me to figure out this.
18 replies
RRunPod
•Created by ZooE1 on 2/27/2024 in #⚡|serverless
How to keep worker memory after completing request?
I'm using SDK 0.9.9. Cause my project requires python 3.7.
9 replies
RRunPod
•Created by ZooE1 on 2/27/2024 in #⚡|serverless
How to keep worker memory after completing request?
Is is a bug of package runpod-python, isn't it? Because my request has "input" field.
9 replies
RRunPod
•Created by ZooE1 on 2/27/2024 in #⚡|serverless
How to keep worker memory after completing request?
I changed as your guide and I could use preload model now. But sometime, Worker was cleaned up when I sent second request. I check log and got an error about serverless/worker_loop:
File "/usr/local/anaconda3/envs/deepfacelab/lib/python3.7/site-packages/runpod/serverless/init.py", line 24, in start
asyncio.run(work_loop.start_worker(config))
File "/usr/local/anaconda3/envs/deepfacelab/lib/python3.7/asyncio/runners.py", line 43, in run
File "/usr/local/anaconda3/envs/deepfacelab/lib/python3.7/asyncio/base_events.py", line 587, in run_until_complete
return future.result()
runpod.serverless.start({"handler": handler}
File "/usr/local/anaconda3/envs/deepfacelab/lib/python3.7/site-packages/runpod/serverless/work_loop.py", line 36, in start_worker
if job["input"] is None:
KeyError: 'input'
9 replies