mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2024-11-11 13:30:35 +00:00
doc: Add context for why we add an explicit pytorch source
This commit is contained in:
parent
01a5f06550
commit
1e920018d3
@ -26,6 +26,9 @@ torch = { version = "^2.2.0", source = "pytorch" }
|
||||
[tool.poetry.dev-dependencies]
|
||||
pytest = "^5.2"
|
||||
|
||||
|
||||
# Force wheel + cpu
|
||||
# For discussion and context see https://github.com/python-poetry/poetry#6409
|
||||
[[tool.poetry.source]]
|
||||
name = "pytorch"
|
||||
url = "https://download.pytorch.org/whl/cpu"
|
||||
|
Loading…
Reference in New Issue
Block a user