[GH-ISSUE #6580] phi3.5:3.8b-mini-instruct is missing parameters on Ollama's website. #66181

Closed
opened 2026-05-04 00:29:56 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @vYLQs6 on GitHub (Aug 31, 2024).
Original GitHub issue: https://github.com/ollama/ollama/issues/6580

Originally assigned to: @jmorganca on GitHub.

What is the issue?

As shown in the screenshot, there is no parameters, so ollama run phi3.5:latest will not function correctly.

Here is the corrected modelfile if anyone needs it:


FROM phi3.5:3.8b-mini-128k-instruct-q8_0
TEMPLATE """{{ if .System }}<|system|>
{{ .System }}<|end|>
{{ end }}{{ if .Prompt }}<|user|>
{{ .Prompt }}<|end|>
{{ end }}<|assistant|>
{{ .Response }}<|end|>
"""
PARAMETER stop "<|system|>"
PARAMETER stop "<|user|>"
PARAMETER stop "<|end|>"
PARAMETER stop "<|assistant|>"

OS

Windows

GPU

Nvidia

CPU

AMD

Ollama version

0.3.8

Originally created by @vYLQs6 on GitHub (Aug 31, 2024). Original GitHub issue: https://github.com/ollama/ollama/issues/6580 Originally assigned to: @jmorganca on GitHub. ### What is the issue? As shown in the screenshot, there is no parameters, so `ollama run phi3.5:latest` will not function correctly. ![](https://github.com/user-attachments/assets/07facb4d-e7e3-4902-bee5-744131832319) Here is the corrected modelfile if anyone needs it: ``` FROM phi3.5:3.8b-mini-128k-instruct-q8_0 TEMPLATE """{{ if .System }}<|system|> {{ .System }}<|end|> {{ end }}{{ if .Prompt }}<|user|> {{ .Prompt }}<|end|> {{ end }}<|assistant|> {{ .Response }}<|end|> """ PARAMETER stop "<|system|>" PARAMETER stop "<|user|>" PARAMETER stop "<|end|>" PARAMETER stop "<|assistant|>" ``` ### OS Windows ### GPU Nvidia ### CPU AMD ### Ollama version 0.3.8
GiteaMirror added the bug label 2026-05-04 00:29:56 -05:00
Author
Owner

@kth8 commented on GitHub (Aug 31, 2024):

Thanks for the corrected modelfile. This was reported last week in #6449 and #6474 so I'm surprised it still hasn't been fixed yet.

<!-- gh-comment-id:2323056662 --> @kth8 commented on GitHub (Aug 31, 2024): Thanks for the corrected modelfile. This was reported last week in #6449 and #6474 so I'm surprised it still hasn't been fixed yet.
Author
Owner

@mxyng commented on GitHub (Sep 5, 2024):

phi3.5 has been updated with parameters

<!-- gh-comment-id:2332440049 --> @mxyng commented on GitHub (Sep 5, 2024): phi3.5 has been updated with parameters
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#66181