Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -16,8 +16,8 @@ if not hasattr(config, 'num_attention_heads'):
|
|
| 16 |
config.num_attention_heads = 16
|
| 17 |
if not hasattr(config, 'num_hidden_layers'):
|
| 18 |
config.num_hidden_layers = 24
|
| 19 |
-
if not hasattr(config, '
|
| 20 |
-
config.
|
| 21 |
if not hasattr(config, 'hidden_size'):
|
| 22 |
config.hidden_size = 1024
|
| 23 |
if not hasattr(config, 'num_codebooks'):
|
|
|
|
| 16 |
config.num_attention_heads = 16
|
| 17 |
if not hasattr(config, 'num_hidden_layers'):
|
| 18 |
config.num_hidden_layers = 24
|
| 19 |
+
if not hasattr(config, 'scale_embedding'):
|
| 20 |
+
config.scale_embedding = False
|
| 21 |
if not hasattr(config, 'hidden_size'):
|
| 22 |
config.hidden_size = 1024
|
| 23 |
if not hasattr(config, 'num_codebooks'):
|