mirror of
https://github.com/jehna/humanify.git
synced 2026-04-27 09:35:58 +03:00
[PR #166] [MERGED] Fix slow model download speed #218
Labels
No labels
bug
enhancement
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/humanify#218
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jehna/humanify/pull/166
Author: @jehna
Created: 10/18/2024
Status: ✅ Merged
Merged: 10/18/2024
Merged by: @jehna
Base:
main← Head:fix/slow-download-speed📝 Commits (1)
c83bd60Fix slow download speed📊 Changes
4 files changed (+40 additions, -17 deletions)
View changed files
📝
package-lock.json(+20 -3)📝
package.json(+1 -0)📝
src/commands/download.ts(+8 -1)📝
src/local-models.ts(+11 -13)📄 Description
Using
ipullshould help with the download speed of the models, as it uses parallel connections to speed up the download.Fixes #58
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.