currently we have attached the hardware instance mapping api call to decorator function to fetch common click utils which are common in inference and compute deployment but because its a decorator function its trying to make the api call when we are executing the centml command, its working perfectly fine for the user who is already loggedin but for the user who is logged out and when the same user try to see the centml options its making hardware instance api call and eventually leading it to fail the api call
in order to fix the same now we are going the load the choices of hardware instance mapping in a deferred way and if incase user enters any incorrect pricing tier it will result to the user to provide the same listing options so that user can only enter allowed values