Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid line error in log parser on Windows #393

Closed
arjunsuresh opened this issue Oct 23, 2024 · 1 comment
Closed

Invalid line error in log parser on Windows #393

arjunsuresh opened this issue Oct 23, 2024 · 1 comment

Comments

@arjunsuresh
Copy link

 File "C:\Users\runneradmin\CM\repos\local\cache\aba401c4fc5a4dee\inference\tools\submission\submission_checker.py", line 1082, in get_performance_metric
    mlperf_log = MLPerfLog(fname)
                 ^^^^^^^^^^^^^^^^
  File "C:\Users\runneradmin\CM\repos\local\cache\aba401c4fc5a4dee\inference\tools\submission\log_parser.py", line 44, in __init__
    raise RuntimeError("Encountered invalid line: {:}".format(line))
RuntimeError: Encountered invalid line: :::MLLOG {"key": "error_invalid_config", "value": "can't open file D:�inferenceinferenceloadgenmlperf.conf", "time_ms": 18446744073708.008016, "namespace": "mlperf::logging", "event_type": "POINT_IN_TIME", "metadata": {"is_error": true, "is_warning": false, "file": "test_settings_internal.cc", "line_no": 592, "pid": 3172, "tid": 3284}}
@arjunsuresh
Copy link
Author

Closing this as the logparser for inference is in the inference repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant