[PR #277] [MERGED] no head request for create blob #448

Closed
opened 2026-02-15 16:30:26 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama-python/pull/277
Author: @mxyng
Created: 9/10/2024
Status: Merged
Merged: 11/8/2024
Merged by: @mxyng

Base: mainHead: mxyng/no-head


📝 Commits (1)

📊 Changes

2 files changed (+23 additions, -37 deletions)

View changed files

📝 ollama/_client.py (+11 -23)
📝 tests/test_client.py (+12 -14)

📄 Description

this request is unnecessary since the POST will short circuit the request if the blob already exists


🔄 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-python/pull/277 **Author:** [@mxyng](https://github.com/mxyng) **Created:** 9/10/2024 **Status:** ✅ Merged **Merged:** 11/8/2024 **Merged by:** [@mxyng](https://github.com/mxyng) **Base:** `main` ← **Head:** `mxyng/no-head` --- ### 📝 Commits (1) - [`b0da4ff`](https://github.com/ollama/ollama-python/commit/b0da4ff2d87f084c4a9098c554cc30b2817a48c2) no head ### 📊 Changes **2 files changed** (+23 additions, -37 deletions) <details> <summary>View changed files</summary> 📝 `ollama/_client.py` (+11 -23) 📝 `tests/test_client.py` (+12 -14) </details> ### 📄 Description this request is unnecessary since the POST will short circuit the request if the blob already exists --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 16:30:26 -05:00
yindo closed this issue 2026-02-15 16:30:27 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: ollama/ollama-python#448