Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert changes on PR limit #2581

Merged
merged 38 commits into from
Aug 21, 2023
Merged
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
98118c7
Migrate existing notebooks to the azureml-examples repo from azureml-…
gauravrajguru Jul 7, 2023
2d456b2
vision batch deployment cli and sdk notebook (#2433)
gauravrajguru Jul 10, 2023
b9e9c94
port docs folder to azureml-examples from foundational repo (#2440)
gauravrajguru Jul 10, 2023
a739ecf
Image notebook/cli param update (#2435)
MadhuM02 Jul 11, 2023
8fd0b93
MMD OD/IS sdk, cli examples; Update HuggingFace Classification exampl…
rjaincc Aug 3, 2023
99330a4
updates for sdk/cli inference examples (#2525)
rjaincc Aug 4, 2023
daf5bb2
Solved bugs in finetuning vision yamls. (#2528)
gauravrajguru Aug 4, 2023
1384c93
Rjaincc/vision foundation model (#2529)
rjaincc Aug 4, 2023
ea919fd
Create MLConfig from passed argument (#2532)
gauravrajguru Aug 4, 2023
d892c55
Updating col names for batch scoring (#2533)
rjaincc Aug 4, 2023
f9ab2f4
Reverting updating col names for classification batch scoring (#2534)
rjaincc Aug 4, 2023
ccdfcc3
Nvijayrania/fix steam job issue (#2530)
nvijayrania Aug 4, 2023
94f72c4
Doc related changes (#2536)
rjaincc Aug 4, 2023
cd60844
fix broken links in mmdetection-fridgeobjects-object-detection.ipynb …
vivek-dani Aug 7, 2023
dc84d4a
[Vision sdk] ObjectDetection Notebook: update url, remove redundant p…
vivek-dani Aug 7, 2023
dd7e4b3
Vidani/update deployment settings (#2541)
vivek-dani Aug 8, 2023
87b4824
Update request_timeout_ms and liveness probe's values in inference fo…
vivek-dani Aug 9, 2023
08a090c
Improving visualization in FT notebooks images (#2554)
shubhamiit Aug 16, 2023
f279229
Adding the retry logic for csv (#2567)
nvijayrania Aug 18, 2023
f0cdd4b
Adding image tasks evaluation examples (#2566)
shubhamiit Aug 18, 2023
480af2d
Convert IS data using voc convertor (#2572)
gauravrajguru Aug 18, 2023
2c97ef2
ME OD example data conversion fix (#2574)
rjaincc Aug 18, 2023
b605aaa
[Image Foundation Models] Update HF model import notebook (#2545)
rjaincc Aug 21, 2023
8ca2437
Update registry from azureml-staging/azureml-preview to azureml (#2575)
rjaincc Aug 21, 2023
a7ca64f
Main to vision foundation model (#2579)
rjaincc Aug 21, 2023
a61f526
merge with main
rjaincc Aug 21, 2023
e36392b
remove non-image docs; update image docs
rjaincc Aug 21, 2023
39762a5
reformat code to black
rjaincc Aug 21, 2023
cf3d359
update checkin size to 4MB
rjaincc Aug 21, 2023
b9bf13f
reformat code to black
rjaincc Aug 21, 2023
2fc0bb5
add import workflow for image classification model
rjaincc Aug 21, 2023
676d946
docs update
rjaincc Aug 21, 2023
a6f993e
docs update
rjaincc Aug 21, 2023
2b5218e
update image classification github workflow
rjaincc Aug 21, 2023
61e7f61
update MMD doc links
rjaincc Aug 21, 2023
3ba075d
update docs
rjaincc Aug 21, 2023
7cbe367
Merge branch 'main' of https://github.com/Azure/azureml-examples into…
rjaincc Aug 21, 2023
dd21797
update limit for PR merge
rjaincc Aug 21, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
- name: Check Pull Request Size
run: |
git fetch origin ${{ github.event.pull_request.base.ref }} --quiet # Need to manually fetch base branch in CI
python ./.github/scripts/commit-filesize-diff-summary.py --limit 4MB origin/${{ github.event.pull_request.base.ref }}..HEAD
python ./.github/scripts/commit-filesize-diff-summary.py --limit 2MB origin/${{ github.event.pull_request.base.ref }}..HEAD