mirror of
https://github.com/bentoml/OpenLLM.git
synced 2026-04-21 07:29:41 -04:00
infra: update installation deps
Signed-off-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com>
This commit is contained in:
4
all.sh
4
all.sh
@@ -3,10 +3,6 @@
|
||||
GIT_ROOT=$(git rev-parse --show-toplevel)
|
||||
cd "$GIT_ROOT" || exit 1
|
||||
|
||||
if command -v direnv >/dev/null 2>&1 && [ -f "$GIT_ROOT/.envrc" ]; then
|
||||
direnv allow
|
||||
fi
|
||||
|
||||
printf "Running update-mypy.py\n"
|
||||
python ./tools/update-mypy.py
|
||||
printf "Running update-config-stubs.py\n"
|
||||
|
||||
@@ -33,7 +33,7 @@ tool = ["quality", "bash ./clean.sh", 'python ./cz.py']
|
||||
installer = "uv"
|
||||
type = "virtual"
|
||||
dependencies = [
|
||||
"openllm[vllm] @ {root:uri}/openllm-python",
|
||||
"openllm @ {root:uri}/openllm-python",
|
||||
"openllm-core @ {root:uri}/openllm-core",
|
||||
"openllm-client @ {root:uri}/openllm-client",
|
||||
# NOTE: Tests strategies with Hypothesis and pytest, and snapshot testing with syrupy
|
||||
|
||||
@@ -2,3 +2,4 @@ ipython
|
||||
jupyter
|
||||
tomlkit
|
||||
ghapi
|
||||
pre-commit
|
||||
|
||||
Reference in New Issue
Block a user