Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
2 changes: 1 addition & 1 deletion optimum/habana/version.py
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems your branch was based on the 1.10 release. Can you discard it please?

Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "1.10.0.dev0"
__version__ = "1.10.0"
2 changes: 1 addition & 1 deletion setup.py
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same

Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

QUALITY_REQUIRES = [
"ruff",
"hf_doc_builder @ git+https://github.com/huggingface/doc-builder.git",
"hf_doc_builder",
]

EXTRAS_REQUIRE = {
Expand Down