dev-slx commited on
Commit
6efec06
1 Parent(s): 7ed94e3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -54,13 +54,13 @@ Example: To run our pre-built trt-engine for `slicexai/Llama3.1-elm-turbo-4B-ins
54
  ```
55
  docker attach elm_trtllm
56
  cd /lm
57
- sh run_llama_elm_turbo_trtllm_engine.sh slicexai/Llama3.1-elm-turbo-4B-instruct A100 "plan a fun day with my grandparents."
58
- sh run_llama_elm_turbo_trtllm_engine.sh slicexai/Llama3.1-elm-turbo-4B-instruct H100 "plan a fun day with my grandparents."
59
  ```
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-instruct, slicexai/Llama3.1-elm-turbo-4B-instruct, slicexai/Llama3.1-elm-turbo-3B-instruct]
65
  Supported gpu_types : [A100, H100]
66
  ```
 
54
  ```
55
  docker attach elm_trtllm
56
  cd /lm
57
+ sh run_elm_turbo_trtllm_engine.sh slicexai/Llama3.1-elm-turbo-4B-instruct A100 "plan a fun day with my grandparents."
58
+ sh run_elm_turbo_trtllm_engine.sh slicexai/Llama3.1-elm-turbo-4B-instruct H100 "plan a fun day with my grandparents."
59
  ```
60
 
61
  Detailed instructions to run the engine:
62
  ```
63
+ Usage: sh run_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-instruct, slicexai/Llama3.1-elm-turbo-4B-instruct, slicexai/Llama3.1-elm-turbo-3B-instruct]
65
  Supported gpu_types : [A100, H100]
66
  ```