File: gguf-py-depends-on-the-requests-library.patch

package info (click to toggle)
llama.cpp 6641%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 43,640 kB
  • sloc: cpp: 218,020; ansic: 117,624; python: 29,020; lisp: 9,094; sh: 5,776; objc: 1,045; javascript: 828; xml: 259; makefile: 219
file content (20 lines) | stat: -rw-r--r-- 632 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
From: Christian Kastner <ckk@kvr.at>
Date: Sun, 13 Jul 2025 14:05:51 +0200
Subject: gguf-py depends on the requests library

---
 gguf-py/pyproject.toml | 1 +
 1 file changed, 1 insertion(+)

Index: llama.cpp/gguf-py/pyproject.toml
===================================================================
--- llama.cpp.orig/gguf-py/pyproject.toml
+++ llama.cpp/gguf-py/pyproject.toml
@@ -22,6 +22,7 @@ python = ">=3.8"
 numpy = ">=1.17"
 tqdm = ">=4.27"
 pyyaml = ">=5.1"
+requests = ">= 0.6.2"
 sentencepiece = { version = ">=0.1.98,<=0.2.0", optional = true }
 PySide6 = { version = "^6.9", python = ">=3.9,<3.14", optional = true }