Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit b3c4b9e

Browse files
authored
Update README.md
Some of the updown commands were getting rendered. Not sure why/when that happens?
1 parent 11dd083 commit b3c4b9e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,9 @@ python3 torchchat.py server llama3.1
239239
```
240240
[skip default]: end
241241

242+
<!==
242243
[shell default]: python3 torchchat.py server llama3.1 & server_pid=$! ; sleep 90 # wait for server to be ready to accept requests
244+
-->
243245

244246
In another terminal, query the server using `curl`. Depending on the model configuration, this query might take a few minutes to respond.
245247

@@ -280,7 +282,9 @@ curl http://127.0.0.1:5000/v1/chat/completions \
280282

281283
[skip default]: end
282284

285+
<!--
283286
[shell default]: kill ${server_pid}
287+
-->
284288

285289
</details>
286290

0 commit comments

Comments
 (0)