Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions tests/pipelines/test_pipelines_table_question_answering.py
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,7 @@ def test_slow_tokenizer_sqa_tf(self):
)

@slow
@require_torch
def test_integration_wtq_pt(self):
table_querier = pipeline("table-question-answering")

Expand Down Expand Up @@ -574,6 +575,7 @@ def test_integration_wtq_tf(self):
self.assertListEqual(results, expected_results)

@slow
@require_torch
def test_integration_sqa_pt(self):
table_querier = pipeline(
"table-question-answering",
Expand Down