Skip to content

Commit

Permalink
chore: remove unused deps, bump torch
Browse files Browse the repository at this point in the history
  • Loading branch information
ydennisy committed Apr 20, 2024
1 parent 2865079 commit d480dba
Show file tree
Hide file tree
Showing 3 changed files with 876 additions and 973 deletions.
5 changes: 1 addition & 4 deletions backend/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,11 @@ lxml = "*"
langchain = "*"
sentence-transformers = "*"
requests = "*"
llama-index = "*"
openai = "*"
numpy = "*"
pandas = "*"
llama-index-readers-file = "*"
httpx = "*"
pymupdf = "*"
torch = {version = "==2.0.1", index = "pytorch"}
torch = {version = "*", index = "pytorch"}

[dev-packages]

Expand Down
Loading

0 comments on commit d480dba

Please sign in to comment.