mirror of
https://github.com/zylon-ai/private-gpt.git
synced 2025-12-22 17:05:41 +01:00
fix: fix pytorch version
This commit is contained in:
parent
895588b82a
commit
9448bcb4dc
2 changed files with 1136 additions and 475 deletions
1608
poetry.lock
generated
1608
poetry.lock
generated
File diff suppressed because it is too large
Load diff
|
|
@ -17,7 +17,8 @@ llama-index = "0.8.47"
|
|||
chromadb = "^0.4.13"
|
||||
watchdog = "^3.0.0"
|
||||
transformers = "^4.34.0"
|
||||
torch = "^2.1.0"
|
||||
# https://stackoverflow.com/questions/76327419/valueerror-libcublas-so-0-9-not-found-in-the-system-path
|
||||
torch = ">=2.0.0, !=2.0.1, !=2.1.0"
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
black = "^22"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue