Skip to content

Commit

Permalink
Pin pydantic to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
loadams committed Mar 6, 2024
1 parent 7e28144 commit f8454a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nv-a6000.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Install deepspeed
run: |
python -m pip install docutils==0.18.1 jinja2==3.0 urllib3==1.26.11 ninja
python -m pip install pydantic --upgrade
python -m pip install pydantic==1.10.11
python -m pip install .[dev,1bit,autotuning,inf]
ds_report
- name: Python environment
Expand Down

0 comments on commit f8454a0

Please sign in to comment.