概要
AI CenterTM のオフライン インストールを使用している場合は、このページの手順に従って ML パッケージをインストールします。
ML パッケージのリスト
Category | Model name | Version in AIC 22.10 | UiPath version | Metadata | Offline bundle needed |
---|---|---|---|---|---|
UiPath Language Analysis | Custom Named Entity | 9 | 22.6 | Here | No |
Multilingual Text Classification | 4 | 22.6 | Here | No | |
Light Text Classification | 4 | 22.6 | Here | No | |
UiPath Image Analysis | ImageClassification | 4 | N/A | Here | No |
Open-Source Packages | TextSummarization | 1 | N/A | Here | No |
TPOTAutoMLClassification | 1 | N/A | Here | No | |
SentimentAnalysis | 1 | N/A | Here | No | |
QuestionAnswering | 1 | N/A | Here | No | |
EnglishTextClassification | 2 | N/A | Here | No | |
Task Mining | TMAnalyzerModel | 1 | 1.0.21 | Here | No |
Computer Vision | ComputerVision | 4 | 22.10.0 | Here | Yes |
Note: In order to use ML Packages, you must first upload the packages in UiPath AI CenterTM. To do so, follow the steps from Upload model to AI Center. Some models, like Computer Vision or 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.
Python 3.6 モデルを使用する場合は、適切なバンドルをインストール済みであることを確認してください。
For Document Understanding ML Packages offline installation, please check this page.
モデルを AI Center にアップロードする
すぐに使えるパッケージをオフライン環境にインストールするには、以下の手順に従います。
- すぐに使えるパッケージにテナント レベルでアクセスします。新しい ML パッケージを追加するには、[新規作成] ボタンをクリックします。

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.
-
[ML ログ] ページに移動します。パブリック テナントからアップロードおよび検証された ML パッケージがここに表示されます。[新規作成] をクリックして新しいモデルをアップロードします。
-
ML パッケージの
zip
ファイルとjson
ファイルを別々にアップロードします。

- [提出] をクリックします。
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.
ML パッケージがアップロードされると、[ML ログ] ページが表示されます。
必要なバンドルをインストールする
Computer Vision モデルなどの一部のモデルを実際に使用するには、事前に専用のバンドルをインストールしておく必要があります。このようなモデルの一覧を関連するバンドルとともに以下の表に示します。
Model | Version | Bundle link |
---|---|---|
Computer Vision | 21.2 | cv-bundle |
-
バンドルをインストールする前に、そのバンドルがインストール済みでないことを確認します。バンドルがインストールされていない場合、またはインストールされているかどうかが不明な場合は、次の手順に移ります。それ以外の場合は、モデルのアップロードに関する手順を行います。
-
Windows マシンの場合は、バンドルのリンクから直接ダウンロードします。Linux マシンの場合は、インターネットにアクセスできるマシンから、以下のコマンドを実行して必要なバンドルをダウンロードします。
wget -O ~/<bundle-name.tar.gz> 'bundle-link'
- クラスターのメイン マシンの
/uipath/tmp
フォルダー (インストールが行われたフォルダー) に、以下のバンドルをコピーします。
scp ~/<bundle-name.tar.gz> <username>@<node dns>:/uipath/tmp/
- このメイン マシンに接続し、バンドルを読み込ます。
./configureUiPathAS.sh registry upload --optional-offline-bundle "/uipath/tmp/du.tar.gz" --offline-tmp-folder "/uipath/tmp"
13 日前に更新