We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a58b43b commit be05142Copy full SHA for be05142
tests/e2e/run_doctests.sh
@@ -22,10 +22,10 @@ set -eo errexit
22
. $(dirname "$0")/common.sh
23
24
export VLLM_USE_MODELSCOPE=true
25
-export VLLM_LOGGING_LEVEL=ERROR
+#export VLLM_LOGGING_LEVEL=ERROR
26
27
-_info "====> Start Quickstart test"
28
-. "${SCRIPT_DIR}/doctests/001-quickstart-test.sh"
+#_info "====> Start Quickstart test"
+#. "${SCRIPT_DIR}/doctests/001-quickstart-test.sh"
29
30
_info "====> Start pip binary installation test"
31
. "${SCRIPT_DIR}/doctests/002-pip-binary-installation-test.sh"
0 commit comments