Skip to content

Commit

Permalink
Use http 1.1, server has misconfigured http 2 setup (#1379)
Browse files Browse the repository at this point in the history
  • Loading branch information
Harald Musum authored Jan 29, 2024
1 parent 7c0598a commit 8964d8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion billion-scale-image-search/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

<pre data-test="exec">
$ 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
</pre>

Expand Down

0 comments on commit 8964d8e

Please sign in to comment.