Skip to content

Latest commit

 

History

History

2403-max-engine-c-api

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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