[GH-ISSUE #4966] Llama 3 70b 16bit precision #3137

Open
opened 2026-04-12 13:36:24 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @Aekansh-Ak on GitHub (Jun 10, 2024).
Original GitHub issue: https://github.com/ollama/ollama/issues/4966

As per Ollama documentation, it supports Llama 3 70b 4bit precision.
I was wondering if and how can I use 16bit or 32 bit precision model.

Originally created by @Aekansh-Ak on GitHub (Jun 10, 2024). Original GitHub issue: https://github.com/ollama/ollama/issues/4966 As per Ollama documentation, it supports Llama 3 70b 4bit precision. I was wondering if and how can I use 16bit or 32 bit precision model.
GiteaMirror added the feature request label 2026-04-12 13:36:24 -05:00
Author
Owner

@CharbelAD commented on GitHub (Jun 11, 2024):

You can see all the supported variants of a model in the library, for llama3: https://ollama.com/library/llama3:70b-instruct-fp16

Select the model in the dropdown menu and copy the command. In your case: ollama run llama3:70b-instruct-fp16

<!-- gh-comment-id:2161038856 --> @CharbelAD commented on GitHub (Jun 11, 2024): You can see all the supported variants of a model in the library, for llama3: https://ollama.com/library/llama3:70b-instruct-fp16 Select the model in the dropdown menu and copy the command. In your case: `ollama run llama3:70b-instruct-fp16`
Author
Owner

@olumolu commented on GitHub (Jun 12, 2024):

As far as i know this is already available so this report does not make sense.

<!-- gh-comment-id:2162259320 --> @olumolu commented on GitHub (Jun 12, 2024): As far as i know this is already available so this report does not make sense.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#3137