unlimiformer icon indicating copy to clipboard operation
unlimiformer copied to clipboard

Error in running Llama 2 generation example

Open OswaldHe opened this issue 11 months ago • 0 comments

Hi, I got the following error when I tried to execute the command in the README:

scores, values = faiss.knn_gpu(faiss.StandardGpuResources(), queries, self.keys, k, 
TypeError: torch_replacement_knn_gpu() got an unexpected keyword argument 'device'

I'm using [email protected].

OswaldHe avatar Mar 22 '24 04:03 OswaldHe