mirror of
https://github.com/katanemo/plano.git
synced 2026-05-01 03:46:35 +02:00
* Update model server * Delete model_server/.vscode/settings.json * Update loader.py * Fix errors * Update log mode
6 lines
136 B
Python
6 lines
136 B
Python
import app.commons.utilities as utils
|
|
|
|
|
|
DEVICE = utils.get_device()
|
|
MODE = utils.get_serving_mode()
|
|
HARDWARE = utils.get_hardware(MODE)
|