Skip to content

Commit

Permalink
chain init and release cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
krypticmouse committed May 20, 2024
1 parent 7d04612 commit 81e8486
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 1,308 deletions.
File renamed without changes.
2 changes: 2 additions & 0 deletions pirate/chains/base.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
class BaseChain:
pass
2 changes: 2 additions & 0 deletions pirate/chains/mine_chain.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
class MineChain:
pass
Empty file removed pirate/miner/semantic_neg.py
Empty file.
Empty file removed pirate/miner/synthetic_neg.py
Empty file.
Empty file removed pirate/samplers/random.py
Empty file.
1,308 changes: 1 addition & 1,307 deletions poetry.lock

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ pydantic = "^2.7.1"
loguru = "^0.7.2"
ruff = "^0.4.4"
pyright = "^1.1.362"
dspy-ai = "^2.4.9"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 81e8486

Please sign in to comment.