Skip to content
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

Add seed to inputs #35

Merged
merged 1 commit into from
Aug 1, 2024
Merged

Add seed to inputs #35

merged 1 commit into from
Aug 1, 2024

Conversation

joehoover
Copy link
Contributor

This commit adds a seed input. During predict, if seed is None, a random seed is sampled. The seed is then passed to vLLM sampling args. Finally, we log the seed value so that users can produce outputs deterministically.

This commit adds a `seed` input. During predict, if seed is None, a random seed is sampled. The seed is then passed to vLLM sampling args. Finally, we log the seed value so that users can produce outputs deterministically.
@joehoover joehoover merged commit 232da99 into main Aug 1, 2024
2 checks passed
@joehoover joehoover deleted the joe/add-seed-input branch August 1, 2024 15:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant