Update README.md
#3
by
Zraining
- opened
README.md
CHANGED
@@ -83,7 +83,7 @@ Use the following command to download and place the engine in the specified loca
|
|
83 |
|
84 |
```shell
|
85 |
export REMOTE_PATH=<Remote Path>
|
86 |
-
huggingface-cli download Tencent-Hunyuan/TensorRT-engine ${REMOTE_PATH} ./ckpts/t2i/model_trt/engine/
|
87 |
ln -s ${REMOTE_PATH} ./ckpts/t2i/model_trt/engine/model_onnx.plan
|
88 |
```
|
89 |
|
|
|
83 |
|
84 |
```shell
|
85 |
export REMOTE_PATH=<Remote Path>
|
86 |
+
huggingface-cli download Tencent-Hunyuan/TensorRT-engine ${REMOTE_PATH} --local-dir ./ckpts/t2i/model_trt/engine/
|
87 |
ln -s ${REMOTE_PATH} ./ckpts/t2i/model_trt/engine/model_onnx.plan
|
88 |
```
|
89 |
|