Update README.md
Browse files
README.md
CHANGED
@@ -60,7 +60,7 @@ sh run_llama_elm_turbo_trtllm_engine.sh slicexai/Llama3.1-elm-turbo-6B H100 "pla
|
|
60 |
|
61 |
Detailed instructions to run the engine:
|
62 |
```
|
63 |
-
Usage: sh
|
64 |
Supported elm-turbo_model_id choices : [slicexai/Llama3.1-elm-turbo-6B, slicexai/Llama3.1-elm-turbo-4B, slicexai/Llama3.1-elm-turbo-3B]
|
65 |
Supported gpu_types : [A100, H100]
|
66 |
```
|
|
|
60 |
|
61 |
Detailed instructions to run the engine:
|
62 |
```
|
63 |
+
Usage: sh run_llama_elm_turbo_trtllm_engine.sh <elm_turbo_model_id> <gpu_type> "<input_prompt>"
|
64 |
Supported elm-turbo_model_id choices : [slicexai/Llama3.1-elm-turbo-6B, slicexai/Llama3.1-elm-turbo-4B, slicexai/Llama3.1-elm-turbo-3B]
|
65 |
Supported gpu_types : [A100, H100]
|
66 |
```
|