Minozar
RRunPod
•Created by Minozar on 6/4/2024 in #⚡|serverless
More than 5 workers
Question, how can I setup a billing limit / threshold?
15 replies
RRunPod
•Created by Minozar on 6/4/2024 in #⚡|serverless
More than 5 workers
Oh sorry, I thought I had already click on it
15 replies
RRunPod
•Created by Minozar on 6/4/2024 in #⚡|serverless
More than 5 workers
Is it possible to go beyond 20, up to 30 ?
15 replies
RRunPod
•Created by Minozar on 6/4/2024 in #⚡|serverless
More than 5 workers
I'm stuck with 20
15 replies
RRunPod
•Created by Minozar on 6/4/2024 in #⚡|serverless
More than 5 workers
What about worker concurrency ?
15 replies
RRunPod
•Created by Minozar on 6/4/2024 in #⚡|serverless
More than 5 workers
Perfect thanks !
15 replies
RRunPod
•Created by Minozar on 5/17/2024 in #⚡|serverless
Delay Time
I don't understand this part, that's the opposite of what shown on the repo
61 replies
RRunPod
•Created by Minozar on 5/17/2024 in #⚡|serverless
Delay Time
what's wrong with this dockerfile?
61 replies
RRunPod
•Created by Minozar on 5/17/2024 in #⚡|serverless
Delay Time
well I'm even more confused now... that's on the official repo
61 replies
RRunPod
•Created by Minozar on 5/17/2024 in #⚡|serverless
Delay Time
-------------
I think this is what I was looking for
61 replies
RRunPod
•Created by Minozar on 5/17/2024 in #⚡|serverless
Delay Time
ok update, I just checked the dockerfile of the project you shared
61 replies
RRunPod
•Created by Minozar on 5/17/2024 in #⚡|serverless
Delay Time
but this is only to load the model in VRAM, first I'd need to download it from somewhere
after reading the documentation I understand it has to be in from the cache of the image, so it has to be linked with the dockerfile somehow
61 replies
RRunPod
•Created by Minozar on 5/17/2024 in #⚡|serverless
Delay Time
If I have no active worker, each time I'll spawn a new one, It'll dowload the model, that's not what I want, I'd like the model to be cached in the docker image so when I spawn a new worker, the model is already almost ready to use
61 replies
RRunPod
•Created by Minozar on 5/17/2024 in #⚡|serverless
Delay Time
Yes but the documentation says "be sure to cache them into your docker image."
How to do that correctly? (the doc doesn't provide enough information I think)
61 replies
RRunPod
•Created by Minozar on 5/17/2024 in #⚡|serverless
Delay Time
So everything put outside of the handler function will be cached in the docker image??
61 replies
RRunPod
•Created by Minozar on 5/17/2024 in #⚡|serverless
Delay Time
Is that what you meant?
61 replies