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'm seeing this KeyError in the logs but I'm not sure why / cannot reproduce it in the UI. If anyone ever encounters an Error in the UI definitely let us know.
2024-07-30 20:29:32 | ERROR | stderr |return await get_async_backend().run_sync_in_worker_thread(
2024-07-30 20:29:32 | ERROR | stderr | File "/env/lib/conda/gritkto/lib/python3.10/site-packages/anyio/_backends/_asyncio.py", line 2144, in run_sync_in_worker_thread
2024-07-30 20:29:32 | ERROR | stderr |return await future
2024-07-30 20:29:32 | ERROR | stderr | File "/env/lib/conda/gritkto/lib/python3.10/site-packages/anyio/_backends/_asyncio.py", line 851, in run
2024-07-30 20:29:32 | ERROR | stderr | result = context.run(func, *args)
2024-07-30 20:29:32 | ERROR | stderr | File "/env/lib/conda/gritkto/lib/python3.10/site-packages/gradio/utils.py", li
ne 639, in run_sync_iterator_async
2024-07-30 20:29:32 | ERROR | stderr |return next(iterator)
2024-07-30 20:29:32 | ERROR | stderr | File "/env/lib/conda/gritkto/lib/python3.10/site-packages/gradio/utils.py", li
ne 801, in gen_wrapper
2024-07-30 20:29:32 | ERROR | stderr | response = next(iterator)
2024-07-30 20:29:32 | ERROR | stderr | File "/data/niklas/arena/ui.py", line 208, in retrieve_side_by_side
2024-07-30 20:29:32 | ERROR | stderr | retrieved_txt0, retrieved_txt1, model_name0, model_name1 = gen_func(text, co
rpus, model_name0, model_name1)
2024-07-30 20:29:32 | ERROR | stderr | File "/data/niklas/arena/models.py", line 215, in retrieve_parallel
2024-07-30 20:29:32 | ERROR | stderr | results = [future.result() forfuturein futures]
2024-07-30 20:29:32 | ERROR | stderr | File "/data/niklas/arena/models.py", line 215, in<listcomp>
2024-07-30 20:29:32 | ERROR | stderr | results = [future.result() forfuturein futures]
2024-07-30 20:29:32 | ERROR | stderr | File "/env/lib/conda/gritkto/lib/python3.10/concurrent/futures/_base.py", line
451, in result
2024-07-30 20:29:32 | ERROR | stderr |returnself.__get_result()
2024-07-30 20:29:32 | ERROR | stderr | File "/env/lib/conda/gritkto/lib/python3.10/concurrent/futures/_base.py", line
403, in __get_result
2024-07-30 20:29:32 | ERROR | stderr | raise self._exception
2024-07-30 20:29:32 | ERROR | stderr | File "/env/lib/conda/gritkto/lib/python3.10/concurrent/futures/thread.py", lin
e 58, in run
2024-07-30 20:29:32 | ERROR | stderr | result = self.fn(*self.args, **self.kwargs)
2024-07-30 20:29:32 | ERROR | stderr | File "/data/niklas/arena/models.py", line 230, in retrieve
2024-07-30 20:29:32 | ERROR | stderr | model = self.load_model(model_name)
2024-07-30 20:29:32 | ERROR | stderr | File "/data/niklas/arena/models.py", line 97, in load_model
2024-07-30 20:29:32 | ERROR | stderr | revision=self.model_meta[model_name].get("revision", None),
2024-07-30 20:29:32 | ERROR | stderr | KeyError: '### Model A: voyage-multilingual-2'
The text was updated successfully, but these errors were encountered:
I'm seeing this KeyError in the logs but I'm not sure why / cannot reproduce it in the UI. If anyone ever encounters an
Error
in the UI definitely let us know.The text was updated successfully, but these errors were encountered: