Update README.md
Browse files
README.md
CHANGED
|
@@ -23,6 +23,8 @@ This is a keyword generation model that can rewrite natural language queries int
|
|
| 23 |
## How to Use
|
| 24 |
|
| 25 |
```python
|
|
|
|
|
|
|
| 26 |
query = "When am I supposed to complete my security training?"
|
| 27 |
|
| 28 |
llm = LLM(
|
|
|
|
| 23 |
## How to Use
|
| 24 |
|
| 25 |
```python
|
| 26 |
+
from vllm import LLM, SamplingParams
|
| 27 |
+
|
| 28 |
query = "When am I supposed to complete my security training?"
|
| 29 |
|
| 30 |
llm = LLM(
|