File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1- name : " [internal] Galaxy DeepSeek long tests impl "
1+ name : " Galaxy DeepSeek long seq len tests "
22
33on :
44 workflow_call :
@@ -62,11 +62,12 @@ jobs:
6262 build-artifact-name : ${{ inputs.build-artifact-name }}
6363 wheel-artifact-name : ${{ inputs.wheel-artifact-name }}
6464 - name : Run DeepSeek long seq len module tests
65- timeout-minutes : 240
65+ timeout-minutes : 360
6666 run : |
6767 uv pip install -r models/demos/deepseek_v3/reference/deepseek/requirements.txt
68- DEEPSEEK_MAX_SEQ_LEN=32768 pytest models/demos/deepseek_v3/tests/test_mla.py models/demos/deepseek_v3/tests/test_decoder_block.py --timeout 600 --durations=0
69- DEEPSEEK_MAX_SEQ_LEN=4096 pytest models/demos/deepseek_v3/tests/test_model.py --timeout 600 --durations=0
68+ DEEPSEEK_MAX_SEQ_LEN=32768 pytest models/demos/deepseek_v3/tests/test_mla.py --timeout 3600 --durations=0
69+ DEEPSEEK_MAX_SEQ_LEN=32768 pytest models/demos/deepseek_v3/tests/test_decoder_block.py --timeout 7200 --durations=0
70+ DEEPSEEK_MAX_SEQ_LEN=4096 pytest models/demos/deepseek_v3/tests/test_model.py --timeout 10800 --durations=0
7071 - uses : tenstorrent/tt-metal/.github/actions/slack-report@main
7172 if : ${{ failure() }}
7273 with :
You can’t perform that action at this time.
0 commit comments