Skip to content

Commit

Permalink
Updating documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nv-braf committed Dec 19, 2024
1 parent 5853eff commit 90ee160
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,9 @@ cpu_only_composing_models: <comma-delimited-string-list>
# List of GPU UUIDs to be used for the profiling. Use 'all' to profile all the GPUs visible by CUDA
[ gpus: <string|comma-delimited-list-string> | default: 'all' ]
# Disables DCGM (used to verify info about GPUs)
[ dcgm_disable: <bool> | default: false ]
# Search mode. Options are "brute", "quick", and "optuna"
[ run_config_search_mode: <string> | default: brute]
Expand Down
1 change: 0 additions & 1 deletion model_analyzer/entrypoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,6 @@ def main():
)

# Set up devices
foo = config.dcgm_disable
if config.dcgm_disable:
gpus = []
else:
Expand Down

0 comments on commit 90ee160

Please sign in to comment.