R
RunPod4mo ago
aman976

in serverless GPU Is Delay Time also Charged or not??

No description
Solution:
^Yeah so there is: Delay time which consists of: (sitting in the queue + cold start (the machine starting up + maybe some setup code u might have outside the handler.py such as: model = load(modelname) or whatever) + imports of libraries) ...
Jump to solution
2 Replies
ashleyk
ashleyk4mo ago
Cold start time is charged, the time its in the queue is not charged.
Solution
justin
justin4mo ago
^Yeah so there is: Delay time which consists of: (sitting in the queue + cold start (the machine starting up + maybe some setup code u might have outside the handler.py such as: model = load(modelname) or whatever) + imports of libraries) + then the actual code running time. as ashelyk said ur charged cold start to execution time, so basically only time that ur machine trying to run / is running