Skip to content

Commit

Permalink
__init__ clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Kye committed Nov 26, 2023
1 parent 6f854ea commit d8b4a37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions process_supervision/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
from process_supervision.main import GPT4
from process_supervision.prm import PRM
from process_supervision.generator import MathDataGenerator
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "process-supervision-torch"
version = "0.0.2"
version = "0.0.3"
description = "Process SuperVision - Pytorch"
license = "MIT"
authors = ["Kye Gomez <[email protected]>"]
Expand Down

0 comments on commit d8b4a37

Please sign in to comment.