Mehti Musa(y)ev
Mehti Musa(y)ev
Thanks @d-k-bo ! Your solution perfectly works for me.
Hello @rwightman ! Any updates regarding this PR? Is there anything I can help with?
The error disappears if you log out from the docker desktop (especially if you have a corporate account).
Also had this issue when tried to load model using `sentence-transformers==2.3.1` with `transformers==4.41`. After changing the version `transformers==4.37` and setting `sentence-transformers==2.7.0` the problem is gone. Not sure if downgrading `transformers`...
@amyeroberts I don't think there is any compability issue here. The error itself came from `transformers` library and it duplicates the error shown in this original post. UPDATE: it was...
Looks like it's affected lighting verion `2.3.3`.
I'm also having the same problem, and the solution from @michael-newsrx doesn't work for me since the llm is invoked in `create_history_aware_retriever` and `create_retrieval_chain` to keep chat history and do...