makaveli10 commited on
Commit
90a66d9
·
1 Parent(s): 201d841

add README

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -35,7 +35,7 @@ python3 build.py --output_dir whisper_small_en --use_gpt_attention_plugin --use_
35
  ### Mistral
36
  - Change working dir to [llama example dir](https://github.com/NVIDIA/TensorRT-LLM/tree/main/examples/llama) in TensorRT-LLM folder.
37
  ```bash
38
- cd TensorRT-LLM/examples/whisper
39
  ```
40
  - Convert Mistral to `fp16` TensorRT engine.
41
  ```bash
 
35
  ### Mistral
36
  - Change working dir to [llama example dir](https://github.com/NVIDIA/TensorRT-LLM/tree/main/examples/llama) in TensorRT-LLM folder.
37
  ```bash
38
+ cd TensorRT-LLM/examples/llama
39
  ```
40
  - Convert Mistral to `fp16` TensorRT engine.
41
  ```bash