Skip to content

Commit

Permalink
add safetensors to project
Browse files Browse the repository at this point in the history
  • Loading branch information
jbloom-md committed Apr 10, 2024
1 parent 8417505 commit 0da48b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ mkdocs-autorefs = "^1.0.1"
mkdocs-section-index = "^0.3.8"
mkdocstrings = "^0.24.1"
mkdocstrings-python = "^1.9.0"
safetensors = "^0.4.2"


[tool.poetry.group.dev.dependencies]
Expand Down Expand Up @@ -65,4 +66,4 @@ version_variables = [
"pyproject.toml:version",
]
branch = "main"
build_command = "pip install poetry && poetry build"
build_command = "pip install poetry && poetry build"

0 comments on commit 0da48b0

Please sign in to comment.