We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f06420 commit 4d99054Copy full SHA for 4d99054
tests/system/model_monitoring/test_model_monitoring.py
@@ -2480,7 +2480,7 @@ class TestLLModelWithMonitoring(TestMLRunSystemModelMonitoring):
2480
"""Test LLModel serving with model monitoring enabled."""
2481
2482
project_name = "llmodel-monitoring-5"
2483
- image: Optional[str] = "artifactory.iguazeng.com:10557/davids/mlrun:1.11.0"
+ image: Optional[str] = "mlrun/mlrun"
2484
2485
def test_mep_with_remote_model(self):
2486
self.set_mm_credentials()
0 commit comments