File size: 281 Bytes
33fcb03 1bac49a 33fcb03 6ac7d7a 33fcb03 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
#!/usr/bin/env bash
if [ -d $HOME/open-source/k2 ]; then
export K2_DIR=$HOME/open-source/k2
fi
./update_readme.py
./update-k2-doc-cpu-linux.py
./update-k2-doc-cpu-macos.py
./update-k2-doc-cpu-windows.py
./update-k2-doc-cuda-linux.py
./update-cpu-html.py
./update-cuda-html.py
|