[PR #13424] [MERGED] model: conversion and hyperparameter fixes for ministral #14200

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

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/13424
Author: @jmorganca
Created: 12/11/2025
Status: Merged
Merged: 12/11/2025
Merged by: @jmorganca

Base: mainHead: jmorganca/convert-ministral


📝 Commits (7)

📊 Changes

4 files changed (+250 additions, -12 deletions)

View changed files

📝 convert/convert.go (+2 -0)
📝 convert/convert_mistral.go (+26 -9)
convert/convert_mistral_causal.go (+181 -0)
📝 model/models/mistral3/model_text.go (+41 -3)

📄 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/13424 **Author:** [@jmorganca](https://github.com/jmorganca) **Created:** 12/11/2025 **Status:** ✅ Merged **Merged:** 12/11/2025 **Merged by:** [@jmorganca](https://github.com/jmorganca) **Base:** `main` ← **Head:** `jmorganca/convert-ministral` --- ### 📝 Commits (7) - [`60f1002`](https://github.com/ollama/ollama/commit/60f1002b7d382e88f82dfc6dc00e4f75f3f751a3) no oom - [`3ebefa0`](https://github.com/ollama/ollama/commit/3ebefa071ed5a824312fccb8f67261078f25d1e3) rope fixes - [`c5853ff`](https://github.com/ollama/ollama/commit/c5853ff7d8c358f1e7c7f7f1c6caeae23cc7b2bb) hyperparam defaults - [`76b89c7`](https://github.com/ollama/ollama/commit/76b89c7ef4dc036cc759f8439797d89fd1edc8fc) revert st - [`755c8bd`](https://github.com/ollama/ollama/commit/755c8bdfb21799a6d2bb9c832eb1d8a01d47fbda) read mscale and mscale_all_dim as pointers - [`da50a3c`](https://github.com/ollama/ollama/commit/da50a3cd6ecc38f71c765859ff291dbd2c73a757) handle llama_4_scaling_beta set to 0.0 - [`130e7ea`](https://github.com/ollama/ollama/commit/130e7ea86c9d60ec35af87a754a04c9731dd6fb8) add devstral 123b converter ### 📊 Changes **4 files changed** (+250 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `convert/convert.go` (+2 -0) 📝 `convert/convert_mistral.go` (+26 -9) ➕ `convert/convert_mistral_causal.go` (+181 -0) 📝 `model/models/mistral3/model_text.go` (+41 -3) </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-13 00:48:12 -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#14200