[PR #8204] [CLOSED] add aria2c support for faster downloads #38536

Closed
opened 2026-04-22 23:12:18 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/8204
Author: @A-Akhil
Created: 12/21/2024
Status: Closed

Base: mainHead: main


📝 Commits (1)

  • fef4a79 add aria2c support for faster downloads

📊 Changes

1 file changed (+30 additions, -11 deletions)

View changed files

📝 scripts/install.sh (+30 -11)

📄 Description

This PR adds optimized aria2c support to the installation script, improving download speeds and reliability while maintaining curl as fallback.

Changes

  • Create unified download_and_extract function to handle both aria2c and curl
  • Maintain backward compatibility with existing curl implementation

Verification Steps

  1. Run install script on system with aria2c installed
  2. Run install script on system without aria2c

Fixes #8203

Please let me know if there are additional changes or enhancements you'd like to include.


🔄 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/ollama/ollama/pull/8204 **Author:** [@A-Akhil](https://github.com/A-Akhil) **Created:** 12/21/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`fef4a79`](https://github.com/ollama/ollama/commit/fef4a79b700f78a4ccb6b05a52032265fd9c396e) add aria2c support for faster downloads ### 📊 Changes **1 file changed** (+30 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `scripts/install.sh` (+30 -11) </details> ### 📄 Description This PR adds optimized aria2c support to the installation script, improving download speeds and reliability while maintaining curl as fallback. ## Changes - Create unified `download_and_extract` function to handle both aria2c and curl - Maintain backward compatibility with existing curl implementation ## Verification Steps 1. Run install script on system with aria2c installed 2. Run install script on system without aria2c Fixes #8203 Please let me know if there are additional changes or enhancements you'd like to include. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-22 23:12:18 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#38536