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
File "C:\Users\sloom\AppData\Local\NVIDIA\ChatRTX\env_nvd_rag\lib\site-packages\transformers\image_transforms.py", line 386, in normalize
raise ValueError(f"mean must have {num_channels} elements if it is an iterable, got {len(mean)}")
ValueError: mean must have 1 elements if it is an iterable, got 3
among many others. If I close ChatRTX after this I need to run a clean install to fix it.
Otherwise, if I remove CLIP from my aimodels, once I restart it will start working again.
The text was updated successfully, but these errors were encountered:
After installing CLIP, I get this error
File "C:\Users\sloom\AppData\Local\NVIDIA\ChatRTX\env_nvd_rag\lib\site-packages\transformers\image_transforms.py", line 386, in normalize
raise ValueError(f"mean must have {num_channels} elements if it is an iterable, got {len(mean)}")
ValueError: mean must have 1 elements if it is an iterable, got 3
among many others. If I close ChatRTX after this I need to run a clean install to fix it.
Otherwise, if I remove CLIP from my aimodels, once I restart it will start working again.
The text was updated successfully, but these errors were encountered: