plano/model_server/app/commons/globals.py

7 lines
136 B
Python
Raw Normal View History

import app.commons.utilities as utils
DEVICE = utils.get_device()
MODE = utils.get_serving_mode()
HARDWARE = utils.get_hardware(MODE)