Can anyone explain me in layman’s term the following things for ML Skill deploymeny option "Modify current deployment "
- What is replica count ?
- In my case the limit is showing 8 and CPU2. What does that means ?
- Request showing 2 GB RAM and CPU 0.5.
What does that mean?
HI @Ritaman_Baral ,
Replica Count of 8: This means you can use up to 8 instances of your model running at the same time.
CPU 2: Each instance can use up to 2 CPU cores.
Request 2 GB RAM and CPU 0.5: Each instance requests 2 GB of RAM and 0.5 CPU core to run efficiently.
Thanks,
Pallavi.