Skip to content

Commit af9e653

Browse files
committed
optimum
1 parent 24bfa58 commit af9e653

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/rbln_optimum_ci.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,15 @@ jobs:
100100
uv pip install --system packaging setuptools wheel simphile pynvml huggingface_hub setuptools_scm fire pytest pytest-asyncio
101101
VERSION=${{ inputs.optimum_rbln_version }}
102102
if [ -n "${{ inputs.optimum_rbln_version }}" ]; then
103-
uv pip install --system --force-reinstall --no-cache-dir dist/vllm_rbln*.whl --constraint <(echo "optimum-rbln==${{ inputs.optimum_rbln_version }}") --index-url http://pypi-cache.devpi.svc.cluster.local/root/pypi/+simple/ --extra-index-url https://pypi.org/simple
104-
echo "optimum-rbln ${{ inputs.optimum_rbln_version }}"
103+
uv pip install --system --force-reinstall --no-cache-dir dist/vllm_rbln*.whl --index-url http://pypi-cache.devpi.svc.cluster.local/root/pypi/+simple/ --extra-index-url https://pypi.org/simple
105104
else
106105
uv pip install --system --force-reinstall --no-cache-dir dist/vllm_rbln*.whl --index-url http://pypi-cache.devpi.svc.cluster.local/root/pypi/+simple/ --extra-index-url https://pypi.org/simple
107106
fi
107+
git clone https://github.com/huggingface/optimum-rbln.git
108+
cd optimum-rbln
109+
git checkout update_torch_version
110+
./scripts/uv-sync.sh
111+
cd ..
108112
109113
- name: Run gemma2 model (hybrid attention) (V1)
110114
run: >

0 commit comments

Comments
 (0)