Code Llama

Code LlamaModel sizePull Code LlamaUse Code LlamaRun Code LlamaHave a conversationEnd the conversationReferences

Demo Environment

Development board: Jetson Orin series motherboard

SSD: 128G

Tutorial application scope: Whether the motherboard can run is related to the available memory of the system. The user's own environment and the programs running in the background may cause the model to fail to run

Motherboard modelOllamaOpen WebUI
Jetson Orin NX 16GB
Jetson Orin NX 8GB
Jetson Orin Nano 8GB
Jetson Orin Nano 4GB××

Code Llama is an open source Large Language Model (LLM) designed by Meta AI specifically for understanding and generating code.

Model size

ModelParameters
Code Llama7B
Code Llama13B
Code Llama34B
Code Llama70B

Pull Code Llama

Using the pull command will automatically pull the model from the Ollama model library:

image-20240708184521019

Use Code Llama

Run Code Llama

If the system does not have a running model, the system will automatically pull the Code Llama 7B model and run it:

Have a conversation

The time to reply to the question depends on the hardware configuration, please be patient!

image-20240708184944873

End the conversation

Use the Ctrl+d shortcut key or /bye to end the conversation!

image-20240708185028731

References

Ollama

Official website: https://ollama.com/

GitHub: https://github.com/ollama/ollama

Code Llama

Ollama corresponding model: https://ollama.com/library/codellama

GitHub: https://github.com/meta-llama/codellama