Getting Started for MLSys 2022 Tutorial
From Source CodePermalink
Install PrerequisitesPermalink
Please install dependencies shown below, according to your operating system.
Debian/UbuntuPermalink
Using apt
.
sudo apt -y install \
vim gcc g++ make cmake \
libboost-dev libboost-program-options-dev \
python3 git
macOSPermalink
Using homebrew
.
brew install boost cmake coreutils
WindowsPermalink
Please use Windows Subsystem for Linux. WSL
Clone ASTRA-sim TutorialPermalink
git clone https://github.com/astra-sim/tutorials.git
Clone ASTRA-simPermalink
cd tutorials/mlsys2022
./clone_astra_sim.sh
Build ASTRA-sim for Exercise 1Permalink
./exercise_1/build.sh
When build fails, please check if dependencies listed above are properly installed.
Run Exercise 1Permalink
./exercise_1/exercise_1.sh
When execution fails, please check if ASTRA-sim is successfully compiled.
From Prebuilt Docker ImagePermalink
Pull Docker ImagePermalink
docker pull astrasim/mlsys2022-tutorial
Run ContainerPermalink
docker run -it astrasim/mlsys2022-tutorial
Build ASTRA-sim for Exercise 1Permalink
./exercise_1/build.sh
Run Exercise 1Permalink
./exercise_1/exercise_1.sh