GGUF
llama-cpp
gguf-my-repo
How to use from
llama.cpp
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf ApprikatAI/AMD-Llama-135m-code-FP16-GGUF
# Run inference directly in the terminal:
llama cli -hf ApprikatAI/AMD-Llama-135m-code-FP16-GGUF
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf ApprikatAI/AMD-Llama-135m-code-FP16-GGUF
# Run inference directly in the terminal:
llama cli -hf ApprikatAI/AMD-Llama-135m-code-FP16-GGUF
Use pre-built binary
# Download pre-built binary from:
# https://github.com/ggerganov/llama.cpp/releases
# Start a local OpenAI-compatible server with a web UI:
./llama-server -hf ApprikatAI/AMD-Llama-135m-code-FP16-GGUF
# Run inference directly in the terminal:
./llama-cli -hf ApprikatAI/AMD-Llama-135m-code-FP16-GGUF
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build -j --target llama-server llama-cli
# Start a local OpenAI-compatible server with a web UI:
./build/bin/llama-server -hf ApprikatAI/AMD-Llama-135m-code-FP16-GGUF
# Run inference directly in the terminal:
./build/bin/llama-cli -hf ApprikatAI/AMD-Llama-135m-code-FP16-GGUF
Use Docker
docker model run hf.co/ApprikatAI/AMD-Llama-135m-code-FP16-GGUF
Quick Links

ApprikatAI/AMD-Llama-135m-code-FP16-GGUF

This model was converted to GGUF format from amd/AMD-Llama-135m-code using llama.cpp via the ggml.ai's GGUF-my-repo space. Refer to the original model card for more details on the model.

Use with llama.cpp

Install llama.cpp through brew (works on Mac and Linux)

brew install llama.cpp

Invoke the llama.cpp server or the CLI.

CLI:

llama-cli --hf-repo ApprikatAI/AMD-Llama-135m-code-FP16-GGUF --hf-file amd-llama-135m-code-fp16.gguf -p "The meaning to life and the universe is"

Server:

llama-server --hf-repo ApprikatAI/AMD-Llama-135m-code-FP16-GGUF --hf-file amd-llama-135m-code-fp16.gguf -c 2048
Downloads last month
19
GGUF
Model size
0.1B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

We're not able to determine the quantization variants.

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for ApprikatAI/AMD-Llama-135m-code-FP16-GGUF

Quantized
(11)
this model

Dataset used to train ApprikatAI/AMD-Llama-135m-code-FP16-GGUF