huggingface/lighteval

[BUG] custom model docs don't run: missing imports

开放

#760 创建于 2025年5月21日

 (5 条评论) (0 个反应) (0 位负责人)Python (514 个派生)auto 404
bugdocumentationgood first issue

仓库指标

星标
 (2,496 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Describe the bug

https://github.com/huggingface/lighteval/blob/v0.9.2/docs/source/evaluating-a-custom-model.mdx#creating-a-custom-model did not import ParallelismManager.

https://github.com/huggingface/lighteval/blob/v0.9.2/docs/source/using-the-python-api.mdx uses a nonexistent EnvConfig

To Reproduce

N/a

Expected behavior

Docs to not have missing imports

Version info

lighteval==0.9.2

贡献者指南