diff --git a/clore_hosting/main.py b/clore_hosting/main.py index eea6fa8..5066e5a 100644 --- a/clore_hosting/main.py +++ b/clore_hosting/main.py @@ -477,7 +477,7 @@ class CloreClient: "update_realtime_data":True, "gpus": gpu_list, "cpu": cpu_usage, - "ram": ram_usage, + "ram": ram_usage.percent, "all_running_container_names": self.all_running_container_names, "all_stopped_container_names": self.all_stopped_container_names }