Skip to content
This repository was archived by the owner on Jul 20, 2026. It is now read-only.
This repository was archived by the owner on Jul 20, 2026. It is now read-only.

Question: Why do sequential generation on OpenAIChatDecoder #109

Description

@floatingsun

In bigcodebench/provider/openai.py, all model processes prompts sequentially, the func _codegen_batch_via_concurrency process each prompt n time in parallel, but still sequentially process the whole prompts.

Looks wired, and significantly slow down the code gen speed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions