Skip to content

Commit b8ad424

Browse files
author
Magdalena Kotynia
committed
docs: added info about increasing event size for Langfuse tracing of vlm benchmark
1 parent 89c8bbf commit b8ad424

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/rai_bench/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,9 @@ The VLM Benchmark is a benchmark for VLM models. It includes a set of tasks cont
171171

172172
To set up tracing backends, please follow the instructions in the [tracing.md](../../docs/tracing.md) document.
173173

174+
> [!IMPORTANT]
175+
> If you are going to use Lanfuse for tracing results, do `export LANGFUSE_MAX_EVENT_SIZE_BYTES=20000000`. By default, the maximum tracing event size is 1MB, but some tasks exceed this limit.
176+
174177
To run the benchmark:
175178

176179
```bash

0 commit comments

Comments
 (0)