glennccc
glennccc
> # Summary > I want to use faiss-gpu with torch.distrubuted on the same machine. However, when I launch the program, it complains that there is no available gpu even...
> # Summary > # Platform > OS: > > Faiss version: 1.7.0 > > Installed from: pypip > > Faiss compilation options: > > Running on: I9 9900X -...
pytorch1.8.0, torchvision0.9.0, cudatoolkit10.1,pip install -e . does not work. RuntimeError: Error compiling objects for extension [end of output]
附议,可以把python的方式也保留一下,方便debug
> 能提供更多细节吗,因为GAIA的复现已经有人尝试过了,是完全可以复现结果的 Reference issue:[#173](https://github.com/Alibaba-NLP/DeepResearch/issues/173) > > { "overall": {"avg_pass_at_3": 77.35, "best_pass_at_1": 82.52, "pass_at_3": 91.26}, "individual": {"Round1_Pass@1": 82.52, "Round2_Pass@1": 75.73, "Round3_Pass@1": 75.25}, "statistics": {"extra_length": 27.0, "num_invalid": 3.667, "avg_action": 16.814, "avg_visit_action": 8.458,...
@likuanppd 还有一个问题,你们主loop中不限制round上限,会不会有问题,我碰到几个case会不停重复之前相同的动作,像死循环。然后一直将round推到非常大,然后最终也没能给出答案到prediction里。