Skip to content

Commit cf7ffa8

Browse files
committed
rename
1 parent 30ae01f commit cf7ffa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/openvino/test_modeling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ def test_load_model_from_hub_private_with_token(self):
261261

262262

263263
class PipelineTest(unittest.TestCase):
264-
def test_load_from_hub(self):
264+
def test_load_model_from_hub(self):
265265
model_id = "echarlaix/tiny-random-PhiForCausalLM"
266266

267267
# verify could load both pytorch and openvino model (export argument should automatically infered)

0 commit comments

Comments
 (0)