We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a90e771 commit 2c647dfCopy full SHA for 2c647df
_unittests/ut_torch_models/test_hghub_model.py
@@ -111,7 +111,7 @@ def _diff(c1, c2):
111
# different expected value for different version of transformers
112
if data["size"] > 2**30:
113
raise AssertionError(
114
- f"Model is too big, size={data["size"] // 2**20} Mb,"
+ f"Model is too big, size={data['size'] // 2**20} Mb,"
115
f"config is\n{data['configuration']}"
116
)
117
self.assertLess(data["size"], 2**30)
0 commit comments