muhtasham commited on
Commit
5413819
1 Parent(s): e877667

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -2,7 +2,7 @@
2
  ```bash
3
  git clone https://github.com/NVIDIA/TensorRT-LLM.git
4
 
5
- python ./TensorRT-LLM/examples/run.py --engine_dir=llama3engine_bf16_1gpu \
6
  --max_output_len 5 \
7
  --tokenizer_dir llama3-hf \
8
  --input_text "How do I count to nine in French?" \
 
2
  ```bash
3
  git clone https://github.com/NVIDIA/TensorRT-LLM.git
4
 
5
+ python ./TensorRT-LLM/examples/run.py --engine_dir=./ \
6
  --max_output_len 5 \
7
  --tokenizer_dir llama3-hf \
8
  --input_text "How do I count to nine in French?" \