Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -18,7 +18,10 @@ for src in SRC_LIST:
|
|
| 18 |
for tgt in TGT_LIST:
|
| 19 |
if src != tgt:
|
| 20 |
MODEL_LIST.append(f"textless_sm_{src}_{tgt}")
|
| 21 |
-
|
|
|
|
|
|
|
|
|
|
| 22 |
examples = []
|
| 23 |
pipe_dict = {}
|
| 24 |
|
|
|
|
| 18 |
for tgt in TGT_LIST:
|
| 19 |
if src != tgt:
|
| 20 |
MODEL_LIST.append(f"textless_sm_{src}_{tgt}")
|
| 21 |
+
|
| 22 |
+
MODEL_LIST.remove('textless_sm_it_fr') #size mismatch for source_unit_decoder.embed_tokens.weight: copying a param with shape torch.Size([804, 256]) from checkpoint, the shape in current model is torch.Size([1004, 256]).
|
| 23 |
+
# size mismatch for source_unit_decoder.output_projection.weight: copying a param with shape torch.Size([804, 256]) from checkpoint, the shape in current model is torch.Size([1004, 256]).
|
| 24 |
+
|
| 25 |
examples = []
|
| 26 |
pipe_dict = {}
|
| 27 |
|