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