From 1978f63f6b90f7a509ff76c9eae016b4eef1bd10 Mon Sep 17 00:00:00 2001 From: Yuwen Hu <54161268+Oscilloscope98@users.noreply.github.com> Date: Mon, 17 Jun 2024 10:21:30 +0800 Subject: [PATCH] Fix igpu performance guide regarding html generation (#11328) --- .github/workflows/llm_performance_tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/llm_performance_tests.yml b/.github/workflows/llm_performance_tests.yml index 8cfd8676..f5ca3052 100644 --- a/.github/workflows/llm_performance_tests.yml +++ b/.github/workflows/llm_performance_tests.yml @@ -456,6 +456,7 @@ jobs: pip install pandas==1.5.3 pip install Jinja2 + pip install "numpy<2.0.0" call conda deactivate