From d3116de0db20a413bc16a394836dbf68cb393657 Mon Sep 17 00:00:00 2001 From: Wenjing Margaret Mao Date: Tue, 9 Apr 2024 15:50:25 +0800 Subject: [PATCH] Update README.md (#10701) edit "summarize the results" --- python/llm/dev/benchmark/perplexity/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/llm/dev/benchmark/perplexity/README.md b/python/llm/dev/benchmark/perplexity/README.md index bdee4593..bcf42ff4 100644 --- a/python/llm/dev/benchmark/perplexity/README.md +++ b/python/llm/dev/benchmark/perplexity/README.md @@ -20,6 +20,6 @@ python run.py --model_path meta-llama/Llama-2-7b-chat-hf --precisions float16 sy - If you want to test perplexity on pre-downloaded datasets, please specify the `` in the `dataset_path` argument in your command. ## Summarize the results -"""python +```python python make_table.py -""" \ No newline at end of file +```