How to install OpenAI CLIP-vit-base-patch32 for use with Dell Pro AI Studio on Qualcomm platforms
Summary: The following article provides information about the process to install OpenAI CLIP on Qualcomm for usage with Dell Pro AI Studio on a single device.
Instructions
Affected Products:
- Dell Pro AI Studio
The steps below assume that you have already downloaded and extracted the needed prerequisites and installers. Before continuing ensure that you have gathered the following:
- .NET Desktop Runtime ARM64 8.0.15 or higher
- ASP.NET Core Runtime ARM64 8.0.15 or higher
- C++ Redistributable ARM64 14.42.34438.0 or higher
- Dell Core Services
- Dell AI Framework
- OpenAI CLIP-vit-base-patch32
-
Right-click the Windows start menu and select Terminal (Admin) option.
Note: Click Yes if prompted by the User Account Control. -
Change the directory in Terminal to the address where you extracted your files to. (For example: Type
cd C:\DPAIS\ARM64and press Enter:PS C:\> cd C:\DPAIS\ARM64\ -
In Terminal type
.\windowsdesktop-runtime-8.0.15-win-ARM64.exe /install /quiet /norestartand press Enter:PS C:\DPAIS\ARM64> .\windowsdesktop-runtime-8.0.15-win-ARM64.exe /install /quiet /norestart -
In Terminal type
.\aspnetcore-runtime-8.0.15-win-ARM64.exe /install /quiet /norestartand press Enter:PS C:\DPAIS\ARM64> .\aspnetcore-runtime-8.0.15-win-ARM64.exe /install /quiet /norestart -
In Terminal type
.\VC_redist.x64.exe /install /quiet /norestartand press Enter:PS C:\DPAIS\ARM64> .\VC_redist.ARM64.exe /install /quiet /norestart -
In Terminal type
.\Dell.Core.Services.Installer_Arm64.msi /qn /norestartand press Enter:PS C:\DPAIS\ARM64> .\Dell.Core.Services.Installer_Arm64.msi /qn /norestart -
In Terminal type
.\Dell.AI.Framework.Arm64.msi /qn /norestartand press Enter:PS C:\DPAIS\ARM64> .\Dell.AI.Framework.Arm64.msi /qn /norestart -
In Terminal type
.\Dell.Model.CLIP-vit-base-patch32.NPU.ORT-QNN.arm64.msi /qn /norestartand press Enter:PS C:\DPAIS\ARM64> .\Dell.Model.CLIP-vit-base-patch32.NPU.ORT-QNN.arm64.msi /qn /norestartNote: TheDell.Model.CLIP-vit-base-patch32.NPU.ORT-QNN.arm64.msifile expects theOpenAI CLIP.zipfile to be in the same directory, or else the installation fails. -
Reboot your computer to finish the installation process.