From 7e7d969dcb1988a38cdf64fd9afedb3519728e1d Mon Sep 17 00:00:00 2001 From: Zephyr1101 Date: Wed, 8 May 2024 17:12:50 +0800 Subject: [PATCH] a experimental for workflow abuse step1 fix a typo (#10965) * Update llm_unit_tests.yml * Update README.md * Update llm_unit_tests.yml * Update llm_unit_tests.yml --- .github/workflows/llm_unit_tests.yml | 2 +- docker/llm/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/llm_unit_tests.yml b/.github/workflows/llm_unit_tests.yml index 48073352..2f5e27da 100644 --- a/.github/workflows/llm_unit_tests.yml +++ b/.github/workflows/llm_unit_tests.yml @@ -417,4 +417,4 @@ jobs: if: ${{ always() }} shell: bash run: | - pip uninstall sentence-transformers -y || true \ No newline at end of file + pip uninstall sentence-transformers -y || true diff --git a/docker/llm/README.md b/docker/llm/README.md index 47a2fac7..52cc64c6 100644 --- a/docker/llm/README.md +++ b/docker/llm/README.md @@ -28,7 +28,7 @@ This guide provides step-by-step instructions for installing and using IPEX-LLM ### 1. Prepare ipex-llm-cpu Docker Image -Run the following command to pull image from dockerhub: +Run the following command to pull image: ```bash docker pull intelanalytics/ipex-llm-cpu:2.1.0-SNAPSHOT ```