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
This commit is contained in:
parent
3209d6b057
commit
7e7d969dcb
2 changed files with 2 additions and 2 deletions
2
.github/workflows/llm_unit_tests.yml
vendored
2
.github/workflows/llm_unit_tests.yml
vendored
|
|
@ -417,4 +417,4 @@ jobs:
|
|||
if: ${{ always() }}
|
||||
shell: bash
|
||||
run: |
|
||||
pip uninstall sentence-transformers -y || true
|
||||
pip uninstall sentence-transformers -y || true
|
||||
|
|
|
|||
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue