Skip to content

v0.8.5

Choose a tag to compare

@github-actions github-actions released this 22 Jun 18:24

Installation Instructions

🐍 Python

⚠️ Prerequisite: eiko requires either PyTorch or JAX to be installed in your Python environment. For example:

For PyTorch:

pip install torch torchvision --index-url [https://download.pytorch.org/whl/cu130](https://download.pytorch.org/whl/cu130)

Or for JAX:

pip install jax[cuda13]

Quick Install:

pip install eiko

Guided Install (Recommended if you are new to Python):
If you need assistance setting up Python, creating a virtual environment, installing PyTorch/JAX, or updating your drivers, download and run our smart installer:


🧮 MATLAB

Quick Install:

  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).

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

Guided Install:
If you need help checking your MATLAB environment or ensuring you have the correct drivers configured, use the smart installer:


Full Changelog: v0.8.4...v0.8.5