Skip to content

Commit

Permalink
update cli example collect_env.SystemEnv namedtuple to remain compati…
Browse files Browse the repository at this point in the history
…ble with upstream version
  • Loading branch information
speediedan committed Nov 26, 2024
1 parent d818241 commit fb75fe9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/fts_examples/cli_experiment_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ def get_env_info():
"miopen_runtime_version": miopen_runtime_version,
"pip_version": pip_version,
"pip_packages": pip_list_output,
"conda_packages": collect_env.get_conda_packages(run_lambda),
"os": collect_env.get_os(run_lambda),
"libc_version": collect_env.get_libc_version(),
"gcc_version": collect_env.get_gcc_version(run_lambda),
Expand Down Expand Up @@ -162,6 +163,7 @@ def collect_env_info() -> Dict:
"cudnn_version",
"pip_version", # 'pip' or 'pip3'
"pip_packages",
"conda_packages",
"hip_compiled_version",
"hip_runtime_version",
"miopen_runtime_version",
Expand Down

0 comments on commit fb75fe9

Please sign in to comment.