Mohammad Haizad

Results 5 comments of Mohammad Haizad

Hi! @alaradirik, I'm using transformers==4.30.2 but still encountered the same issue. Any thought on this? **Query image:** ![image](https://github.com/huggingface/transformers/assets/26133523/11102139-e06a-4640-88ab-c52987578af0) **Result from colab:** ![image](https://github.com/huggingface/transformers/assets/26133523/75ba1562-5130-424b-af52-1614ffd767c5) **Result from huggingface:** ![image](https://github.com/huggingface/transformers/assets/26133523/ab0d8d87-a49e-4323-8389-371f787b1a56)

@WeichenXu123 yes the tracking uri is set and correctly pointed to https://localhost:5000. Here is the output: ``` Artifact URI: file:///D:/project/mlflow-artifacts/mlruns/0/b172a1562b16494e8bcf53cef32b5d12/artifacts 2024/10/18 16:45:29 INFO mlflow.tracking._tracking_service.client: 🏃 View run bouncy-shoat-368 at: http://localhost:5000/#/experiments/0/runs/b172a1562b16494e8bcf53cef32b5d12....

`mlflow.get_artifact_uri()` still pointing to local file system Were you able to upload the artifacts to azure blob storage?

Got it now. Thank you for helping me on this. Btw I think this need to be mentioned as note in the documentation. wdyt?