Merge pull request #17509 from charleskorn/patch-1

docs: fix heading for `limitk` docs
This commit is contained in:
Julien 2025-11-10 10:22:20 +01:00 committed by GitHub
commit 533c2a0784
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -425,7 +425,7 @@ To get the 5 instances with the highest memory consumption across all instances
topk(5, memory_consumption_bytes)
#### `limitk` and `limit_ratio`
#### `limitk`
`limitk(k, v)` returns a subset of `k` input samples, including
the original labels in the result vector.