forked from EngineX-Cambricon/enginex-mlu370-vllm
6 lines
148 B
Bash
Executable File
6 lines
148 B
Bash
Executable File
#! /bin/bash
|
|
apt-get install -y dvipng
|
|
make clean
|
|
make latexpdf
|
|
make html&&zip -qr -P"Cambricon" build/torch_mlu_ops_user_guide_html.zip build/html
|