Skip to content

Commit

Permalink
pydantic version>=2.0.0 for llamaindex (intel-analytics#10694)
Browse files Browse the repository at this point in the history
* pydantic version

* pydantic version

* upgrade version
  • Loading branch information
ivy-lv11 authored Apr 9, 2024
1 parent 5a1f446 commit f03c029
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/llm_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ jobs:
run: |
pip install llama-index-readers-file llama-index-vector-stores-postgres llama-index-embeddings-huggingface
pip install transformers==4.31.0
pip install "pydantic>=2.0.0"
bash python/llm/test/run-llm-llamaindex-tests.sh
llm-unit-test-on-arc:
needs: [setup-python-version, llm-cpp-build]
Expand Down Expand Up @@ -398,4 +399,5 @@ jobs:
pip install --pre --upgrade ipex-llm[xpu_2.0] --extra-index-url https://pytorch-extension.intel.com/release-whl/stable/xpu/cn/
source /home/arda/intel/oneapi/setvars.sh
fi
pip install "pydantic>=2.0.0"
bash python/llm/test/run-llm-llamaindex-tests-gpu.sh

0 comments on commit f03c029

Please sign in to comment.