From bd317e35826351df52421caa2a77d5a6727bcb9e Mon Sep 17 00:00:00 2001 From: tuhinsharma121 Date: Mon, 20 May 2024 17:19:44 +0530 Subject: [PATCH] DOC: add location to sonnet.txt and fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5abc91d..7597de5 100644 --- a/README.md +++ b/README.md @@ -25,9 +25,9 @@ LINE 3, ... ``` -Where the lines are randomly sampled from a collection of lines from Shakespeare sonnets. Tokens are counted using the `LlamaTokenizer` regardless of which LLM API is being tested. This is to ensure that the prompts are consistent across different LLM APIs. +Where the lines are randomly sampled from a collection of lines from Shakespeare sonnets which can be found in `src/llmperf/sonnet.txt`. Tokens are counted using the `LlamaTokenizer` regardless of which LLM API is being tested. This is to ensure that the prompts are consistent across different LLM APIs. -To run the most basic load test you can the token_benchmark_ray script. +To run the most basic load test you can use the `token_benchmark_ray.py` script. ### Caveats and Disclaimers