Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle-Neale committed Nov 27, 2024
1 parent 03e2e43 commit a05630a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions nvidia_nim/assets/logs/nvidia_nim_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ tests:
# This log sample satisfies the validation.
-
sample: |-
"2024-10-30 21:56:25,295 [INFO] PyTorch version 2.3.1 available."
2024-10-30 21:56:25,295 [INFO] PyTorch version 2.3.1 available.
result:
custom:
level: "INFO"
Expand All @@ -15,7 +15,7 @@ tests:
timestamp: 1730325385295
-
sample: |-
"2024-10-30 21:58:26,914 [WARNING] [TRT-LLM] [W] Logger level already set from environment. Discard new verbosity: error"
2024-10-30 21:58:26,914 [WARNING] [TRT-LLM] [W] Logger level already set from environment. Discard new verbosity: error
result:
custom:
level: "WARNING"
Expand All @@ -28,7 +28,7 @@ tests:
timestamp: 1730325506914
-
sample: |-
"INFO 2024-10-30 21:56:28.831 ngc_injector.py:152] Valid profile: e45b4b991bbc51d0df3ce53e87060fc3a7f76555406ed534a8479c6faa706987 (tensorrt_llm-a10g-bf16-tp4-latency) on GPUs [0, 1, 2, 3]"
INFO 2024-10-30 21:56:28.831 ngc_injector.py:152] Valid profile: e45b4b991bbc51d0df3ce53e87060fc3a7f76555406ed534a8479c6faa706987 (tensorrt_llm-a10g-bf16-tp4-latency) on GPUs [0, 1, 2, 3]
result:
custom:
level: "INFO"
Expand All @@ -43,7 +43,7 @@ tests:
timestamp: 1730325388831
-
sample: |-
"WARNING 2024-10-30 21:58:27.670 arg_utils.py:775] Chunked prefill is enabled by default for models with max_model_len > 32K. Currently, chunked prefill might not work with some features or models. If you encounter any issues, please disable chunked prefill by setting --enable-chunked-prefill=False."
WARNING 2024-10-30 21:58:27.670 arg_utils.py:775] Chunked prefill is enabled by default for models with max_model_len > 32K. Currently, chunked prefill might not work with some features or models. If you encounter any issues, please disable chunked prefill by setting --enable-chunked-prefill=False.
result:
custom:
level: "WARNING"
Expand Down

0 comments on commit a05630a

Please sign in to comment.