diff --git a/demos/demo_qinco.py b/demos/demo_qinco.py index 6679e000fb..5d826bcab8 100644 --- a/demos/demo_qinco.py +++ b/demos/demo_qinco.py @@ -36,7 +36,7 @@ with torch.no_grad(): - qinco = torch.load("/tmp/bigann_8x8_L2.pt") + qinco = torch.load("/tmp/bigann_8x8_L2.pt", weights_only=False) qinco.eval() # print(qinco) if True: