You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting this error when I try to use LLama Chat. I am using Windows 11, Python 3.12.10
Exception in thread Thread-10 (worker):
Traceback (most recent call last):
File "C:\Users\USER\AppData\Roaming\uv\python\cpython-3.12.10-windows-x86_64-none\Lib\threading.py", line 1075, in _bootstrap_inner
self.run()
File "C:\Users\USER\AppData\Roaming\uv\python\cpython-3.12.10-windows-x86_64-none\Lib\threading.py", line 1012, in run
self._target(*self._args, **self._kwargs)
File "c:\RuinedFooocus\modules\async_worker.py", line 443, in worker
handler(task)
File "c:\RuinedFooocus\modules\async_worker.py", line 435, in handler
txt2txt_process(gen_data)
File "c:\RuinedFooocus\modules\async_worker.py", line 422, in txt2txt_process
results = pipeline.process(gen_data)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "c:\RuinedFooocus\modules\llama_pipeline.py", line 178, in process
for data in self.embeddings.search(q, limit=3):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "c:\RuinedFooocus\venv\Lib\site-packages\txtai\embeddings\base.py", line 377, in search
results = self.batchsearch([query], limit, weights, index, [parameters], graph)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "c:\RuinedFooocus\venv\Lib\site-packages\txtai\embeddings\base.py", line 403, in batchsearch
results = Search(self, indexids=graph)(queries, limit, weights, index, parameters)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "c:\RuinedFooocus\venv\Lib\site-packages\txtai\embeddings\search\base.py", line 79, in __call__
return self.dbsearch(queries, limit, weights, index, parameters)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "c:\RuinedFooocus\venv\Lib\site-packages\txtai\embeddings\search\base.py", line 243, in dbsearch
scan = Scan(self.search, limit, weights, index)(queries, parameters)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "c:\RuinedFooocus\venv\Lib\site-packages\txtai\embeddings\search\scan.py", line 72, in __call__
for x, result in enumerate(self.search([query.text for query in iqueries], candidates, weights, index)):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "c:\RuinedFooocus\venv\Lib\site-packages\txtai\embeddings\search\base.py", line 106, in search
dense = self.dense(queries, limit) if self.ann else None
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "c:\RuinedFooocus\venv\Lib\site-packages\txtai\embeddings\search\base.py", line 182, in dense
results = self.ann.search(embeddings, limit)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "c:\RuinedFooocus\venv\Lib\site-packages\txtai\ann\faiss.py", line 81, in search
self.backend.nprobe = self.nprobe()
^^^^^^^^^^^^^^^^^^^
File "c:\RuinedFooocus\venv\Lib\site-packages\faiss\class_wrappers.py", line 253, in replacement_setattr
raise AttributeError(
AttributeError: 'IndexIDMap' object has no attribute 'nprobe'.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
I am getting this error when I try to use LLama Chat. I am using Windows 11, Python 3.12.10
Beta Was this translation helpful? Give feedback.
All reactions