andrewzamai
commited on
Commit
•
a58936e
1
Parent(s):
ab4bd73
Update README.md
Browse files
README.md
CHANGED
@@ -307,6 +307,10 @@ An inverse trend can be observed, with SLIMER emerging as the most effective in
|
|
307 |
</body>
|
308 |
</html>
|
309 |
|
|
|
|
|
|
|
|
|
310 |
|
311 |
```python
|
312 |
from vllm import LLM, SamplingParams
|
|
|
307 |
</body>
|
308 |
</html>
|
309 |
|
310 |
+
{
|
311 |
+
"text": "This is a text prompt.\nIt includes a newline character (\n) and a tab character (\t)."
|
312 |
+
}
|
313 |
+
|
314 |
|
315 |
```python
|
316 |
from vllm import LLM, SamplingParams
|