From 5b5934419733f73f852058795cdf1f715d046ec2 Mon Sep 17 00:00:00 2001 From: Gilad_Shapira Date: Mon, 12 May 2025 18:41:50 +0300 Subject: [PATCH 1/3] first commit --- llm-monitoring-main.ipynb | 4 ++-- requirements.txt | 4 +--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/llm-monitoring-main.ipynb b/llm-monitoring-main.ipynb index 2ce94f6..012da25 100644 --- a/llm-monitoring-main.ipynb +++ b/llm-monitoring-main.ipynb @@ -75,7 +75,7 @@ }, "outputs": [], "source": [ - "# %pip install -U -r requirements.txt" + "%pip install -U -r requirements.txt" ] }, { @@ -151,7 +151,7 @@ "project = mlrun.get_or_create_project(\n", " name=\"llm-monitoring\",\n", " parameters={\"image\":\".llm-serving\",\n", - " \"node_selector\": {\"alpha.eksctl.io/nodegroup-name\": \"added-a10\"},\n", + " \"node_selector\": None,\n", " },\n", " user_project = True,\n", " context=\"./src\",\n", diff --git a/requirements.txt b/requirements.txt index 331bd8c..3d635a5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,5 @@ sentencepiece==0.2.0 deepeval==2.5.5 protobuf==3.20.3 pyarrow==16.1.0 -mlrun==1.8.0-rc45 pydantic>=2.0 -langchain==0.2.17 - +langchain==0.2.17 \ No newline at end of file From f9a76ae9511a74d56f8d2bfb815a533f142cab48 Mon Sep 17 00:00:00 2001 From: Gilad_Shapira Date: Mon, 12 May 2025 21:44:38 +0300 Subject: [PATCH 2/3] add mlrun package --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 3d635a5..70838f6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,5 +5,6 @@ sentencepiece==0.2.0 deepeval==2.5.5 protobuf==3.20.3 pyarrow==16.1.0 +mlrun[complete] pydantic>=2.0 langchain==0.2.17 \ No newline at end of file From 79ec44c7e59ceb8ab11016298a21f944879a5815 Mon Sep 17 00:00:00 2001 From: Gilad_Shapira Date: Mon, 12 May 2025 21:46:21 +0300 Subject: [PATCH 3/3] fix --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 70838f6..cf86922 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,6 +5,6 @@ sentencepiece==0.2.0 deepeval==2.5.5 protobuf==3.20.3 pyarrow==16.1.0 -mlrun[complete] +mlrun pydantic>=2.0 langchain==0.2.17 \ No newline at end of file