Leon Chen
Leon Chen
@GeorgeCazenavette A lower learning rate works for me. Thank you. @cile98 Thank you for the tips. I guess I will give a shot too : )
I switched my network and it worked fine. Seems like a network problem from my workplace. Anyway, please kindly advise about the release of models on hugging face.
Got the same wrror here Tensor datatype was not supported, but ndarray works for TF
Added X = X.detach().cpu().numpy() y = y.detach().cpu().numpy() after X, y = next(iter(dataloader)) , and then it worked. The cause is tensor datatype is not recognized by learner.
Any update or ETA? Thank you!
> Also Haystack could be used for model serving - as a replacement for OpenAI for those who want to server their own LLM. > > Haystack pipelines integrate with...
Is self-attention parallelizable with some code modification?
Thanks! May I know if you plan to add it to this PR? ________________________________ From: Daya Khudia ***@***.***> Sent: Thursday, September 7, 2023 1:21:11 AM To: mosaicml/llm-foundry ***@***.***> Cc: Liangyu...
I am not really sure if downgrading torch suite is a working solution https://github.com/microsoft/TaskMatrix/issues/283 But you can give it a shot for a quick possible fix : )