From 694912698e54bffa8d07d771a5f576cf8c34562a Mon Sep 17 00:00:00 2001 From: Shaojun Liu <61072813+liu-shaojun@users.noreply.github.com> Date: Tue, 18 Jun 2024 15:47:25 +0800 Subject: [PATCH] Upgrade scikit-learn to 1.5.0 to fix dependabot issue (#11349) --- .../llm/example/GPU/LLM-Finetuning/axolotl/requirements-xpu.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/llm/example/GPU/LLM-Finetuning/axolotl/requirements-xpu.txt b/python/llm/example/GPU/LLM-Finetuning/axolotl/requirements-xpu.txt index 4f1df376..070bf7e0 100644 --- a/python/llm/example/GPU/LLM-Finetuning/axolotl/requirements-xpu.txt +++ b/python/llm/example/GPU/LLM-Finetuning/axolotl/requirements-xpu.txt @@ -26,7 +26,7 @@ bert-score==0.3.13 evaluate==0.4.0 rouge-score==0.1.2 scipy -scikit-learn==1.2.2 +scikit-learn>=1.5.0 pynvml art fschat