miguelcarv
commited on
Commit
•
f7ca5e5
1
Parent(s):
c3539bf
Update config.json
Browse files- config.json +3 -3
config.json
CHANGED
@@ -7,7 +7,7 @@
|
|
7 |
"cross_interval": 4,
|
8 |
"from_layer": 0,
|
9 |
"reduce": 1,
|
10 |
-
"encoder_dtype": "torch.
|
11 |
-
"decoder_dtype": "torch.
|
12 |
-
"other_params_dtype": "torch.
|
13 |
}
|
|
|
7 |
"cross_interval": 4,
|
8 |
"from_layer": 0,
|
9 |
"reduce": 1,
|
10 |
+
"encoder_dtype": "torch.float32",
|
11 |
+
"decoder_dtype": "torch.float32",
|
12 |
+
"other_params_dtype": "torch.float32"
|
13 |
}
|