Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

download.sh中的数据链接失效 #2

Closed
yiershi opened this issue Feb 18, 2024 · 1 comment
Closed

download.sh中的数据链接失效 #2

yiershi opened this issue Feb 18, 2024 · 1 comment

Comments

@yiershi
Copy link

yiershi commented Feb 18, 2024

运行 scripts/download.sh 脚本的报错信息如下:

# bash scripts/download.sh 
--2024-02-18 05:52:59--  https://msmarco.blob.core.windows.net/msmarcoranking/collectionandqueries.tar.gz
Resolving msmarco.blob.core.windows.net (msmarco.blob.core.windows.net)... 20.150.34.4
Connecting to msmarco.blob.core.windows.net (msmarco.blob.core.windows.net)|20.150.34.4|:443... connected.
HTTP request sent, awaiting response... 404 The specified resource does not exist.
2024-02-18 05:53:00 ERROR 404: The specified resource does not exist..

--2024-02-18 05:53:00--  https://msmarco.blob.core.windows.net/msmarcoranking/triples.train.small.tar.gz
Resolving msmarco.blob.core.windows.net (msmarco.blob.core.windows.net)... 20.150.34.4
Connecting to msmarco.blob.core.windows.net (msmarco.blob.core.windows.net)|20.150.34.4|:443... connected.
HTTP request sent, awaiting response... 404 The specified resource does not exist.
2024-02-18 05:53:01 ERROR 404: The specified resource does not exist..

--2024-02-18 05:53:01--  https://msmarco.blob.core.windows.net/msmarcoranking/top1000.eval.tar.gz
Resolving msmarco.blob.core.windows.net (msmarco.blob.core.windows.net)... 20.150.34.4
Connecting to msmarco.blob.core.windows.net (msmarco.blob.core.windows.net)|20.150.34.4|:443... connected.
HTTP request sent, awaiting response... 404 The specified resource does not exist.
2024-02-18 05:53:02 ERROR 404: The specified resource does not exist..

tar (child): top1000.eval.tar.gz: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
tar (child): triples.train.small.tar.gz: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
tar (child): collectionandqueries.tar.gz: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
rm: cannot remove '*.gz': No such file or directory
@Hannibal046
Copy link
Owner

Hi, the link was provided by Microsoft at here. We could only wait for its fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants