"...text-generation-inference.git" did not exist on "211b54ac41cae9a369f3d74bd6cc666ff4a0c526"
Commit f8614670 authored by shanmugamr's avatar shanmugamr
Browse files

Code covearage

parent c0329d8d
...@@ -5,7 +5,7 @@ test: ...@@ -5,7 +5,7 @@ test:
- docker_gpu_enabled - docker_gpu_enabled
script: script:
- nvidia-smi - nvidia-smi
- torchrun --nproc_per_node=2 -m pytest --cov-report=term --cov-report=html --cov=megatron/core tests/' - torchrun --nproc_per_node=2 -m pytest --cov-report=term --cov-report=html --cov=megatron/core tests/
coverage: '/(?i)total.*? (100(?:\.0+)?\%|[1-9]?\d(?:\.\d+)?\%)$/' coverage: '/(?i)total.*? (100(?:\.0+)?\%|[1-9]?\d(?:\.\d+)?\%)$/'
artifacts: artifacts:
paths: paths:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment