mirror of
https://github.com/bentoml/OpenLLM.git
synced 2026-01-17 20:08:17 -05:00
* chore: update instruction for dependencies Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com> * feat(experimental): CTranslate2 Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com> --------- Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
13 lines
351 B
Bash
13 lines
351 B
Bash
#!/usr/bin/env bash
|
|
|
|
printf "Running update-mypy.py\n"
|
|
python ./tools/update-mypy.py
|
|
printf "Running update-config-stubs.py\n"
|
|
python ./tools/dependencies.py
|
|
printf "Running dependencies.py\n"
|
|
python ./tools/update-config-stubs.py
|
|
printf "Running update-readme.py\n"
|
|
python ./tools/update-readme.py
|
|
printf "Running mirror.sh\n"
|
|
bash ./tools/mirror.sh
|