Skip to content

Commit 2379287

Browse files
Fix minor doc issue (#521)
Signed-off-by: Onur Yilmaz <oyilmaz@nvidia.com>
1 parent 10c7285 commit 2379287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/llm/nemo_2/optimized/tensorrt-llm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ python /opt/Export-Deploy/scripts/deploy/nlp/query.py --url "http://localhost:80
284284
Please see the below if you would like to use APIs to send a query.
285285

286286
```python
287-
from nemo_deploy.nlp import NemoQueryLLM
287+
from nemo_deploy.llm import NemoQueryLLM
288288

289289
nq = NemoQueryLLM(url="localhost:8000", model_name="llama")
290290
output = nq.query_llm(

0 commit comments

Comments
 (0)