Mohammad Haizad
Mohammad Haizad
Hi! @alaradirik, I'm using transformers==4.30.2 but still encountered the same issue. Any thought on this? **Query image:**  **Result from colab:**  **Result from huggingface:** 
@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?
It works now! You know why this happen?
Got it now. Thank you for helping me on this. Btw I think this need to be mentioned as note in the documentation. wdyt?