]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
doc: Add context for why we add an explicit pytorch source
authorditsuke <redacted>
Tue, 2 Jul 2024 19:32:56 +0000 (01:02 +0530)
committerSomeone <redacted>
Thu, 4 Jul 2024 15:39:13 +0000 (15:39 +0000)
pyproject.toml

index 198cb43dde8242db2049386093c6a5157b47cb0b..25e2e20b2489632568d4fbe84cf7cee0f9b00b8a 100644 (file)
@@ -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"