Browse Source

fix citest oom by adding test_video_multi_modal_embedding.py and test_conversational_text_to_sql.py to isolated tests

master^2
wenmeng.zwm 2 years ago
parent
commit
53102cc2f9
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      tests/run_config.yaml

+ 2
- 0
tests/run_config.yaml View File

@@ -41,6 +41,8 @@ isolated: # test cases that may require excessive anmount of GPU memory or run
- test_image_matting.py
- test_skin_retouching.py
- test_table_recognition.py
- test_conversational_text_to_sql.py
- test_video_multi_modal_embedding.py

envs:
default: # default env, case not in other env will in default, pytorch.


Loading…
Cancel
Save