Requirements & Installation

conda create -n univlm python=3.10

Change "univlm" to any name of your choice.

Installation

Follow the simple two-step installation process:

  1. Use pip to install the library.
pip install univlm
  1. 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.