pytorch / torchchat

Run PyTorch LLMs locally on servers, desktop and mobile
BSD 3-Clause "New" or "Revised" License
3.4k stars 224 forks source link

Update README.md to run and query server during test #1384

Open mikekgfb opened 1 week ago

mikekgfb commented 1 week ago

1 - Run server: 1a - in background 1b - capture server_pid

2 - enable query using curl

3 - shutdown server with server pid captured in server_pid

pytorch-bot[bot] commented 1 week ago

:link: Helpful Links

:test_tube: See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/torchchat/1384

Note: Links to docs will display an error until the docs builds have been completed.

:heavy_exclamation_mark: 1 Active SEVs

There are 1 currently active SEVs. If your PR is affected, please view them below:

:x: 1 Cancelled Job

As of commit eb2388f3ea91069d64b4da1261610e3ba4399734 with merge base 5da240a85093e46cf6f4b9649476329fa561ecbc (image):

CANCELLED JOB - The following job was cancelled. Please retry:

* [Run the README instructions - with stories - on MPS/MacOS / test-readme-mps-macos / macos-job](https://hud.pytorch.org/pr/pytorch/torchchat/1384#33208765141) ([gh](https://github.com/pytorch/torchchat/actions/runs/11886198820/job/33208765141)) `##[error]The operation was canceled.`

This comment was automatically generated by Dr. CI and updates every 15 minutes.

Jack-Khuu commented 6 days ago

Nice fix