Fix UT of ipex_llm.llamaindex (#12055)
This commit is contained in:
parent
52863dd567
commit
94dade9aca
1 changed files with 2 additions and 2 deletions
4
.github/workflows/llm_unit_tests.yml
vendored
4
.github/workflows/llm_unit_tests.yml
vendored
|
|
@ -263,7 +263,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
pip install llama-index-readers-file llama-index-vector-stores-postgres llama-index-embeddings-huggingface
|
pip install llama-index-readers-file llama-index-vector-stores-postgres llama-index-embeddings-huggingface
|
||||||
pip install transformers==4.36.2
|
pip install transformers==4.36.2
|
||||||
pip install "pydantic>=2.0.0"
|
pip install "pydantic<2.9.1,>=2.0.0"
|
||||||
bash python/llm/test/run-llm-llamaindex-tests.sh
|
bash python/llm/test/run-llm-llamaindex-tests.sh
|
||||||
- name: Run sentence-transformers uninstallation
|
- name: Run sentence-transformers uninstallation
|
||||||
if: ${{ always() }}
|
if: ${{ always() }}
|
||||||
|
|
@ -485,7 +485,7 @@ jobs:
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
pip install transformers==4.36.2
|
pip install transformers==4.36.2
|
||||||
pip install "pydantic>=2.0.0"
|
pip install "pydantic<2.9.1,>=2.0.0"
|
||||||
bash python/llm/test/run-llm-llamaindex-tests-gpu.sh
|
bash python/llm/test/run-llm-llamaindex-tests-gpu.sh
|
||||||
- name: Run sentence-transformers uninstallation
|
- name: Run sentence-transformers uninstallation
|
||||||
if: ${{ always() }}
|
if: ${{ always() }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue