This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| From 981a73b05044e2077dca30b188be1db6fa6487e6 Mon Sep 17 00:00:00 2001 | |
| From: lukylix <dev.garcia.lucas@gmail.com> | |
| Date: Sat, 4 Apr 2026 08:20:44 +0200 | |
| Subject: [PATCH] fix: update ggml rpc protocol for GGML_OP_COUNT change | |
| --- | |
| ggml/include/ggml-rpc.h | 4 ++-- | |
| 1 file changed, 2 insertions(+), 2 deletions(-) | |
| diff --git a/ggml/include/ggml-rpc.h b/ggml/include/ggml-rpc.h |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name Github Downloads Counter | |
| // @namespace http://tampermonkey.net/ | |
| // @version 1.0.1 | |
| // @description Show downloads count on Github releases page under each asset names. | |
| // @author Lukylix | |
| // @source https://gist.github.com/Lukylix/8ed3f47178c1595f01adf5ece65bf606 | |
| // @updateURL https://gist.github.com/Lukylix/8ed3f47178c1595f01adf5ece65bf606/raw/download-count-github-releases.js | |
| // @downloadURL https://gist.github.com/Lukylix/8ed3f47178c1595f01adf5ece65bf606/raw/download-count-github-releases.js | |
| // @match https://github.com/*/*/releases |