-
-
Notifications
You must be signed in to change notification settings - Fork 5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Seed issue with Pipeline Parallel #6449
Comments
|
@binxuan do you have any other debug information? That shouldn't be expected |
Below is my error trace, not sure if this is the root cause.
|
@njhill any comments? Did you run into the above? |
@andoorve yes this is the known issue, I should hopefully have time to fix it tomorrow. |
Hi @njhill - Hope you have had some chance to fix this issue. Is it available now in the latest version (0.5.2)? |
@sekh77 it's not in 0.5.2. I am working on it right now and it should be ready today. |
@njhill - Ok, thanks. Will this also be available for people who are on 0.5.1? |
@sekh77 yes, it will be available to everyone! You'll just have to upgrade to the latest version (hopefully will be in a new release in the next day or two). |
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.
The text was updated successfully, but these errors were encountered: