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
Plain Redis notebooks (00-03), pass the tests while connecting to the laptop-local redis. OpenAI fails with either getpass if no OPENAI_API_KEY is defined or IndexError: list index out of range.
Dolly-based notebooks timeout (exclude from tests or increase timeout) - executing Dolly on CPU is expected to take an extra long time.
The text was updated successfully, but these errors were encountered:
Explore the possibility of automatically testing the notebooks.
/~https://github.com/treebeardtech/nbmake
The following command line sequence works locally for some notebooks and fails for othes, but can be a promising avenue to explore:
Plain Redis notebooks (00-03), pass the tests while connecting to the laptop-local redis. OpenAI fails with either
getpass
if noOPENAI_API_KEY
is defined orIndexError: list index out of range
.Dolly-based notebooks timeout (exclude from tests or increase timeout) - executing Dolly on CPU is expected to take an extra long time.
The text was updated successfully, but these errors were encountered: