Skip to content

Latest commit

 

History

History
47 lines (40 loc) · 2.14 KB

File metadata and controls

47 lines (40 loc) · 2.14 KB

Installing the Lemonade SDK From Source Code

The following provides the steps to install Lemonade from source code. We also provide 2 alternative ways to install Lemonade:

  1. Clone: git clone https://github.com/onnx/turnkeyml.git

  2. cd turnkeyml (where turnkeyml is the repo root of your clone)

    • Note: be sure to run these installation instructions from the repo root.
  3. Create and activate a Miniconda environment.

    conda create -n lemon python=3.10
    conda activate lemon
  4. Install Lemonade for your backend of choice:

  5. Use lemonade -h to explore the LLM tools, and see the commands and APIs in the Lemonade SDK REAMDE.