[PR #17] [MERGED] use ctransformers as backup to llama.cpp #9929

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

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/17
Author: @mxyng
Created: 6/29/2023
Status: Merged
Merged: 6/30/2023
Merged by: @mxyng

Base: mainHead: ctransformers


📝 Commits (3)

  • 5cea13c rename model to model_name to avoid collision
  • 4d0eb76 use ctransformers as backup to llama-cpp
  • 07d8d56 use all caps for constants

📊 Changes

12 files changed (+823 additions, -74 deletions)

View changed files

📝 ollama/cmd/cli.py (+3 -3)
📝 ollama/cmd/server.py (+12 -12)
📝 ollama/engine.py (+98 -41)
📝 ollama/model.py (+6 -6)
📝 ollama/prompt.py (+4 -4)
ollama/templates/falcon.prompt (+3 -0)
ollama/templates/mpt.prompt (+4 -0)
ollama/templates/ultralm.prompt (+2 -0)
ollama/templates/wizardcoder.prompt (+5 -0)
📝 poetry.lock (+412 -5)
📝 pyproject.toml (+3 -1)
📝 requirements.txt (+271 -2)

📄 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/17 **Author:** [@mxyng](https://github.com/mxyng) **Created:** 6/29/2023 **Status:** ✅ Merged **Merged:** 6/30/2023 **Merged by:** [@mxyng](https://github.com/mxyng) **Base:** `main` ← **Head:** `ctransformers` --- ### 📝 Commits (3) - [`5cea13c`](https://github.com/ollama/ollama/commit/5cea13ce007755cf3a1135989d7df87573bffacd) rename model to model_name to avoid collision - [`4d0eb76`](https://github.com/ollama/ollama/commit/4d0eb7639a7cce127572d669ef12126ff1dab3bf) use ctransformers as backup to llama-cpp - [`07d8d56`](https://github.com/ollama/ollama/commit/07d8d561777fa779599cb0583365aa1d9bf7b1a1) use all caps for constants ### 📊 Changes **12 files changed** (+823 additions, -74 deletions) <details> <summary>View changed files</summary> 📝 `ollama/cmd/cli.py` (+3 -3) 📝 `ollama/cmd/server.py` (+12 -12) 📝 `ollama/engine.py` (+98 -41) 📝 `ollama/model.py` (+6 -6) 📝 `ollama/prompt.py` (+4 -4) ➕ `ollama/templates/falcon.prompt` (+3 -0) ➕ `ollama/templates/mpt.prompt` (+4 -0) ➕ `ollama/templates/ultralm.prompt` (+2 -0) ➕ `ollama/templates/wizardcoder.prompt` (+5 -0) 📝 `poetry.lock` (+412 -5) 📝 `pyproject.toml` (+3 -1) 📝 `requirements.txt` (+271 -2) </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-12 22:48:03 -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#9929