Skip to content

Commit 2ea34f1

Browse files
Update robotics-ai-suite/docs/embodied/sample_pipelines/llm_robotics.md
Co-authored-by: Sebastian Golebiewski <[email protected]>
1 parent 7ec4c12 commit 2ea34f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

robotics-ai-suite/docs/embodied/sample_pipelines/llm_robotics.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -231,9 +231,9 @@ This section shows how to set up a virtual Python environment to run the LLM dem
231231
232232
```bash
233233

234-
$ # If you have connection issue on HuggingFace in PRC, please set-up the networking environment by following commands:
235-
$ export HF_ENDPOINT="https://hf-mirror.com"
236-
$ # transformers offline: export TRANSFORMERS_OFFLINE=1
234+
# If you have connection issue on HuggingFace in PRC, please set-up the networking environment by following commands:
235+
export HF_ENDPOINT="https://hf-mirror.com"
236+
# transformers offline: export TRANSFORMERS_OFFLINE=1
237237
```
238238
239239
### Set up the SAM Model

0 commit comments

Comments
 (0)