Testing - #152
Open
aakashuipath wants to merge 366 commits into
Open
Conversation
[AIFBR-9034]add script to validate storage
* Merge pull request #65 from UiPath/fix/language-version Fix/language version for older model versions * Cherry pick * Minor changes * Enhance usage docs (cherry picked from commit cf43610) * [AIFBR-8279] Add Version 2 for english text classification model * Release merge (#110) * Add models metadata (#104) * Update change log with model version * Add python37 DU v2 * add recursive flow for rook 1.0.6 * minor error handling * handle all 1.0 rook * Fix JapaneseInvoices file name and update change log Co-authored-by: mohitseth-nitrr <45304646+mohitseth-nitrr@users.noreply.github.com> Co-authored-by: Vivek Jha <vivek.jha@uipath.com> Co-authored-by: vivekjhauipath <45358096+vivekjhauipath@users.noreply.github.com> * Add imagepath Co-authored-by: vivekjhauipath <45358096+vivekjhauipath@users.noreply.github.com> Co-authored-by: SahilChaudhary25 <46103941+SahilChaudhary25@users.noreply.github.com> Co-authored-by: Akash Deep <akash.deep@uipath.com> Co-authored-by: adeepsri <47542394+adeepsri@users.noreply.github.com> Co-authored-by: irinel.birsan <irinel.birsan@uipath.com> Co-authored-by: snvenkat <sankar.venkataraman@uipath.com> Co-authored-by: irinel-birsan-uipath <42834544+irinel-birsan-uipath@users.noreply.github.com> Co-authored-by: mohitseth-nitrr <45304646+mohitseth-nitrr@users.noreply.github.com> Co-authored-by: Vivek Jha <vivek.jha@uipath.com>
Add metadata for 21.5.5 du models
Update README.md
Adding Ekco Shutdown to Attach gpu script
add version field for Naren and fix json
… into testing gp
[AIFBR-10082]added TM model metadata
added tm model 1.0.20
[AIFBR-10186] add computer vision 21.2 model with latest baseimage
Co-authored-by: du-app-bot <adrian-nicolae.popa@uipath.com>
* Pushing metadatas * Pushing metadatas --------- Co-authored-by: du-app-bot <adrian-nicolae.popa@uipath.com>
Co-authored-by: du-app-bot <adrian-nicolae.popa@uipath.com>
…39-models Add version limits for python39 models
Co-authored-by: du-app-bot <adrian-nicolae.popa@uipath.com>
Co-authored-by: du-app-bot <adrian-nicolae.popa@uipath.com>
* Pushing metadatas * Pushing metadatas --------- Co-authored-by: du-app-bot <adrian-nicolae.popa@uipath.com>
* Migrate packages from python 3.8 to 3.12 (#497) * Test NER python 3.12 * add signature comparison * Add sentiment analysis * Add TM and SentimentAnalysis * Prepare for push * feedback --------- Co-authored-by: Andrei Zene <andrei.zene@uipath.com> * remove language version constraint * Set max AIF version for TM model TM was removed from AS in 25.10 --------- Co-authored-by: Sorin Bolos <sorin.bolos@uipath.com>
Co-authored-by: du-app-bot <adrian-nicolae.popa@uipath.com>
Co-authored-by: du-app-bot <adrian-nicolae.popa@uipath.com>
Co-authored-by: du-app-bot <adrian-nicolae.popa@uipath.com>
Co-authored-by: du-app-bot <adrian-nicolae.popa@uipath.com>
add updated version of object detection model
* Pushing metadatas * Pushing metadatas --------- Co-authored-by: du-app-bot <adrian-nicolae.popa@uipath.com>
Bump CV Versions
* Pushing metadatas * Pushing metadatas --------- Co-authored-by: du-app-bot <adrian-nicolae.popa@uipath.com>
added python3.8 object detection metadata
…ame field Same change as #527 (which targets stable), applied to testing. The OOB installer derives the ML package name it queries with from the metadata *filename* (strings.Split(fileName, "__")[0] in oobartifactsmanager.go:189), but ai-pkgmanager stores and filters on the metadata body's `name` field. For these 11 IRS-form packages the two disagreed -- filename `1040` vs name `form_1040` -- so the installer's lookup `GET /v1/mlpackages?name=1040` always returned empty, it took the "create" branch, and every version 2..N failed with HTTP 409 / respCode 20005 "MLPackage with name form_1040 already exists". Effect today: only version 1 of each of these packages ever installs; the rest are silently dropped on every install, including installs that pass (a 409 does not fail the job -- the gate is `succeedPkgList.IsEmpty() && len(errs) > 0`, an AND). Rename only: `1040__31__metadata.json` -> `form_1040__31__metadata.json` for all 139 affected files. No file contents change (139 files, 0 insertions, 0 deletions) -- in particular `name` and `displayName` are untouched, so nothing customer-visible changes. The rename was recomputed against testing rather than cherry-picked from the stable branch, since testing has diverged (875 metadata files / 71 packages vs 870 / 65 on stable). The affected set is identical: the same 11 packages with the same version ranges, 139 files. After this change all 71 packages on testing satisfy filename == name. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
…-name-testing fix(metadata): rename form_* metadata files so filename matches the name field (testing)
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.