[PR #14703] Add new model servam 30b and 105b #46043

Open
opened 2026-04-25 01:36:09 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/14703
Author: @Swagatade
Created: 3/8/2026
Status: 🔄 Open

Base: mainHead: main


📝 Commits (5)

📊 Changes

6 files changed (+765 additions, -0 deletions)

View changed files

📝 convert/convert.go (+4 -0)
convert/convert_sarvam.go (+320 -0)
convert/convert_sarvam_test.go (+176 -0)
📝 fs/ggml/ggml.go (+1 -0)
📝 model/models/models.go (+1 -0)
model/models/sarvam/model.go (+263 -0)

📄 Description

New models are add servam 30b and 105b


🔄 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/14703 **Author:** [@Swagatade](https://github.com/Swagatade) **Created:** 3/8/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (5) - [`ebac5de`](https://github.com/ollama/ollama/commit/ebac5de759d18ddba08e5e50ade1b5f4e1053c13) servam ai model add 30b and 105b - [`8d6f822`](https://github.com/ollama/ollama/commit/8d6f8224be2c355f32c274d525f1e502edc2181e) Merge branch 'main' of https://github.com/ollama/ollama - [`9fd63eb`](https://github.com/ollama/ollama/commit/9fd63eb129b649c26b830441dea102b3c0f8e747) Update convert/convert_sarvam.go - [`b9570c7`](https://github.com/ollama/ollama/commit/b9570c726cb1f2daa0ad521c990e143874d62570) update - [`5cc4026`](https://github.com/ollama/ollama/commit/5cc4026adb195d6c128aa08d7651b7a557179e8b) test ### 📊 Changes **6 files changed** (+765 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `convert/convert.go` (+4 -0) ➕ `convert/convert_sarvam.go` (+320 -0) ➕ `convert/convert_sarvam_test.go` (+176 -0) 📝 `fs/ggml/ggml.go` (+1 -0) 📝 `model/models/models.go` (+1 -0) ➕ `model/models/sarvam/model.go` (+263 -0) </details> ### 📄 Description New models are add servam 30b and 105b --- <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-25 01:36:09 -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#46043