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
Hi Team,
I've been testing out the default benchmarks. After running run_llm_compiler file some deprecation warnings ( I guess due to langchain updates) and a JSONDecodeError were thrown at line 243 . Could you please show me some examples of how the code is run cuz I don't know where to start debugging.
Traceback (most recent call last):
File "/Users/......./LLMCompiler/run_llm_compiler.py", line 243, in <module>
results = asyncio.get_event_loop().run_until_complete(main())
The text was updated successfully, but these errors were encountered:
Hi Team,
I've been testing out the default benchmarks. After running run_llm_compiler file some deprecation warnings ( I guess due to langchain updates) and a JSONDecodeError were thrown at line 243 . Could you please show me some examples of how the code is run cuz I don't know where to start debugging.
The text was updated successfully, but these errors were encountered: