| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Codecov Results 📊✅ 96974 passed | ⏭️ 6239 skipped | Total: 103213 | Pass Rate: 93.96% | Execution Time: 346m 55s 📊 Comparison with Base Branch
All tests are passing successfully. ✅ Patch coverage is 100.00%. Project has 2506 uncovered lines. @@ Coverage Diff @@
## main #PR +/-##
==========================================
- Coverage 89.95% 89.91% -0.04%
==========================================
Files 193 193 —
Lines 24946 24828 -118
Branches 9000 8930 -70
==========================================
+ Hits 22439 22322 -117
- Misses 2507 2506 -1
- Partials 1435 1416 -19Generated by Codecov Action |
Sorry, something went wrong.
|
Looks like there's some test failures, will wait until they're 🟢 before taking a look |
Sorry, something went wrong.
Add `huggingface-hub` to the typing dependency group and fix resulting mypy errors.
| Back | FazBrowse Home | New Git URL |
Description
Add huggingface-hub to the uv typing group.
Cast iterator to the correct type.
The type for chat_completion() can be found here:
https://github.com/huggingface/huggingface_hub/blob/b4f4e92226642a4472945a174b9761b688a27dae/src/huggingface_hub/inference/_client.py#L559
Issues
Reminders