mirror of
https://github.com/deepspeedai/DeepSpeed.git
synced 2025-10-20 23:53:48 +08:00
Remove packages that no longer need to be updated in the latest container (#6682)
This commit is contained in:
2
.github/workflows/nv-a6000.yml
vendored
2
.github/workflows/nv-a6000.yml
vendored
@ -47,8 +47,6 @@ jobs:
|
||||
- name: Install deepspeed
|
||||
run: |
|
||||
python -m pip install docutils==0.18.1 jinja2==3.0 urllib3==1.26.11 ninja
|
||||
# Update packages included in the container that do not support pydantic 2+ to versions that do
|
||||
python -m pip install thinc spacy confection --upgrade
|
||||
python -m pip install .[dev,1bit,autotuning,inf]
|
||||
ds_report
|
||||
- name: Python environment
|
||||
|
2
.github/workflows/nv-sd.yml
vendored
2
.github/workflows/nv-sd.yml
vendored
@ -53,8 +53,6 @@ jobs:
|
||||
pip install image-similarity-measures
|
||||
python -m pip install opencv-python==4.6.* --force-reinstall
|
||||
python -m pip install docutils==0.18.1 jinja2==3.0 urllib3==1.26.11 ninja
|
||||
# Update packages included in the container that do not support pydantic 2+ to versions that do
|
||||
python -m pip install thinc spacy confection --upgrade
|
||||
python -m pip install .[dev,1bit,autotuning,sd]
|
||||
ds_report
|
||||
- name: Python environment
|
||||
|
Reference in New Issue
Block a user