Skip to content

Commit

Permalink
default is not to untie
Browse files Browse the repository at this point in the history
  • Loading branch information
anas-awadalla committed Sep 5, 2023
1 parent d10a998 commit 4f3ce24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion open_flamingo/src/factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def create_model_and_transforms(
lang_encoder_path: str,
tokenizer_path: str,
cross_attn_every_n_layers: int = 1,
untie_embeddings: bool = True,
untie_embeddings: bool = False,
use_local_files: bool = False,
decoder_layers_attr_name: str = None,
cache_dir: Optional[str] = None,
Expand Down

0 comments on commit 4f3ce24

Please sign in to comment.