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 +```