[PR #6757] [CLOSED] DO NOT MERGE - ci testing #38090

Closed
opened 2026-04-22 22:45:49 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/6757
Author: @dhiltgen
Created: 9/11/2024
Status: Closed

Base: mainHead: dhiltgen/ci


📝 Commits (6)

  • f2b607c Optimize container images for startup
  • 391c0ec Refactor payload logic and add buildx support for faster builds
  • 31cb07b Move payloads around
  • 65e0e0a Review comments
  • e8ecb06 Converge to buildx based helper scripts
  • 6778270 WIP - CI steps for container image

📊 Changes

37 files changed (+1117 additions, -917 deletions)

View changed files

📝 .dockerignore (+3 -0)
📝 .github/workflows/release.yaml (+5 -5)
📝 .github/workflows/test.yaml (+392 -273)
📝 .gitignore (+3 -0)
📝 Dockerfile (+66 -27)
build/darwin/amd64/placeholder (+1 -0)
build/darwin/arm64/placeholder (+1 -0)
build/linux/amd64/placeholder (+1 -0)
build/linux/arm64/placeholder (+1 -0)
📝 cmd/cmd.go (+4 -1)
📝 envconfig/config.go (+0 -48)
gpu/assets.go (+0 -148)
📝 gpu/gpu.go (+3 -4)
📝 llm/generate/gen_common.sh (+25 -5)
📝 llm/generate/gen_darwin.sh (+8 -4)
📝 llm/generate/gen_linux.sh (+26 -9)
📝 llm/llm_darwin.go (+0 -4)
llm/llm_darwin_amd64.go (+0 -11)
📝 llm/llm_linux.go (+0 -4)
📝 llm/llm_windows.go (+0 -4)

...and 17 more files

📄 Description

No description provided


🔄 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/6757 **Author:** [@dhiltgen](https://github.com/dhiltgen) **Created:** 9/11/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dhiltgen/ci` --- ### 📝 Commits (6) - [`f2b607c`](https://github.com/ollama/ollama/commit/f2b607c26bfd91f7d097850c4763ead95a1bfcda) Optimize container images for startup - [`391c0ec`](https://github.com/ollama/ollama/commit/391c0ec0d6650bcfede27332d91e8353dbba67b7) Refactor payload logic and add buildx support for faster builds - [`31cb07b`](https://github.com/ollama/ollama/commit/31cb07b79edcb5db2da5560647faa35379af01df) Move payloads around - [`65e0e0a`](https://github.com/ollama/ollama/commit/65e0e0a9e89d43b7672174a1728dbc73f8a98fe6) Review comments - [`e8ecb06`](https://github.com/ollama/ollama/commit/e8ecb0683976a22f80fb01dadef8664b69dbaf5b) Converge to buildx based helper scripts - [`6778270`](https://github.com/ollama/ollama/commit/6778270485db3665bba4e95885e495e07328da14) WIP - CI steps for container image ### 📊 Changes **37 files changed** (+1117 additions, -917 deletions) <details> <summary>View changed files</summary> 📝 `.dockerignore` (+3 -0) 📝 `.github/workflows/release.yaml` (+5 -5) 📝 `.github/workflows/test.yaml` (+392 -273) 📝 `.gitignore` (+3 -0) 📝 `Dockerfile` (+66 -27) ➕ `build/darwin/amd64/placeholder` (+1 -0) ➕ `build/darwin/arm64/placeholder` (+1 -0) ➕ `build/linux/amd64/placeholder` (+1 -0) ➕ `build/linux/arm64/placeholder` (+1 -0) 📝 `cmd/cmd.go` (+4 -1) 📝 `envconfig/config.go` (+0 -48) ➖ `gpu/assets.go` (+0 -148) 📝 `gpu/gpu.go` (+3 -4) 📝 `llm/generate/gen_common.sh` (+25 -5) 📝 `llm/generate/gen_darwin.sh` (+8 -4) 📝 `llm/generate/gen_linux.sh` (+26 -9) 📝 `llm/llm_darwin.go` (+0 -4) ➖ `llm/llm_darwin_amd64.go` (+0 -11) 📝 `llm/llm_linux.go` (+0 -4) 📝 `llm/llm_windows.go` (+0 -4) _...and 17 more files_ </details> ### 📄 Description _No description provided_ --- <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 22:45:49 -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#38090