allenporter / llama-cpp-server

Docker images for easier running of llama-cpp-python server
Apache License 2.0
5 stars 2 forks source link

Update dependency huggingface-hub to v0.24.2 #104

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
huggingface-hub ==0.24.0 -> ==0.24.2 age adoption passing confidence

Release Notes

huggingface/huggingface_hub (huggingface-hub) ### [`v0.24.2`](https://togithub.com/huggingface/huggingface_hub/releases/tag/v0.24.2): [v0.24.2] Fix create empty commit PR should not fail [Compare Source](https://togithub.com/huggingface/huggingface_hub/compare/v0.24.1...v0.24.2) See [https://github.com/huggingface/huggingface_hub/pull/2413](https://togithub.com/huggingface/huggingface_hub/pull/2413) for more details. Creating an empty commit on a PR was failing due to a `revision` parameter been quoted twice. This patch release fixes it. **Full Changelog**: https://github.com/huggingface/huggingface_hub/compare/v0.24.1...v0.24.2 ### [`v0.24.1`](https://togithub.com/huggingface/huggingface_hub/releases/tag/v0.24.1): [v0.24.1] Handle [DONE] signal from TGI + remove logic for "non-TGI servers" [Compare Source](https://togithub.com/huggingface/huggingface_hub/compare/v0.24.0...v0.24.1) This release fixes 2 things: - handle `"[DONE]"` message in chat stream (related to TGI update [https://github.com/huggingface/text-generation-inference/pull/2221](https://togithub.com/huggingface/text-generation-inference/pull/2221)) - remove the "non-TGI" logic in chat completion since all models support server-side rendering now that even transformers-backed models are TGI-server. See [https://github.com/huggingface/huggingface_hub/pull/2410](https://togithub.com/huggingface/huggingface_hub/pull/2410) for more details. **Full Changelog**: https://github.com/huggingface/huggingface_hub/compare/v0.24.0...v0.24.1

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.