Virtual Environments
Using a Venv
To create a virtual environment, one can use the --system-site-packages flag:
Installing Packages
Install packages in the normal manner such as:
For more details see Use pip for installing.
To install a different version of a package that is already installed in one's environment, one can use:
Pre-Built Sample Venv
Each of the samples or application examples provided by SambaNova has its own pre-built virtual environment which can be readily used. They are present in the /opt/sambaflow/apps/
directory tree within each of the applications.
Note: Conda is not supported on the SambaNova system.