Skip to content

Commit

Permalink
pydantic==1.10.15
Browse files Browse the repository at this point in the history
  • Loading branch information
shwj114514 committed May 17, 2024
1 parent 2c3ebdd commit 3ffde96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion prepare_for_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ pip install pydantic==2.7.1 # debug
pip install ninja==1.11.1.1
pip install hjson==3.1.0
pip install py-cpuinfo==9.0.0
pip install pydantic-core==2.18.2
# pip install pydantic-core==2.18.2
pip install pydantic-core==1.10.15
pip install annotated-types==0.6.0
# We want to figure out the CUDA version to download pytorch
# e.g. we can have system CUDA version being 11.7 but if torch==1.12 then we need to download the wheel from cu116
Expand Down

0 comments on commit 3ffde96

Please sign in to comment.