fix: Corrected falcon-mamba-7b model checkpoint name (#32837)

Corrected the model checkpoint.
This commit is contained in:
Sai-Suraj-27 2024-08-15 22:33:18 +05:30 committed by GitHub
parent e840127370
commit ab7e893d09
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -59,7 +59,7 @@ is_fast_path_available = all(
(selective_state_update, selective_scan_fn, causal_conv1d_fn, causal_conv1d_update, mamba_inner_fn)
)
_CHECKPOINT_FOR_DOC = "tiiuae/falcon_mamba-7b"
_CHECKPOINT_FOR_DOC = "tiiuae/falcon-mamba-7b"
_CONFIG_FOR_DOC = "FalconMambaConfig"