Skip to content

Eiko 0.8.7

Latest

Choose a tag to compare

@github-actions github-actions released this 24 Jun 03:11

Installation Instructions

๐Ÿ Python

Automated Installer (Recommended)

If you are new to Python, use the automated installer:

๐Ÿ’ก Tip: The installer will generate a start_eiko script. Run this script at any time to open a terminal with your Eiko environment activated and ready to go!

Manual Installation

To install Eiko manually, run

pip install eiko

It requires PyTorch or JAX as a backend, so also run one of the following lines:

  • PyTorch: pip install torch torchvision --index-url https://download.pytorch.org/whl/cu130
  • or JAX: pip install jax[cuda13].

We strongly recommend installing inside a virtual environment (e.g., venv or conda).


๐Ÿงฎ MATLAB

Manual Installation (Recommended)

  1. Download eiko_matlab.zip and extract the "eiko" folder.
  2. Inside MATLAB, right-click the "eiko" folder and select Add to Path โ†’ Selected Folder(s).
  3. Eiko is now installed and ready for use.

๐Ÿ’ก Tip: To avoid doing this every time you launch MATLAB, you can add addpath('/path/to/eiko') to your startup.m file.

Automated Installer

To automatically configure your system for Eiko, use the installer:

๐Ÿ’ก Tip: The installer will generate a start_eiko.m script. You can run this script from MATLAB to activate Eiko!


Full Changelog: v0.8.6...v0.8.7