Open iplayfast opened 1 year ago
At https://python.langchain.com/en/latest/modules/models/llms/integrations/llamacpp.html the line:
from langchain.callbacks.manager import CallbackManager
should be
from langchain.callbacks import CallbackManager
At https://python.langchain.com/en/latest/modules/models/llms/integrations/llamacpp.html the line:
from langchain.callbacks.manager import CallbackManager
should be
from langchain.callbacks import CallbackManager