matrice-compute 0.1.17__py3-none-any.whl → 0.1.19__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -75,10 +75,9 @@ class ActionInstance:
75
75
  "facial_recognition_setup": facial_recognition_setup_execute,
76
76
  "fe_fs_streaming": fe_fs_streaming_execute,
77
77
  "inference_ws_server": inference_ws_server_execute,
78
- "lpr_setup": lpr_setup_execute,
79
78
  "fe_analytics_service": fe_analytics_service_execute,
80
79
  "lpr_setup": lpr_setup_execute,
81
- "tracker_server": inference_tracker_setup_execute
80
+ "inference_tracker_server": inference_tracker_setup_execute
82
81
  }
83
82
  if self.action_type not in self.actions_map:
84
83
  raise ValueError(f"Unknown action type: {self.action_type}")
@@ -1387,6 +1386,7 @@ def model_deploy_execute(self: ActionInstance):
1387
1386
  action_id=action_id,
1388
1387
  )
1389
1388
  use_gpu = self.get_gpu_config(action_details)
1389
+ use_gpu = "--runtime=nvidia "
1390
1390
  extra_env_vars = {"INTERNAL_PORT": internal_port}
1391
1391
  cmd = f'{self.get_base_docker_cmd(work_fs, use_gpu, mount_docker_sock=True, action_id=action_id, extra_env_vars=extra_env_vars, extra_pkgs=["matrice_inference", "matrice_analytics"])} python3 deploy.py {self.action_record_id} {external_port}"'
1392
1392
  logging.info("cmd is: %s", cmd)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: matrice_compute
3
- Version: 0.1.17
3
+ Version: 0.1.19
4
4
  Summary: Common server utilities for Matrice.ai services
5
5
  Author-email: "Matrice.ai" <dipendra@matrice.ai>
6
6
  License-Expression: MIT
@@ -1,5 +1,5 @@
1
1
  matrice_compute/__init__.py,sha256=ZzQcFsT005VCgq9VZUh565f4upOooEb_FwZ6RgweNZs,597
2
- matrice_compute/action_instance.py,sha256=19HzEE91PFrsFBC40TzvJWt2Zu1LtEghPNMFrLbcLzQ,62938
2
+ matrice_compute/action_instance.py,sha256=wVKx7vj9ux0cgo9ysweJumrLPuUuFrsXC3cx_uwOyvI,62938
3
3
  matrice_compute/actions_manager.py,sha256=5U-xM6tl_Z6x96bi-c7AJM9ru80LqTN8f5Oce8dAu_A,7780
4
4
  matrice_compute/actions_scaledown_manager.py,sha256=pJ0nduNwHWZ10GnqJNx0Ok7cVWabQ_M8E2Vb9pH3A_k,2002
5
5
  matrice_compute/instance_manager.py,sha256=8USyX09ZxLvnVNIrjRogbyUeMCfgWnasuRqYkkVF4tQ,10146
@@ -10,8 +10,8 @@ matrice_compute/resources_tracker.py,sha256=n57IJmT5GjNEX8yQL7nbKv57bjvESYM-vRQc
10
10
  matrice_compute/scaling.py,sha256=fAoXsDmMgtNjX-5gXB3KvaWeAi78rDDyRsG1GUmwykg,35332
11
11
  matrice_compute/shutdown_manager.py,sha256=0MYV_AqygqR9NEntYf7atUC-PbWXyNkm1f-8c2aizgA,13234
12
12
  matrice_compute/task_utils.py,sha256=3qIutiQdYPyGRxH9ZwLbqdg8sZcnp6jp08pszWCRFl0,2820
13
- matrice_compute-0.1.17.dist-info/licenses/LICENSE.txt,sha256=_uQUZpgO0mRYL5-fPoEvLSbNnLPv6OmbeEDCHXhK6Qc,1066
14
- matrice_compute-0.1.17.dist-info/METADATA,sha256=wxyy9OKisJdVgeMQZI9ttKVowySj9ChPm6K4hp39F38,1038
15
- matrice_compute-0.1.17.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
16
- matrice_compute-0.1.17.dist-info/top_level.txt,sha256=63Plr3L1GzBUWZO5JZaFkiv8IcB10xUPU-9w3i6ptvE,16
17
- matrice_compute-0.1.17.dist-info/RECORD,,
13
+ matrice_compute-0.1.19.dist-info/licenses/LICENSE.txt,sha256=_uQUZpgO0mRYL5-fPoEvLSbNnLPv6OmbeEDCHXhK6Qc,1066
14
+ matrice_compute-0.1.19.dist-info/METADATA,sha256=H8pdnIdB5XkayHyEVkOJVSmvN1lKJUdXcOD3I560DiE,1038
15
+ matrice_compute-0.1.19.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
16
+ matrice_compute-0.1.19.dist-info/top_level.txt,sha256=63Plr3L1GzBUWZO5JZaFkiv8IcB10xUPU-9w3i6ptvE,16
17
+ matrice_compute-0.1.19.dist-info/RECORD,,