Skip to content

Commit ecd7690

Browse files
authored
Fix blank space error.
1 parent f879b53 commit ecd7690

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

articles/ai-services/speech-service/speech-container-faq.yml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -150,11 +150,12 @@ sections:
150150
151151
152152
- question: |
153-
What are the recommended CPU and RAM resources?
153+
What are the recommended CPU and RAM resources for Speech containers?
154154
answer: |
155-
The following table describes the minimum and recommended allocation of resources for each Speech container.
156155
157-
# [Speech-to-text](#tab/stt)
156+
# [Speech to text](#tab/stt)
157+
158+
The following table describes the minimum and recommended allocation of resources for Speech to text.
158159
159160
| Container | Minimum | Recommended | Speech Model | Concurrency Limit |
160161
|-----------|---------|-------------|--------------|-------------------|
@@ -170,7 +171,9 @@ sections:
170171
- For microphone, speech to text happens at 1x real-time. The overall usage should be at about one core for a single recognition.
171172
- Beyond 16 cores the system becomes nonuniform memory access (NUMA) node sensitive.
172173
173-
# [Custom speech-to-text](#tab/cstt)
174+
# [Custom speech to text](#tab/cstt)
175+
176+
The following table describes the minimum and recommended allocation of resources for Custom speech to text.
174177
175178
| Container | Minimum | Recommended | Speech Model | Concurrency Limit |
176179
|-----------|---------|-------------|--------------|-------------------|
@@ -187,6 +190,8 @@ sections:
187190
- Beyond 16 cores the system becomes nonuniform memory access (NUMA) node sensitive.
188191
189192
# [Neural Text-to-speech](#tab/tts)
193+
194+
The following table describes the minimum and recommended allocation of resources for Neural text to speech.
190195
191196
| Container | Minimum | Recommended | Concurrency Limit |
192197
|-----------|---------|-------------|-------------------|
@@ -199,6 +204,8 @@ sections:
199204
- Real-time performance varies depending on concurrency. With a concurrency of 1, an NTTS container instance can achieve 10x real-time performance. However, when concurrency increases to 5, real-time performance drops to 3x or lower. We recommended sending less than 5 concurrent requests in one container. Start more containers for increased concurrency.
200205
201206
# [Speech language identification](#tab/lid)
207+
208+
The following table describes the minimum and recommended allocation of resources for Language Identification.
202209
203210
| Container | Minimum | Recommended | Concurrency Limit |
204211
|-----------|---------|-------------|-------------------|

0 commit comments

Comments
 (0)