mirror of
https://github.com/huggingface/transformers.git
synced 2025-08-01 02:31:11 +06:00
fix: Corrected falcon-mamba-7b
model checkpoint name (#32837)
Corrected the model checkpoint.
This commit is contained in:
parent
e840127370
commit
ab7e893d09
@ -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"
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user