Requirements & Installation
- We strongly recommend Conda for virtual environments. Refer to the Conda Installation Guide.
conda create -n univlm python=3.10
Change "univlm" to any name of your choice.
Installation
Follow the simple two-step installation process:
- Use pip to install the library.
pip install univlm
- Run the one-time backbone setup command.
univlm-install
Notes
- Requires an internet connection for model downloads.
- Conda and Git must be pre-installed.
- Some methods use parallel processing for improved performance.