From: ditsuke Date: Tue, 2 Jul 2024 19:32:56 +0000 (+0530) Subject: doc: Add context for why we add an explicit pytorch source X-Git-Tag: upstream/0.0.4488~1185 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=1e920018d38aee270a044cc48eaefe7c64cb8750;p=pkg%2Fggml%2Fsources%2Fllama.cpp doc: Add context for why we add an explicit pytorch source --- diff --git a/pyproject.toml b/pyproject.toml index 198cb43d..25e2e20b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"