From 9e5069437fba9bc2076aa3e897eadfd08b08a2f0 Mon Sep 17 00:00:00 2001 From: Qiyuan Gong Date: Wed, 17 Apr 2024 10:23:43 +0800 Subject: [PATCH] Fix gradio version in axolotl example (#10776) * Change to gradio>=4.19.2 --- .../example/GPU/LLM-Finetuning/axolotl/requirements-xpu.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 e2862cec..5326b05f 100644 --- a/python/llm/example/GPU/LLM-Finetuning/axolotl/requirements-xpu.txt +++ b/python/llm/example/GPU/LLM-Finetuning/axolotl/requirements-xpu.txt @@ -29,8 +29,8 @@ scipy scikit-learn==1.2.2 pynvml art -fschat==0.2.34 -gradio==3.50.2 +fschat +gradio>=4.19.2 tensorboard mamba-ssm==1.1.1