Skip to content

Commit

Permalink
fix: Corrected falcon-mamba-7b model checkpoint name (#32837)
Browse files Browse the repository at this point in the history
Corrected the model checkpoint.
  • Loading branch information
Sai-Suraj-27 authored Aug 15, 2024
1 parent e840127 commit ab7e893
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
(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"


Expand Down

0 comments on commit ab7e893

Please sign in to comment.