Installation
Free library
You can install the free GeoND custom ops library for PyTorch (available now) and TensorFlow (coming soon) using pip with the commands pip install geondptfree and pip install geondtffree (currently a placeholder), respectively. This will install the latest version, which may not be compatible with the version of PyTorch or TensorFlow that you are using, refer to the Download page for details. Note that the licensed version of the library is up to 10 times faster and may have additional ops and features not available in the free library.
Licensed library
Download the appropriate wheel file from the Download page and use pip to install it directly, e.g., pip install geondpt-2.9.0.1.0-cp314-cp314t-manylinux_2_34_x86_64.whl.
Training with the licensed library
Place your license file, geond.license in the working directory of the training command, ~/geond/, or /geond/. You can download your license file from your profile.
Inference with the licensed library
You do not need to place the license file anywhere, as the forward passes of the licensed library DO NOT check for license. Once a model is trained, it can be deployed in as many products/services, with no connection to the internet required, even after your license expires.