dependabot[bot] opened a new pull request, #2961: URL: https://github.com/apache/iceberg-python/pull/2961
Bumps [huggingface-hub](https://github.com/huggingface/huggingface_hub) from 1.3.2 to 1.3.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/huggingface/huggingface_hub/releases">huggingface-hub's releases</a>.</em></p> <blockquote> <h2>[v1.3.3] List Jobs Hardware & Bug Fixes</h2> <h2>⚙️ List Jobs Hardware</h2> <p>You can now list all available hardware options for Hugging Face Jobs, both from the CLI and programmatically.</p> <p>From the CLI:</p> <pre lang="console"><code>➜ hf jobs hardware NAME PRETTY NAME CPU RAM ACCELERATOR COST/MIN COST/HOUR --------------- ---------------------- -------- ------- ---------------- -------- --------- cpu-basic CPU Basic 2 vCPU 16 GB N/A $0.0002 $0.01 cpu-upgrade CPU Upgrade 8 vCPU 32 GB N/A $0.0005 $0.03 cpu-performance CPU Performance 8 vCPU 32 GB N/A $0.0000 $0.00 cpu-xl CPU XL 16 vCPU 124 GB N/A $0.0000 $0.00 t4-small Nvidia T4 - small 4 vCPU 15 GB 1x T4 (16 GB) $0.0067 $0.40 t4-medium Nvidia T4 - medium 8 vCPU 30 GB 1x T4 (16 GB) $0.0100 $0.60 a10g-small Nvidia A10G - small 4 vCPU 15 GB 1x A10G (24 GB) $0.0167 $1.00 a10g-large Nvidia A10G - large 12 vCPU 46 GB 1x A10G (24 GB) $0.0250 $1.50 a10g-largex2 2x Nvidia A10G - large 24 vCPU 92 GB 2x A10G (48 GB) $0.0500 $3.00 a10g-largex4 4x Nvidia A10G - large 48 vCPU 184 GB 4x A10G (96 GB) $0.0833 $5.00 a100-large Nvidia A100 - large 12 vCPU 142 GB 1x A100 (80 GB) $0.0417 $2.50 a100x4 4x Nvidia A100 48 vCPU 568 GB 4x A100 (320 GB) $0.1667 $10.00 a100x8 8x Nvidia A100 96 vCPU 1136 GB 8x A100 (640 GB) $0.3333 $20.00 l4x1 1x Nvidia L4 8 vCPU 30 GB 1x L4 (24 GB) $0.0133 $0.80 l4x4 4x Nvidia L4 48 vCPU 186 GB 4x L4 (96 GB) $0.0633 $3.80 l40sx1 1x Nvidia L40S 8 vCPU 62 GB 1x L40S (48 GB) $0.0300 $1.80 l40sx4 4x Nvidia L40S 48 vCPU 382 GB 4x L40S (192 GB) $0.1383 $8.30 l40sx8 8x Nvidia L40S 192 vCPU 1534 GB 8x L40S (384 GB) $0.3917 $23.50 </code></pre> <p>Programmatically:</p> <pre lang="python"><code>>>> from huggingface_hub import HfApi >>> api = HfApi() >>> hardware_list = api.list_jobs_hardware() >>> hardware_list[0] JobHardware(name='cpu-basic', pretty_name='CPU Basic', cpu='2 vCPU', ram='16 GB', accelerator=None, unit_cost_micro_usd=167, unit_cost_usd=0.000167, unit_label='minute') >>> hardware_list[0].name 'cpu-basic' </code></pre> <ul> <li>[Jobs] List available hardware in <a href="https://redirect.github.com/huggingface/huggingface_hub/issues/3693">#3693</a> by <a href="https://github.com/Wauplin"><code>@Wauplin</code></a></li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li>Fix severe performance regression in streaming by keeping a byte iterator in <code>HfFileSystemStreamFile</code> in <a href="https://redirect.github.com/huggingface/huggingface_hub/issues/3685">#3685</a> by <a href="https://github.com/leq6c"><code>@leq6c</code></a></li> <li>Fix verify incorrectly reporting folders as missing files in <a href="https://redirect.github.com/huggingface/huggingface_hub/issues/3707">#3707</a> by <a href="https://github.com/Mitix-EPI"><code>@Mitix-EPI</code></a></li> <li>Fix <code>resolve_path(</code>) with special char @ in <a href="https://redirect.github.com/huggingface/huggingface_hub/issues/3704">#3704</a> by <a href="https://github.com/lhoestq"><code>@lhoestq</code></a></li> <li>Fix curlify with streaming request in <a href="https://redirect.github.com/huggingface/huggingface_hub/issues/3692">#3692</a> by <a href="https://github.com/hanouticelina"><code>@hanouticelina</code></a></li> </ul> <h2>✨ Various Improvements</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/huggingface/huggingface_hub/commit/875cfd41b3a54874d81d0b768284d0230afa2bb9"><code>875cfd4</code></a> Release: v1.3.4</li> <li><a href="https://github.com/huggingface/huggingface_hub/commit/b34303bea028792713dea0d3b6fc4cca372b5b09"><code>b34303b</code></a> Default _endpoint to None in CommitInfo (<a href="https://redirect.github.com/huggingface/huggingface_hub/issues/3737">#3737</a>)</li> <li><a href="https://github.com/huggingface/huggingface_hub/commit/44b672617ef2642bad21dc64899a9d0e8bcd19c2"><code>44b6726</code></a> Release: v1.3.3</li> <li><a href="https://github.com/huggingface/huggingface_hub/commit/f72ba1595b2e45b719acc8202f5f07ed399c332a"><code>f72ba15</code></a> Update MAX_FILE_SIZE_GB from 50 to 200 to match hub-docs PR <a href="https://redirect.github.com/huggingface/huggingface_hub/issues/2169">#2169</a> (<a href="https://redirect.github.com/huggingface/huggingface_hub/issues/3696">#3696</a>)</li> <li><a href="https://github.com/huggingface/huggingface_hub/commit/1260e324d23197dd58ba63f8ca22b68e61fef2bb"><code>1260e32</code></a> Wildcard pattern documentation (<a href="https://redirect.github.com/huggingface/huggingface_hub/issues/3710">#3710</a>)</li> <li><a href="https://github.com/huggingface/huggingface_hub/commit/483a40725aaad589d14cdea11dd97f1084e669ca"><code>483a407</code></a> Fix cache verify incorrectly reporting folders as missing files (<a href="https://redirect.github.com/huggingface/huggingface_hub/issues/3707">#3707</a>)</li> <li><a href="https://github.com/huggingface/huggingface_hub/commit/cd2a5514cf0830fdb7e7469d7829932d5e6aaa90"><code>cd2a551</code></a> fix resolve_path() with special char @ (<a href="https://redirect.github.com/huggingface/huggingface_hub/issues/3704">#3704</a>)</li> <li><a href="https://github.com/huggingface/huggingface_hub/commit/c8fb1ffad3db21a646ad1717624d66cd59826c2b"><code>c8fb1ff</code></a> Repo commit count warning (<a href="https://redirect.github.com/huggingface/huggingface_hub/issues/3698">#3698</a>)</li> <li><a href="https://github.com/huggingface/huggingface_hub/commit/fef7bcfbc33ec6780f3901fc160db1a1e03a6dc8"><code>fef7bcf</code></a> [Jobs] List available hardware (<a href="https://redirect.github.com/huggingface/huggingface_hub/issues/3693">#3693</a>)</li> <li><a href="https://github.com/huggingface/huggingface_hub/commit/7fadc0b420113b33e591f182fdde2e067458aef5"><code>7fadc0b</code></a> Add limit param to list_papers API method (<a href="https://redirect.github.com/huggingface/huggingface_hub/issues/3697">#3697</a>)</li> <li>Additional commits viewable in <a href="https://github.com/huggingface/huggingface_hub/compare/v1.3.2...v1.3.4">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
