From 8964d8e6599c18b3ce38d1c12f4a7d209d5f75c4 Mon Sep 17 00:00:00 2001 From: Harald Musum Date: Mon, 29 Jan 2024 13:23:36 +0100 Subject: [PATCH] Use http 1.1, server has misconfigured http 2 setup (#1379) --- billion-scale-image-search/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/billion-scale-image-search/README.md b/billion-scale-image-search/README.md index 3b1560cbc..d9bb2f85f 100644 --- a/billion-scale-image-search/README.md +++ b/billion-scale-image-search/README.md @@ -166,7 +166,7 @@ These instructions use the first split file (0000) of a total of 2314 files in t Download the vector data file:
-$ curl -L -o img_emb_0000.npy \
+$ curl --http1.1 -L -o img_emb_0000.npy \
   https://the-eye.eu/public/AI/cah/laion5b/embeddings/laion2B-en/img_emb/img_emb_0000.npy