mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
refactor: 尝试去掉nvidia依赖
This commit is contained in:
parent
75dc0ed782
commit
e3e6637c35
|
|
@ -36,10 +36,6 @@ django-apscheduler = "^0.6.2"
|
|||
requires = ["poetry-core"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
||||
torch = {version = "^2.2.1+cpu", source = "pytorch"}
|
||||
torchvision = {version = "^0.17.1+cpu", source = "pytorch"}
|
||||
sentence-transformers = "^2.2.0"
|
||||
|
||||
[[tool.poetry.source]]
|
||||
name = "pytorch"
|
||||
url = "https://download.pytorch.org/whl/cpu"
|
||||
|
|
|
|||
Loading…
Reference in New Issue