chenjiel commited on
Commit
ce2b8d4
·
verified ·
1 Parent(s): 4484458

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -101,7 +101,7 @@ To deploy the quantized checkpoint with [TensorRT-LLM](https://github.com/NVIDIA
101
 
102
  * LLM API sample usage:
103
  ```
104
- from tensorrt_llm import LLM, SamplingParams
105
 
106
 
107
  def main():
 
101
 
102
  * LLM API sample usage:
103
  ```
104
+ from tensorrt_llm import LLM, SamplingParams, KvCacheConfig
105
 
106
 
107
  def main():