Skip to content

Commit

Permalink
fix bug from typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dannylee1020 committed Dec 26, 2024
1 parent c46d40e commit c20babe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openpo/resources/provider/vllm.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def __init__(self, model: str, **kwargs) -> None:
)

self.model = LLM(model=model, **kwargs)
self.SamplingParam = SamplingParams
self.SamplingParams = SamplingParams

def generate(
self,
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "openpo"
version = "0.7.6"
version = "0.7.7"
description = "Build high quality synthetic datasets with AI feedback from 200+ LLMs"
authors = ["Daniel Lee <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit c20babe

Please sign in to comment.