Skip to content

Commit

Permalink
retry running test
Browse files Browse the repository at this point in the history
Signed-off-by: Piotr Kaminski <[email protected]>
  • Loading branch information
Laplasjan107 committed Jan 7, 2025
1 parent 180894e commit de2e7c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cicd-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4808,7 +4808,7 @@ jobs:
SCRIPT: |
python tests/collections/llm/test_hf_import.py --hf_model /home/TestData/nlp/megatron_llama/llama-ci-hf --output_path /tmp/nemo2_ckpt
/opt/venv/bin/python tests/export/nemo_export.py \
source /opt/venv/bin/activate && tests/export/nemo_export.py \
--min_tps 1 \
--max_tps 1 \
--use_vllm True \
Expand Down
3 changes: 1 addition & 2 deletions Dockerfile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ EOF
# Copy over NeMo code
COPY ./ ./
RUN <<"EOF" bash -ex
pip install --no-cache-dir --no-build-isolation ".[all]"

# Install vLLM in virtualenv
RUN pip install virtualenv && \
Expand All @@ -100,8 +101,6 @@ RUN pip install virtualenv && \
-r /workspace/requirements/requirements_vllm.txt \
-r /workspace/requirements/requirements_infer.txt

pip install --no-cache-dir --no-build-isolation ".[all]"

# set permission
chmod 777 -R /workspace
EOF
Expand Down

0 comments on commit de2e7c4

Please sign in to comment.