Update README.md
Browse files
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 |
|