Update README.md
Browse files
README.md
CHANGED
@@ -14,7 +14,7 @@ license: apache-2.0
|
|
14 |
|
15 |
The following changes have been made:
|
16 |
- Fixing generation configuration setting
|
17 |
-
- Model now properly uses specified ```attention_mask``` when calling ```scaled_dot_product_attention``` - this also allows to specify custom attention masks and work with left-padded input.
|
18 |
|
19 |
|
20 |
# 🚀 Falcon-40B
|
|
|
14 |
|
15 |
The following changes have been made:
|
16 |
- Fixing generation configuration setting
|
17 |
+
- Model now properly uses specified ```attention_mask``` when calling ```scaled_dot_product_attention``` - this also allows to specify custom attention masks and work with left-padded input. However, this will disable additional memory and flash optimization.
|
18 |
|
19 |
|
20 |
# 🚀 Falcon-40B
|