Skip to content

Commit 41a1892

Browse files
committed
removed device to work on cpu
1 parent 080f05d commit 41a1892

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/unit/test_transformers_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ def test_wrap_conversation_pipeline():
133133
model="microsoft/DialoGPT-small",
134134
tokenizer="microsoft/DialoGPT-small",
135135
framework="pt",
136-
device=0,
137136
)
138137
conv_pipe = wrap_conversation_pipeline(init_pipeline)
139138
data = {

0 commit comments

Comments
 (0)