v0.8.5
Installation Instructions
🐍 Python
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 eikoGuided 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:
- Download and run
install_eiko_python.bat(Compatible with Windows & Ubuntu)
🧮 MATLAB
Quick Install:
- Download
eiko_matlab.zipand extract the "eiko" folder. - 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:
- Download and run
install_eiko_matlab.bat(Compatible with Windows & Ubuntu)
Full Changelog: v0.8.4...v0.8.5