[PR #9074] feat: add zip function #12848

Open
opened 2026-04-13 00:11:08 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/9074
Author: @aarsxx
Created: 2/13/2025
Status: 🔄 Open

Base: mainHead: feat/cmd


📝 Commits (1)

📊 Changes

1 file changed (+204 additions, -205 deletions)

View changed files

📝 cmd/cmd.go (+204 -205)

📄 Description

Added Zip Func :
The ZipFiles function compresses multiple files into a single .zip archive.
The addFileToZip helper function adds individual files to the zip archive.


🔄 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/9074 **Author:** [@aarsxx](https://github.com/aarsxx) **Created:** 2/13/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `feat/cmd` --- ### 📝 Commits (1) - [`d6e69a5`](https://github.com/ollama/ollama/commit/d6e69a5fe991f307a0bf57471e3878748b7621bf) feat: add zip function ### 📊 Changes **1 file changed** (+204 additions, -205 deletions) <details> <summary>View changed files</summary> 📝 `cmd/cmd.go` (+204 -205) </details> ### 📄 Description Added Zip Func : The ZipFiles function compresses multiple files into a single .zip archive. The addFileToZip helper function adds individual files to the zip archive. --- <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-13 00:11:08 -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#12848