AI Center
2023.10
false
Banner background image
AI Center User Guide
Last updated Apr 19, 2024

ML Packages Offline Installation

If you are using an offline installation of AI Center™, follow the instructions in this page to install ML Packages.

List of ML Packages

Table 1. List of ML Packages and metadata
CategoryModel nameVersion in AI Center 2022.10UiPath versionMetadataOffline bundle needed
UiPath Language AnalysisCustom Named Entity922.6HereNo
Multilingual Text Classification422.6HereNo
Light Text Classification422.6HereNo
Open Source PackagesTextSummarization1N/AHereNo
TPOTAutoMLClassification1N/AHereNo
SentimentAnalysis1N/AHereNo
QuestionAnswering1N/AHereNo
EnglishTextClassification2N/AHereNo
Task MiningTMAnalyzerModel11.0.21HereNo
Note:

In order to use ML Packages, you must first upload the packages in UiPath AI Center™. To do so, follow the steps from Upload model to AI Center. Some models, like Document Understanding, need to be installed. If you plan on using these models, make sure to install them first by following the procedure from Install the offline bundle.

When using a Python 3.6 model, make sure that you have the right bundles installed.

For Document Understanding ML Packages offline installation, please check this page.

Upload model to AI Center

To install out of the box packages in an offline environment, follow the steps below.

  1. Access Out of the Box Packages at tenant level. To add a new ML Package, click the Create New button.


    Note:

    In order to access the page, make sure that you have Read permissions. The Create new button is only visible if you have Create permissions as well.

  2. Go to the ML Logs page. The ML packages uploaded and validated from the public tenant are displayed here. Click Create New to upload a new model.
  3. Upload the ML Package zip and json files separately.


  4. Click Submit.
Note:

After you upload the model, wait a few minutes until validation is successful. After validation is successful, refresh the grid manually. You can now go to any project in the Out of the box packages page and you can find the newly uploaded ML Package.

Once the ML package is uploaded, the ML Logs page is displayed.

Install required bundle

Before installing the bundle make sure it is not already there. If that's not the case or if you are unsure you can proceed to the procedure, otherwise you just need to follow upload model documentation.

  1. For Windows machines, download the bundle directly through the bundle link. For Linux machines having access to the Internet, download the needed bundle by following the below command:
    wget -O ~/<bundle-name.tar.gz> 'bundle-link'wget -O ~/<bundle-name.tar.gz> 'bundle-link'
  2. Copy the following bundle to the /uipath/tmp folder on the main machine of the cluster (where the install took place):
    scp ~/<bundle-name.tar.gz> <username>@<node dns>:/uipath/tmp/scp ~/<bundle-name.tar.gz> <username>@<node dns>:/uipath/tmp/
  3. Connect to this main machine and load the bundle:
    ./configureUiPathAS.sh registry upload --optional-offline-bundle "/uipath/tmp/du.tar.gz" --offline-tmp-folder "/uipath/tmp"./configureUiPathAS.sh registry upload --optional-offline-bundle "/uipath/tmp/du.tar.gz" --offline-tmp-folder "/uipath/tmp"
  • List of ML Packages
  • Upload model to AI Center
  • Install required bundle

Was this page helpful?

Get The Help You Need
Learning RPA - Automation Courses
UiPath Community Forum
Uipath Logo White
Trust and Security
© 2005-2024 UiPath. All rights reserved.