[GH-ISSUE #406] Model request: brand new “Code Llama” released by Facebook #62221

Closed
opened 2026-05-03 07:57:03 -05:00 by GiteaMirror · 4 comments
Owner

Originally created by @strangelearning on GitHub (Aug 24, 2023).
Original GitHub issue: https://github.com/ollama/ollama/issues/406

https://ai.meta.com/blog/code-llama-large-language-model-coding/

Originally created by @strangelearning on GitHub (Aug 24, 2023). Original GitHub issue: https://github.com/ollama/ollama/issues/406 https://ai.meta.com/blog/code-llama-large-language-model-coding/
Author
Owner

@BruceMacD commented on GitHub (Aug 24, 2023):

The model is available now:
ollama run codellama

https://ollama.ai/library/codellama/tags

<!-- gh-comment-id:1692485620 --> @BruceMacD commented on GitHub (Aug 24, 2023): The model is available now: `ollama run codellama` https://ollama.ai/library/codellama/tags
Author
Owner

@technoplato commented on GitHub (Aug 24, 2023):

They ... just .. announced it you guys are the best!!!

Side quest: what does the process for adding a new mode look like? I know we can create model files but that is for a slightly different use case, right?

<!-- gh-comment-id:1692486734 --> @technoplato commented on GitHub (Aug 24, 2023): They ... just .. announced it you guys are the best!!! Side quest: what does the process for adding a new mode look like? I know we can create model files but that is for a slightly different use case, right?
Author
Owner

@BruceMacD commented on GitHub (Aug 24, 2023):

Right now we are hand-curating the models, but soon you'll be able to push whatever base model you want.

Process looks something like this:

  1. Download/create/train a model.
  2. Quantize the model into a format ollama can run (gguf or ggml) right now.
  3. Create a model file using the model binary.
  4. Push to ollama's registry.
<!-- gh-comment-id:1692515899 --> @BruceMacD commented on GitHub (Aug 24, 2023): Right now we are hand-curating the models, but soon you'll be able to push whatever base model you want. Process looks something like this: 1. Download/create/train a model. 2. Quantize the model into a format ollama can run (gguf or ggml) right now. 3. Create a model file using the model binary. 4. Push to ollama's registry.
Author
Owner

@technoplato commented on GitHub (Aug 25, 2023):

Thanks for detailing out @BruceMacD and for everyone's hard work who's a part of this project.

<!-- gh-comment-id:1693426625 --> @technoplato commented on GitHub (Aug 25, 2023): Thanks for detailing out @BruceMacD and for everyone's hard work who's a part of this project.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#62221