Arjun Jagdale

Results 27 comments of Arjun Jagdale

_Hi 👋, I’d like to help fix this documentation issue. I’ll submit a PR clarifying that mlflow.log_artifacts accepts only directories, not single files._

Hi @jonas @d18s @tmielika @vguerra, This PR fixes a minor documentation issue in the GenAI sidebar by replacing an autogenerated section with manual doc entries to avoid a duplicated “Tracing”...

Hi @lhoestq, I'd like to take this up. As discussed in #7504, the issue arises when `use_auth_token` is passed to `load_dataset`, which forwards it to the config's `__init__`, where it's...

Hi 👋🏼! I'd love to start working on this issue if that's okay. I went through the LLE blog post and understand the main goal is to detect leaks (duplicate...

Hi @zzzzzec & @lhoestq 👋 Thanks for raising and discussing this — I've submitted a patch that improves this exact scenario.

Thanks for the detailed insights! After reviewing the issue and the current implementation in `iterable_dataset.py`, I can confirm the cause: When using `interleave_datasets(..., seed=...)` with `num_workers > 1` (e.g. via...

Hi @Lundez! Thanks for raising this — very valid point, especially for Object Detection use-cases. You're right that np_get_batch currently enforces numpy batching, which breaks RaggedTensor support due to its...

Hi @severo — I’d like to pick this up. Now that `huggingface_hub>=0.25.0` supports the `gated` parameter in `HfApi.update_repo_settings`, I’ll remove the custom implementations in the following test files: - `jobs/cache_maintenance/tests/utils.py`...

> good idea Just opened a new PR! #3206

Hi! any update about this issue? i have done a PR