-
Notifications
You must be signed in to change notification settings - Fork 231
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Docs&Feature] Prepare for checkouting default branch and releasing n…
…ew version (#518) * prepare for checkout default branch * update README.md and model zoo * update installation.md and update dev-1.x links * update README_zh-CN * add changelog * update ci config * update some links in quantization readme * update quantization user guide * update calibrate_dataloader * add interface pop_rewriter_function_record
- Loading branch information
Showing
37 changed files
with
536 additions
and
373 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -67,10 +67,10 @@ jobs: | |
pip install git+https://github.com/open-mmlab/mmengine.git@main | ||
pip install -U openmim | ||
mim install 'mmcv >= 2.0.0rc1' | ||
pip install git+https://github.com/open-mmlab/mmclassification.git@dev-1.x | ||
pip install git+https://github.com/open-mmlab/mmdetection.git@dev-3.x | ||
pip install git+https://github.com/open-mmlab/mmsegmentation.git@dev-1.x | ||
python -m pip install git+ssh://[email protected]/open-mmlab/mmpose.git@dev-1.x | ||
pip install git+https://github.com/open-mmlab/mmpretrain.git@mmcls-1.x | ||
pip install git+https://github.com/open-mmlab/mmdetection.git@main | ||
pip install git+https://github.com/open-mmlab/mmsegmentation.git@main | ||
python -m pip install git+ssh://[email protected]/open-mmlab/mmpose.git@main | ||
pip install -r requirements.txt | ||
- run: | ||
name: Build and install | ||
|
@@ -139,7 +139,7 @@ workflows: | |
filters: | ||
branches: | ||
ignore: | ||
- dev-1.x | ||
- main | ||
- 1.x | ||
pr_stage_test: | ||
when: | ||
|
@@ -150,7 +150,7 @@ workflows: | |
filters: | ||
branches: | ||
ignore: | ||
- dev-1.x | ||
- main | ||
- build_cpu: | ||
name: minimum_version_cpu | ||
torch: 1.8.1 | ||
|
@@ -190,4 +190,4 @@ workflows: | |
filters: | ||
branches: | ||
only: | ||
- dev-1.x | ||
- main |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.