From 2625c4cffc6053ae368741b0da69a3f329f6e735 Mon Sep 17 00:00:00 2001 From: abysssol Date: Mon, 30 Sep 2024 18:51:21 -0400 Subject: [PATCH] skiplist: add `ollama-rocm` and `ollama-cuda` --- src/Skiplist.hs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Skiplist.hs b/src/Skiplist.hs index cd6d51f..8a2a6e7 100644 --- a/src/Skiplist.hs +++ b/src/Skiplist.hs @@ -89,6 +89,8 @@ attrPathList = eq "keepmenu" "update repeatedly exceeded the 6h timeout", eq "klee" "update repeatedly exceeded the 6h timeout", eq "vmagent" "updates via victoriametrics package", + eq "ollama-rocm" "only `ollama` is explicitly updated (defined in the same file)", + eq "ollama-cuda" "only `ollama` is explicitly updated (defined in the same file)", regex (string "python" *> few (psym isDigit) *> string "Packages.mmengine") "takes way too long to build",