概述
如果您使用的是AI Center TM的离线安装,请按照此页面中的说明安装 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"
Updated 10 days ago