nk2014yj
nk2014yj
> @nk2014yj Is the PR ready for review and running? yes
> @nk2014yj I see the following error when trying to run your algorithm on the bigann-1B dataset. IT looks like the algo needs more disk space. I have 100GB+ left...
> > > @nk2014yj I see the following error when trying to run your algorithm on the bigann-1B dataset. IT looks like the algo needs more disk space. I have...
> > > @nk2014yj I see the following error when trying to run your algorithm on the bigann-1B dataset. IT looks like the algo needs more disk space. I have...
> > > > @nk2014yj I see the following error when trying to run your algorithm on the bigann-1B dataset. IT looks like the algo needs more disk space. I...
> @nk2014yj Can we just avoid the tar download and unzip? You can download multiple files into the index location. See diskann-t2 example. See: > > https://github.com/harsha-simhadri/big-ann-benchmarks/blob/c13dbd9ab4c14b76e726df55635e7fbd11626d5c/benchmark/algorithms/diskann-t2.py#L117 done.
sorry,forget to update the download url of dataset random-xs. updated.
> > > @nk2014yj Can we just avoid the tar download and unzip? You can download multiple files into the index location. See diskann-t2 example. See: > > > https://github.com/harsha-simhadri/big-ann-benchmarks/blob/c13dbd9ab4c14b76e726df55635e7fbd11626d5c/benchmark/algorithms/diskann-t2.py#L117...
In most internet services, QPS means the server can process how much requests in parallel (every second). That is not only affected by the cost time of each request. In...
1.在成功构建docker之后,运行deep-100M的benchmark出现stat error: > 不加rebuild参数时候,会先调用load接口加载索引。首次执行时候,是没有索引文件的,在load加载索引时候报错该信息,是正常的。load失败,会自动调用fit接口进行训练&建库,可以忽略首次执行时候该提示。 2.并且后面出现了file not found的错误: > docker实例启动时候,会挂载data目录。data目录下文件不要使用软链,会报错(找不到文件)。