"...git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "ac5070d6321535f01ada53c9397f13148117bb59"
Commit cf9c1cbb authored by thomwolf's avatar thomwolf
Browse files

fix tests chen only using tf

parent 2167e366
...@@ -69,7 +69,8 @@ class TFCommonTestCases: ...@@ -69,7 +69,8 @@ class TFCommonTestCases:
def test_pt_tf_model_equivalence(self): def test_pt_tf_model_equivalence(self):
if not is_torch_available(): if not is_torch_available():
pass return
import pytorch_transformers import pytorch_transformers
config, inputs_dict = self.model_tester.prepare_config_and_inputs_for_common() config, inputs_dict = self.model_tester.prepare_config_and_inputs_for_common()
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment