Skip to content

Commit 052d5c7

Browse files
remi-orkashif
authored andcommitted
[CB] Remove OpenTelemetry (huggingface#45984)
Remove opentelemetry
1 parent 1ff6cfc commit 052d5c7

19 files changed

Lines changed: 1 addition & 1753 deletions

docs/source/en/serve-cli/serving_optims.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,6 @@ transformers serve \
2929
--attn-implementation "sdpa"
3030
```
3131

32-
Monitor continuous batching performance with [OpenTelemetry](https://opentelemetry.io). It collects traces and metrics, but you'll need a backend to visualize them.
33-
34-
Install the OpenTelemetry dependency.
35-
36-
```py
37-
pip install transformers[open-telemetry]
38-
```
39-
4032
## Quantization
4133

4234
[Quantization](../quantization/overview) reduces memory usage by mapping weights to a lower precision. `transformers serve` is compatible with all quantization methods in Transformers. It supports pre-quantized models and runtime quantization.
@@ -90,4 +82,4 @@ The `"bfloat16"` or `"float16"` [data types](../models#model-data-type) save mem
9082
transformers serve \
9183
--continuous-batching \
9284
--dtype "bfloat16"
93-
```
85+
```

examples/metrics-monitoring/README.md

Lines changed: 0 additions & 41 deletions
This file was deleted.

0 commit comments

Comments
 (0)