Update getting_started.md

This commit is contained in:
Xi Yan 2024-09-16 11:55:10 -07:00 committed by GitHub
parent d9147f3184
commit ed4272e31e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -285,6 +285,9 @@ INFO: Uvicorn running on http://[::]:5000 (Press CTRL+C to quit)
> [!IMPORTANT] > [!IMPORTANT]
> The "local" distribution inference server currently only supports CUDA. It will not work on Apple Silicon machines. > The "local" distribution inference server currently only supports CUDA. It will not work on Apple Silicon machines.
> [!TIP]
> You might need to use the flag `--disable-ipv6` to Disable IPv6 support
This server is running a Llama model locally. This server is running a Llama model locally.
## Step 4. Test with Client ## Step 4. Test with Client