From 0f99a49ad39374fa29a603919712135a0bdd7b21 Mon Sep 17 00:00:00 2001 From: Katherine Yang Date: Thu, 30 May 2024 11:57:19 -0700 Subject: [PATCH 1/2] removing random stuff to test --- docs/examples/fetch_models.sh | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/docs/examples/fetch_models.sh b/docs/examples/fetch_models.sh index 5594878b3e..40c6af7efd 100755 --- a/docs/examples/fetch_models.sh +++ b/docs/examples/fetch_models.sh @@ -25,16 +25,3 @@ # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -set -ex - -# TensorFlow inception -mkdir -p model_repository/inception_graphdef/1 -wget -O /tmp/inception_v3_2016_08_28_frozen.pb.tar.gz \ - https://storage.googleapis.com/download.tensorflow.org/models/inception_v3_2016_08_28_frozen.pb.tar.gz -(cd /tmp && tar xzf inception_v3_2016_08_28_frozen.pb.tar.gz) -mv /tmp/inception_v3_2016_08_28_frozen.pb model_repository/inception_graphdef/1/model.graphdef - -# ONNX densenet -mkdir -p model_repository/densenet_onnx/1 -wget -O model_repository/densenet_onnx/1/model.onnx \ - https://contentmamluswest001.blob.core.windows.net/content/14b2744cf8d6418c87ffddc3f3127242/9502630827244d60a1214f250e3bbca7/08aed7327d694b8dbaee2c97b8d0fcba/densenet121-1.2.onnx From 90762f58544d3c3a14b7a01000a3daddd3e848ef Mon Sep 17 00:00:00 2001 From: Katherine Yang Date: Thu, 30 May 2024 12:00:36 -0700 Subject: [PATCH 2/2] delete --- .../pull_request_template.md | 50 ------------------- 1 file changed, 50 deletions(-) delete mode 100644 .github/PULL_REQUEST_TEMPLATE/pull_request_template.md diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md deleted file mode 100644 index b1e520b4aa..0000000000 --- a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md +++ /dev/null @@ -1,50 +0,0 @@ -#### What does the PR do? - - -#### Checklist -- [ ] PR title reflects the change and is of format `: ` -- [ ] Changes are described in the pull request. -- [ ] Related issues are referenced. -- [ ] Populated [github labels](https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/managing-labels) field -- [ ] Added [test plan](#test-plan) and verified test passes. -- [ ] Verified that the PR passes existing CI. -- [ ] Verified copyright is correct on all changed files. -- [ ] Added _succinct_ git squash message before merging [ref](https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html). -- [ ] All template sections are filled out. -- [ ] Optional: Additional screenshots for behavior/output changes with before/after. - -#### Commit Type: -Check the [conventional commit type](https://github.com/angular/angular/blob/22b96b9/CONTRIBUTING.md#type) -box here and add the label to the github PR. -- [ ] build -- [ ] ci -- [ ] docs -- [ ] feat -- [ ] fix -- [ ] perf -- [ ] refactor -- [ ] revert -- [ ] style -- [ ] test - -#### Related PRs: -<!-- Related PRs from other Repositories --> - -#### Where should the reviewer start? -<!-- call out specific files that should be looked at closely --> - -#### Test plan: -<!-- list steps to verify --> -<!-- were e2e tests added?--> - -- CI Pipeline ID: -<!-- Only Pipeline ID and no direct link here --> - -#### Caveats: -<!-- any limitations or possible things missing from this PR --> - -#### Background -<!-- e.g. what led to this change being made. this is optional extra information to help the reviewer --> - -#### Related Issues: (use one of the action keywords Closes / Fixes / Resolves / Relates to) -- closes GitHub issue: #xxx