Skip to content

Commit 2035f3f

Browse files
authored
Fixes for docs (mlcommons#2334)
1 parent 938be6d commit 2035f3f

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

docs/benchmarks/language/scc25_guide/scc25.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,11 @@ or supporting multi-node execution) useful for the community and [MLCommons](htt
5858

5959
{{ mlperf_inference_implementation_readme (4, "llama2-70b-99", "reference", fixed_scenarios=["Offline"], categories=["Datacenter"], setup_tips=False, implementation_tips=False, skip_test_query_count=True) }}
6060

61-
{{ mlperf_inference_implementation_readme (4, "llama2-70b-99.9", "reference", fixed_scenarios=["Offline"], categories=["Datacenter"], setup_tips=False, implementation_tips=False, skip_test_query_count=True) }}
62-
6361
=== "Nvidia"
6462
## Nvidia MLPerf Implementation
6563

6664
{{ mlperf_inference_implementation_readme (4, "llama2-70b-99", "nvidia", fixed_scenarios=["Offline"], categories=["Datacenter"], setup_tips=False, implementation_tips=False, skip_test_query_count=True) }}
6765

68-
{{ mlperf_inference_implementation_readme (4, "llama2-70b-99.99", "nvidia", fixed_scenarios=["Offline"], categories=["Datacenter"], setup_tips=False, implementation_tips=False, skip_test_query_count=True) }}
69-
7066
## Submission Commands
7167

7268
### Generate actual submission tree

main.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -786,7 +786,6 @@ def mlperf_inference_run_command(
786786
if "llama2-70b" in model.lower():
787787
if implementation == "nvidia":
788788
cmd_suffix += f" \\\n{pre_space} --tp_size=<TP_SIZE>"
789-
cmd_suffix += f" \\\n{pre_space} --nvidia_llama2_dataset_file_path=<PATH_TO_PICKE_FILE>"
790789
elif implementation == "neuralmagic":
791790
cmd_suffix += f" \\\n{pre_space} --api_server=http://localhost:8000"
792791
cmd_suffix += f" \\\n{pre_space} --vllm_model_name=nm-testing/Llama-2-70b-chat-hf-FP8"

0 commit comments

Comments
 (0)