You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/usr/local/lib/python3.10/dist-packages/genai_perf/main.py", line 214, in main
run()
File "/usr/local/lib/python3.10/dist-packages/genai_perf/main.py", line 193, in run
config_options = create_config_options(args)
File "/usr/local/lib/python3.10/dist-packages/genai_perf/main.py", line 65, in create_config_options
if args.input_file:
AttributeError: 'Namespace' object has no attribute 'input_file'
2024-10-30 11:45 [ERROR] genai_perf.main:218 - 'Namespace' object has no attribute 'input_file'
Thank you for submitting this fix and providing such a detailed ticket! Would you like to open a pull request with this fix? We'd need a Contributor License Agreement submitted to review and merge it.
Reproducible on the version
24.10
when run against a NIM server servingmeta/llama-3.1-8b-instruct
.Steps to reproduce:
Perform two profiling runs:
Try to compare the results
Expectation
The results are compared and plots are generated.
Reality
Local fix that allowed me to run
Two more experiments after the fix applied
Comparing the results
The output
The text was updated successfully, but these errors were encountered: