Skip to content

Instantly share code, notes, and snippets.

@litanlitudan
Last active October 26, 2022 06:47
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save litanlitudan/f8efbd9cae13acfaf9ba92794fa7ea97 to your computer and use it in GitHub Desktop.
MLIR-Playground Deployment Script
wget https://github.com/MLIR-China/mlir-playground/releases/latest/download/mlir-playground-static.tar.gz
tar xzvf mlir-playground-static.tar.gz
cd mlir-playground-static
python3 -m http.server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment