System information:
MLRun: {{ data.mlrun }} (client)/{{ data.mlrun_server }} (server), Change log, Issues, Limitations
QGate: {{ data.version }} (version)/{{ data.model_version }} (model)
Python: {{ data.python }}
System: {{ data.system }}
Platform: {{ data.platform }}
Variables:
{% for variable in data.variables %}
{{ variable.key }}: '{{ variable.value }}'
{% endfor %}
Hardware information:
CPU: {{ data.cpu }} cores
RAM total/free: {{ data.memory_total }}/{{ data.memory_free }}
Host: {{ data.host }}