Skip to content

Commit

Permalink
Update llm.md
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewkotila authored Oct 9, 2023
1 parent 9748ba1 commit c62f6c2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/c++/perf_analyzer/docs/llm.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,13 @@ python profile.py -m vllm --prompt-size-range 100 500 200 --max-tokens 1
> {
> "data": [
> {
> "PROMPT": [
> "text_input": [
> "Hello, my name is" // user-provided prompt
> ],
> "STREAM": [
> "stream": [
> true
> ],
> "SAMPLING_PARAMETERS": [
> "sampling_parameters": [
> "{ \"max_tokens\": 1 }"
> ]
> }
Expand Down Expand Up @@ -142,13 +142,13 @@ echo '
{
"data": [
{
"PROMPT": [
"text_input": [
"Hello, my name is"
],
"STREAM": [
"stream": [
true
],
"SAMPLING_PARAMETERS": [
"sampling_parameters": [
"{\"max_tokens\":16,\"ignore_eos\":true}"
]
}
Expand Down

0 comments on commit c62f6c2

Please sign in to comment.