[PR #166] [MERGED] Fix slow model download speed #218

Closed
opened 2026-03-03 13:53:35 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: fix/slow-download-speed


📝 Commits (1)

📊 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 ipull should 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.

## 📋 Pull Request Information **Original PR:** https://github.com/jehna/humanify/pull/166 **Author:** [@jehna](https://github.com/jehna) **Created:** 10/18/2024 **Status:** ✅ Merged **Merged:** 10/18/2024 **Merged by:** [@jehna](https://github.com/jehna) **Base:** `main` ← **Head:** `fix/slow-download-speed` --- ### 📝 Commits (1) - [`c83bd60`](https://github.com/jehna/humanify/commit/c83bd602e915264aa1d5c9883909dbf17ec4c1c7) Fix slow download speed ### 📊 Changes **4 files changed** (+40 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+20 -3) 📝 `package.json` (+1 -0) 📝 `src/commands/download.ts` (+8 -1) 📝 `src/local-models.ts` (+11 -13) </details> ### 📄 Description Using `ipull` should help with the download speed of the models, as it uses parallel connections to speed up the download. Fixes #58 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 13:53:35 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/humanify#218
No description provided.