HCZhang commited on
Commit
ffabe3e
·
verified ·
1 Parent(s): 4d96901

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -197,6 +197,8 @@ print(response)
197
  </div>
198
 
199
  #### Using vLLM
 
 
200
  ```python
201
  from vllm import LLM, SamplingParams
202
 
@@ -228,7 +230,7 @@ response = outputs[0].outputs[0].text.strip()
228
  print(response)
229
 
230
  ```
231
-
232
 
233
  ### Prompts
234
 
 
197
  </div>
198
 
199
  #### Using vLLM
200
+ <div style="height: auto; max-height: 400px; overflow-y: scroll;">
201
+
202
  ```python
203
  from vllm import LLM, SamplingParams
204
 
 
230
  print(response)
231
 
232
  ```
233
+ </div>
234
 
235
  ### Prompts
236