From 0da48b044357eed17e5afffd3ce541e064185043 Mon Sep 17 00:00:00 2001 From: jbloom-md Date: Wed, 10 Apr 2024 11:02:19 +0100 Subject: [PATCH] add safetensors to project --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 93210b69..e82c4c42 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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] @@ -65,4 +66,4 @@ version_variables = [ "pyproject.toml:version", ] branch = "main" -build_command = "pip install poetry && poetry build" \ No newline at end of file +build_command = "pip install poetry && poetry build"