Skip to content

Commit

Permalink
disable xformers
Browse files Browse the repository at this point in the history
  • Loading branch information
isamu-isozaki committed Aug 7, 2023
1 parent e7805f5 commit dc8f67a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configs/imagenet_text2image_jewels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ model:
hidden_dropout: 0.0
attention_dropout: 0.0
gradient_checkpointing: True
enable_xformers_memory_efficient_attention: True
enable_xformers_memory_efficient_attention: False
offline: True


Expand Down
2 changes: 1 addition & 1 deletion configs/imagenet_text2image_max_vit_jewels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ model:
transformer_type: 'maxvit'

gradient_checkpointing: True
enable_xformers_memory_efficient_attention: True
enable_xformers_memory_efficient_attention: False
offline: True


Expand Down

0 comments on commit dc8f67a

Please sign in to comment.