npip99 commited on
Commit
ec92260
·
verified ·
1 Parent(s): c41ce94

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
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(