Skip to content

Commit

Permalink
Remove hardcoded path in rices.py
Browse files Browse the repository at this point in the history
  • Loading branch information
anas-awadalla authored Aug 21, 2023
1 parent 8255fff commit b6cd898
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion open_flamingo/eval/rices.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ def __init__(
vision_encoder, _, image_processor = open_clip.create_model_and_transforms(
vision_encoder_path,
pretrained=vision_encoder_pretrained,
cache_dir="/mmfs1/gscratch/efml/anasa2/clip_cache",
)
self.model = vision_encoder.to(self.device)
self.image_processor = image_processor
Expand Down

0 comments on commit b6cd898

Please sign in to comment.