microsoft / SPTAG

A distributed approximate nearest neighborhood search (ANN) library which provides a high quality vector index build, search and distributed online serving toolkits for large scale vector search scenario.
MIT License
4.77k stars 581 forks source link

Unable to download vectors_9.bin and vectors_12.bin using git lfs pull #412

Open justapig9020 opened 4 months ago

justapig9020 commented 4 months ago

Describe the bug: I am unable to download vectors_9.bin and vectors_12.bin files using git lfs pull. Despite no initial error message when attempting the command, the files fail to download, and an error message appears indicating a timeout issue.

To Reproduce: Steps to reproduce the behavior: $ git lfs pull

Expected behavior: I expected the git lfs pull command to download all vector files, including vectors_9.bin and vectors_12.bin.

Desktop (please complete the following information): OS: Ubuntu 22.04 (5.15.0-33-generic) Browser: N/A Version: Not applicable to this issue

Additional context: Git LFS version: git-lfs/3.0.2 (GitHub; linux amd64; go 1.18.1) Error message encountered:

Downloading LFS objects: 0% (0/2), 4 KB | 0 B/s
cannot write data to tempfile "/dataset/SPTAG/.git/lfs/incomplete/f50e029134bc17703be6bc69748953ef2c9bb81b29d2286bda4d006d8bfce34c2743671370": LFS: read tcp 172.16.135.193:34564->185.199.108.154:443: i/o timeout
error: failed to fetch some objects from 'https://github.com/microsoft/SPTAG.git/info/lfs'

This issue occurs specifically for vectors_9.bin and vectors_12.bin files, other files are downloaded as expected.