Skip to content

Commit

Permalink
add new sub-libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
mdr223 committed Sep 9, 2023
1 parent c2902bb commit c003fa0
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
Empty file.
Empty file.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ dependencies = [
"sympy==1.12",
"tiktoken==0.4.0",
"tokenizers==0.13.3",
"torch==2.0.1",
"uvloop==0.17.0",
"watchfiles==0.19.0",
"zstandard==0.21.0",
Expand All @@ -50,6 +51,8 @@ packages = [
"A2rchi.bin",
"A2rchi.chains",
"A2rchi.interfaces",
"A2rchi.interfaces.chat_app",
"A2rchi.interfaces.uploader_app",
"A2rchi.utils",
]

Expand Down
1 change: 0 additions & 1 deletion test/test_interfaces.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from A2rchi.interfaces.chat_app import Chat_UI
from A2rchi.interfaces.cleo import Cleo

from time import time
Expand Down

0 comments on commit c003fa0

Please sign in to comment.