changed the title"AttributeError: module 'huggingface_hub.constants' has no attribute 'HF_HUB_CACHE'" when importing openvoice in Google Colab"AttributeError: module 'huggingface_hub.constants' has no attribute 'HF_HUB_CACHE'"on Mar 6, 2024 This error seems to occur when the Python version of...
@obi1kenobiHi, I also enconter this issue, I got verbose= true, but when I initialize an agent, I gotAttributeError: module 'langchain' has no attribute 'verbose' import langchain print("*** Running langchain version:", langchain.__version__) print("*** langchain contents:", dir(...
Based on the error message you're seeing, it seems like there might be a mismatch between the version of the openai module you're using and the version that langchain_openai expects. In the openai module version you're using, it appears that there's no attribute named OpenAI. However, i...
device: torch.device = torch.device(torch._C._get_default_device()), # torch.device('cpu'), args: TrainArgs(data=DataArgs(data='', shuffle=False, instruct_data='/cluster/flash/wichtco/ai-fine-tuning/data/ultrachat_chunk_train.jsonl', eval_instruct_data='/cluster/flash/wichtco/ai-fi...