mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-01-13 22:18:36 +08:00
[None][doc] update readme for rpc (#9972)
Signed-off-by: Yan Chunwei <328693+Superjomn@users.noreply.github.com>
This commit is contained in:
parent
4bf42f8fa8
commit
355e06d66d
@ -83,3 +83,8 @@ except RPCError as e:
|
||||
# Shutdown server from client
|
||||
client.shutdown_server()
|
||||
```
|
||||
|
||||
## Network Security
|
||||
|
||||
The RPC supports built-in HMAC-based authentication to secure the communication between the server and the client.
|
||||
To enable that, you need to provide a shared secret key (bytes) to both the `RPCServer` and `RPCClient`.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user