Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The Docker build used in AMD's Llama-2-70b inference results worked properly at the time of submission. But versions of certain dependencies were not pinned, and changes in these upstream dependencies in the past few weeks have caused the Docker build to fail.
This PR updates the docker build to pin these dependency versions to the same versions/revisions that were used for the actual submission.
In addition, the run instructions and scripts assumed that shell scripts inside the container were executable. That was the case in our internal repo, but not in the official MLPerf results repo. The instructions and scripts have been updated to run the scripts via bash so that they don't have to be executable.
Finally, the run_scenarios.sh script referenced a package submission tool which was not distributed as part of the actual submission and therefore generated an error. This has no impact on the results themselves. The run_scenarios.sh script has been updated to remove the call to this tool. AMD looks forward to providing such a tool in the future to simplify the process of preparing MLPerf submissions, but it is not ready for release in its current form.