Skip to content
This repository was archived by the owner on Sep 23, 2025. It is now read-only.
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
4 changes: 2 additions & 2 deletions .github/workflows/workflow_finetune.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ on:
default: '10.1.2.13:5000/llmray-build'
http_proxy:
type: string
default: 'http://proxy-chain.intel.com:911'
default: 'http://10.24.221.149:911'
https_proxy:
type: string
default: 'http://proxy-chain.intel.com:911'
default: 'http://10.24.221.149:911'
runner_config_path:
type: string
default: '/home/ci/llm-ray-actions-runner'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/workflow_inference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ on:
default: '10.1.2.13:5000/llmray-build'
http_proxy:
type: string
default: 'http://proxy-chain.intel.com:911'
default: 'http://10.24.221.149:911'
https_proxy:
type: string
default: 'http://proxy-chain.intel.com:911'
default: 'http://10.24.221.149:911'
runner_config_path:
type: string
default: '/home/ci/llm-ray-actions-runner'
Expand Down
3 changes: 0 additions & 3 deletions dev/docker/Dockerfile.vllm
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,3 @@ RUN --mount=type=cache,target=/root/.cache/pip pip install -e .[cpu] -f https://
RUN --mount=type=cache,target=/root/.cache/pip \
source /opt/conda/bin/activate base && ./install-vllm-cpu.sh

# TODO: workaround, remove this when fixed in vllm-cpu upstream
RUN --mount=type=cache,target=/root/.cache/pip \
pip install xformers