Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[llm] change llm base from ml base to test base #50355

Merged
merged 1 commit into from
Feb 9, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .buildkite/llm.rayci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
group: llm tests
depends_on:
- forge
- oss-ci-base_ml-multipy
- oss-ci-base_build-multipy
steps:
- name: llmbuild
wanda: ci/docker/llm.build.wanda.yaml
Expand Down
6 changes: 4 additions & 2 deletions ci/docker/llm.build.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1.3-labs

ARG DOCKER_IMAGE_BASE_BUILD=cr.ray.io/rayproject/oss-ci-base_ml-py3.11
ARG DOCKER_IMAGE_BASE_BUILD=cr.ray.io/rayproject/oss-ci-base_build-py3.11
FROM $DOCKER_IMAGE_BASE_BUILD

ARG RAY_CI_JAVA_BUILD=
Expand All @@ -12,7 +12,9 @@ COPY . .
RUN <<EOF
#!/bin/bash

set -ex
set -euo pipefail

MINIMAL_INSTALL=1 ./ci/env/install-dependencies.sh

pip install --no-deps -r python/requirements_compiled_rayllm_test_py311.txt

Expand Down
5 changes: 4 additions & 1 deletion ci/docker/llm.build.wanda.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
name: "llmbuild"
froms: ["cr.ray.io/rayproject/oss-ci-base_ml-py3.11"]
froms: ["cr.ray.io/rayproject/oss-ci-base_build-py3.11"]
dockerfile: ci/docker/llm.build.Dockerfile
srcs:
- ci/env/install-dependencies.sh
- ci/env/install-llvm-binaries.sh
- ci/suppress_output
- python/requirements_compiled_rayllm_test_py311.txt
tags:
- cr.ray.io/rayproject/llmbuild