address min latency server description
Browse files
README.md
CHANGED
@@ -123,6 +123,7 @@ if __name__ == '__main__':
|
|
123 |
|
124 |
#### Minimum Latency Server Deployment
|
125 |
|
|
|
126 |
|
127 |
**Step 1: Create configuration file (`args.yaml`)**
|
128 |
|
|
|
123 |
|
124 |
#### Minimum Latency Server Deployment
|
125 |
|
126 |
+
If you want to deploy your endpoint to minimize response latency for a single-concurrency or low-concurrency use case, follow the instructions below.
|
127 |
|
128 |
**Step 1: Create configuration file (`args.yaml`)**
|
129 |
|