Skip to content

CeranaStudio/Andes-Build-AI-Model-2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2024 Andes Award - Build AI Model

The repository is for compiling the AI model based on TVM in the 2024 Andes Award competition.

Setup ENV

  1. Use miniconda to manage python dependencies
    # make sure to start with a fresh environment
    conda env remove -n tvm-build-venv
    # create the conda environment with build dependency
    conda create -n tvm-build-venv -c conda-forge \
        "llvmdev=15" \
        "cmake>=3.24" \
        git \
        python=3.11
    # enter the build environment
    conda activate tvm-build-venv
  2. Install python packages
python3 -m pip install -r requirements.txt
  1. Download toolchain
cd toolchain

./download.sh
  1. Run the script
    ./init

RUN

cd deploy

make

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published