File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 : >
You can’t perform that action at this time.
0 commit comments