Skip to content

Commit

Permalink
swap to a better clip model
Browse files Browse the repository at this point in the history
  • Loading branch information
korakoe committed Oct 9, 2023
1 parent 1574763 commit 883c3ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions train_muse_maskgit.py
Original file line number Diff line number Diff line change
Expand Up @@ -1003,8 +1003,8 @@ def main():
clip_precision = args.mixed_precision

clip = open_clip.create_model_and_transforms(
"ViT-B-32-quickgelu",
pretrained="metaclip/b32_400m.pt",
"ViT-L-14",
pretrained="metaclip/l14_400m.pt",
cache_dir=args.cache_path,
precision=clip_precision,
device=accelerator.device,
Expand Down

0 comments on commit 883c3ed

Please sign in to comment.