From c40e57aafd327b9f7a726c52181058d12c4330ab Mon Sep 17 00:00:00 2001 From: josc146 Date: Sun, 21 May 2023 23:24:20 +0800 Subject: [PATCH] change get-pip source --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 968d8b4..55ba5e0 100644 --- a/manifest.json +++ b/manifest.json @@ -59,7 +59,7 @@ "path": "backend-python/20B_tokenizer.json" }, { - "url": "https://bootstrap.pypa.io/get-pip.py", + "url": "https://cdn.jsdelivr.net/gh/pypa/get-pip/public/get-pip.py", "path": "backend-python/get-pip.py" } ],