Facundo Santiago
Facundo Santiago
Thanks for sharing! Using the Python SDK to create pipelines and jobs (looks you are using Azure ML pipelines) is completely supported. Based on the later error message I think...
Glad you solved the problem. I still think there was an error somewhere else because your logs were showing a very clear message. We are always looking for ways to...
LGTM #sign-off
Hi @Uzzije. Thanks for reaching out. Can you please let us know how you are submitting the job? Please, share as much code as possible.
Thanks for sharing the details. We are working on identifying the root of the issue. Hopefully and can come back soon with directions.
We have identified an issue in our service an a patch has been applied. We are rolling out the update to all the regions as we speak and you can...
We have validated that the patch has fixed the issue. We will close this issue, but please reopen it if you find any further problem using the service.
Same here. This is problematic when different metrics require different arguments, like this: ```python metrics = evaluate.combine( [ evaluate.load("bertscore", lang="en"), evaluate.load("bleu"), evaluate.load('rouge', use_aggregator=False) ] ) results = metrics.compute(predictions=predictions, references=groundtruths) ```...
Hi @jakeatmsft! Apologies for the delay in the response! What's the type of the model you are working on? Looks like this model is of type `custom` since you are...
@ishaan-jaff, the example is correct. You are sharing an example about how to use Mistral's inference platform, but this is Azure AI. Does it make sense?