Aymen

Results 8 comments of Aymen

Hello @chansonzhang, I had a similar issue, and the 'solution' I found was to downgrade the `emoji` package to version `1.7.0`. `pip install emoji==1.7.0` The problem stems from the fact...

@amyeroberts, same problem here with only using Transformers (4.41.0) ` with torch.no_grad(): outputs = model( input_ids, attention_mask=attention_mask, token_type_ids=None ) ` I'm using Bert with Torch version 2.2.1

Any solutions to the problem? I'm using OpenAI Azure

I'm afraid I can't do that :disappointed: As the API is not a product of mine, it belongs to a company.

I understand your point and I appreciate the great effort, truly. Though I thought the testing examples are already available since the option of choosing Azure is already offered therefore...

> @aymenkrifa any news on this? I'm having a similar issue right now. @jlasam27, I haven't had the chance to look it up yet, mainly because the need for this...

> @aymenkrifa any news on this? I'm having a similar issue right now. @jlasam27, I just tried the new version and it works correctly! with Azure OpenAI Thank you @VinciGit00...

Are there any updates on this issue? I have the same problem and I'm currently fixing the dependency installation on a specific git commit hash.