Skip to content

Commit dd89cce

Browse files
authored
Fix typo. (#624)
1 parent f0c421e commit dd89cce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/examples/pre-process.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ predict. So -- let's say you have a model that can handle 5 concurrent requests:
4242
```config.yaml
4343
...
4444
runtime:
45-
predict_concurrency: 10
45+
predict_concurrency: 5
4646
...
4747
```
4848

0 commit comments

Comments
 (0)