[PR #3153] [CLOSED] Exporting Ollama to WebAssembly #9822

Closed
opened 2025-11-12 15:14:59 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/3153
Author: @samyfodil
Created: 3/14/2024
Status: Closed

Base: mainHead: add-vm-orbit-final


📝 Commits (1)

📊 Changes

20 files changed (+2384 additions, -89 deletions)

View changed files

📝 go.mod (+210 -19)
📝 go.sum (+1080 -52)
📝 server/download.go (+5 -5)
📝 server/images.go (+7 -7)
📝 server/routes.go (+2 -2)
📝 server/upload.go (+4 -4)
tau/README.md (+0 -0)
tau/errors.go (+62 -0)
tau/fixtures/common.go (+6 -0)
tau/fixtures/generate.go (+104 -0)
tau/fixtures/pull.go (+69 -0)
tau/generate.go (+368 -0)
tau/helpers.go (+43 -0)
tau/loader.go (+89 -0)
tau/ollama.go (+104 -0)
tau/ollama_generate_test.go (+54 -0)
tau/ollama_pull_test.go (+54 -0)
tau/plugin.go (+15 -0)
tau/pull.go (+99 -0)
tau/utils.go (+9 -0)

📄 Description

This PR exports ollama as a WebAssembly Host Module.


🔄 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/3153 **Author:** [@samyfodil](https://github.com/samyfodil) **Created:** 3/14/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `add-vm-orbit-final` --- ### 📝 Commits (1) - [`25290e6`](https://github.com/ollama/ollama/commit/25290e6a11f9cd2a747037e64839c2100a02a187) working pull & generate ### 📊 Changes **20 files changed** (+2384 additions, -89 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+210 -19) 📝 `go.sum` (+1080 -52) 📝 `server/download.go` (+5 -5) 📝 `server/images.go` (+7 -7) 📝 `server/routes.go` (+2 -2) 📝 `server/upload.go` (+4 -4) ➕ `tau/README.md` (+0 -0) ➕ `tau/errors.go` (+62 -0) ➕ `tau/fixtures/common.go` (+6 -0) ➕ `tau/fixtures/generate.go` (+104 -0) ➕ `tau/fixtures/pull.go` (+69 -0) ➕ `tau/generate.go` (+368 -0) ➕ `tau/helpers.go` (+43 -0) ➕ `tau/loader.go` (+89 -0) ➕ `tau/ollama.go` (+104 -0) ➕ `tau/ollama_generate_test.go` (+54 -0) ➕ `tau/ollama_pull_test.go` (+54 -0) ➕ `tau/plugin.go` (+15 -0) ➕ `tau/pull.go` (+99 -0) ➕ `tau/utils.go` (+9 -0) </details> ### 📄 Description This PR exports ollama as a WebAssembly Host Module. --- <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 2025-11-12 15:14:59 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama-ollama#9822
No description provided.