Skip to content

Commit

Permalink
Fix inference command clip-roberta (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
MohitIntel authored and bhargaveede committed Feb 19, 2024
1 parent 92e4f64 commit 763f609
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion examples/contrastive-image-text/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,5 +250,8 @@ python run_clip.py \
--use_lazy_mode \
--use_hpu_graphs_for_inference \
--gaudi_config_name Habana/clip \
--bf16
--bf16 \
--mediapipe_dataloader
```

> `--mediapipe_dataloader` only works on Gaudi2.

0 comments on commit 763f609

Please sign in to comment.