Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 627 Bytes

File metadata and controls

28 lines (19 loc) · 627 Bytes

MAX Engine C API Intro

Published blog post: https://www.modular.com/blog/getting-started-with-max-engine-c-api

Versions used in this blog

max 24.1.0 (c176f84d)
Modular version 24.1.0-c176f84d-release

Installations

  1. Install the MAX SDK.

  2. git clone and

python3 -m venv venv && source venv/bin/activate
python3 -m pip install --find-links "$(modular config max.path)/wheels" max-engine
python3 -m pip install -r requirements.txt

Finally run end-to-end

bash run.sh