Skip to content

v0.20

Compare
Choose a tag to compare
@jay-m-dev jay-m-dev released this 19 Sep 01:48
· 49 commits to master since this release

Changelog

  • Aliro v0.20 adds the ability to chat with the OpenAI API. Talk to a Large Language Model (LLM) about your dataset and discuss the experiment results. Plus, you can also request that the LLM provide custom scripts to modify or clean up your dataset.
  • Docker images are now built using docker buildx, which is used to build multi-architecture (amd64, arm64) images with a single command.
    • These multi-architecture versions are uploaded to Docker Hub. This means that this same build can be run on amd64 processors and arm64 (e.g. M1 Mac and Raspberry Pi)

See the documentation at https://epistasislab.github.io/Aliro/ for more instructions.

Requirements:

See the installation instructions for prerequisite software requirements.

Installation:

  1. Download the production zip Aliro-0_20.zip from the Assets section below (be sure not to download the source code zip).
  2. Unzip the archive
  3. Follow the steps in the Running section below.

Running:

See Using Aliro for instructions.

  • From the command line, navigate to the Aliro directory and run the command docker-compose up to start the Aliro server.
  • To stop Aliro, kill the process with ctrl+c and wait for the server to shut down.
  • Once the webserver is up, connect to http://localhost:5080/ to access the website.

What's Changed

New Contributors

Full Changelog: v0.19...v0.20

What's Changed

New Contributors

Full Changelog: v0.19...v0.20