This commit is contained in:
rahulgs12
2023-05-01 14:22:41 -04:00
parent b422f68162
commit 2dc8f882a2
21 changed files with 601 additions and 767 deletions
+7 -2
View File
@@ -1,8 +1,8 @@
[tool.poetry]
name = "jsonllm"
name = "jsonformer"
version = "0.1.0"
description = ""
authors = ["rahulgs12 <gsr1998@gmail.com>"]
authors = ["1rgs <rgsduke@gmail.com>"]
readme = "README.md"
[tool.poetry.dependencies]
@@ -12,6 +12,7 @@ jsonschema = "^4.17.3"
torch = "^2.0.0"
accelerate = "^0.18.0"
bitsandbytes = "^0.38.1"
termcolor = "^2.3.0"
[tool.poetry.group.dev.dependencies]
@@ -20,3 +21,7 @@ ipykernel = "^6.22.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[virtualenvs]
create = true
in-project = true