mlcommons / mlcommons/inference

Where can I download llama3_1-8b-instruct-hf-torch-fp4.tar.gz for MLPerf v6.0 Llama3.1-8B?

Open
#2,596 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
1.6k
Forks
650
Avg merge
1d 22h
Merged PRs (30d)
6

Description

Hi, I’m trying to reproduce the NVIDIA MLPerf Inference v6.0 Llama3.1-8B result using the Docker flow.

The README mentions this FP4 artifact:

/opt/fp4-quantized-modelopt/llama3_1-8b-instruct-hf-torch-fp4.tar.gz

However, after pulling the NGC image:

nvcr.io/nvidia/mlperf/mlperf-inference:tensorrt_llm_release-feat-1.2-mlpinf-b5ddff4_mlperf-main-f538816_jan28_x86

I cannot find this tarball inside the container:

find / -name "llama3_1-8b-instruct-hf-torch-fp4.tar.gz" 2>/dev/null

I then tried using the public Hugging Face FP4 model instead:

nvidia/Llama-3.1-8B-Instruct-NVFP4

and placed it at:

build/models/Llama3.1-8B/fp4-quantized-modelopt/llama3_1-8b-instruct-hf-torch-fp4

The benchmark runs successfully, but AccuracyOnly consistently fails only on ROUGE-L:

ROUGE1 PASS
ROUGE2 PASS
ROUGEL 24.22 < 24.250743 FAIL
ROUGELSUM PASS
GEN_LEN PASS

So I’m wondering whether the Hugging Face FP4 model is different from the exact MLPerf submission artifact.

Could you clarify where to download the exact:

llama3_1-8b-instruct-hf-torch-fp4.tar.gz

or whether nvidia/Llama-3.1-8B-Instruct-NVFP4 is intended to be the replacement?

Thanks!

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the README's MLPerf v6.0 Llama3.1-8B Docker flow and the referenced /opt/fp4-quantized-modelopt/llama3_1-8b-instruct-hf-torch-fp4.tar.gz path. Compare that artifact with nvidia/Llama-3.1-8B-Instruct-NVFP4 and the reported AccuracyOnly output, including the ROUGE-L failure. Done means documenting the exact download source or clearly stating whether the Hugging Face model is the intended replacement.

Written by the indexing model from the issue text.

Assessment

Tech stack
docker, huggingface, python
Domain
machine-learning
Issue type
Documentation
Difficulty
4/5
Estimated time
3-5 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.