Skip to content

Commit b85c045

Browse files
committed
fix: run python update doc
1 parent abfc581 commit b85c045

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ this will impact performance.
153153
### Distributed Tracing
154154

155155
`text-generation-inference` is instrumented with distributed tracing using OpenTelemetry. You can use this feature
156-
by setting the address to an OTLP collector with the `--otlp-endpoint` argument. The default service name can be
156+
by setting the address to an OTLP collector with the `--otlp-endpoint` argument. The default service name can be
157157
overridden with the `--otlp-service-name` argument
158158

159159
### Architecture

docs/source/basic_tutorials/launcher.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -336,12 +336,6 @@ Options:
336336
--otlp-endpoint <OTLP_ENDPOINT>
337337
[env: OTLP_ENDPOINT=]
338338
339-
```
340-
## OTLP_SERVICE_NAME
341-
```shell
342-
--otlp-service-name <OTLP_SERVICE_NAME>
343-
[env: OTLP_SERVICE_NAME=]
344-
345339
```
346340
## CORS_ALLOW_ORIGIN
347341
```shell

0 commit comments

Comments
 (0)