Skip to content

[Bug]: Seed issue with Pipeline Parallel #6449

Closed
@andoorve

Description

@andoorve

Your current environment

v0.5.1

🐛 Describe the bug

OpenAI API specifies that you can provide a seed: https://platform.openai.com/docs/api-reference/chat/create#chat-create-seed

This allows reproducibility for example with non-zero temperature parameter.

Currently, any state information is stored/advanced on the driver process only. We need to extend this to the worker actually doing the sampling.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions