We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b86dc3 commit 4dc2f89Copy full SHA for 4dc2f89
README.md
@@ -231,7 +231,7 @@ python3 torchchat.py server llama3.1
231
```
232
[skip default]: end
233
234
-[shell default]: python3 torchchat.py server llama3.1 & server_pid=$!
+[shell default]: python3 torchchat.py server llama3.1 & server_pid=$! ; sleep 90 # wait for server to be ready to accept requests
235
236
In another terminal, query the server using `curl`. Depending on the model configuration, this query might take a few minutes to respond.
237
0 commit comments