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 a5f96b8 commit 0ab84a4Copy full SHA for 0ab84a4
.buildkite/scripts/setup_docker_env.sh
@@ -49,9 +49,6 @@ setup_environment() {
49
50
echo "Cleanup complete."
51
52
- echo "Installing Python dependencies"
53
- python3 -m pip install --progress-bar off buildkite-test-collector==0.1.9
54
- echo "Python dependencies installed"
55
if [ -z "${BUILDKITE:-}" ]; then
56
VLLM_COMMIT_HASH=""
57
TPU_INFERENCE_HASH=$(git log -n 1 --pretty="%H")
0 commit comments