How to use from
llama.cpp
Install from brew
brew install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf afrideva/smartyplats-1.1b-v1-GGUF:
# Run inference directly in the terminal:
llama-cli -hf afrideva/smartyplats-1.1b-v1-GGUF:
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf afrideva/smartyplats-1.1b-v1-GGUF:
# Run inference directly in the terminal:
llama-cli -hf afrideva/smartyplats-1.1b-v1-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 afrideva/smartyplats-1.1b-v1-GGUF:
# Run inference directly in the terminal:
./llama-cli -hf afrideva/smartyplats-1.1b-v1-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 afrideva/smartyplats-1.1b-v1-GGUF:
# Run inference directly in the terminal:
./build/bin/llama-cli -hf afrideva/smartyplats-1.1b-v1-GGUF:
Use Docker
docker model run hf.co/afrideva/smartyplats-1.1b-v1-GGUF:
Quick Links

vihangd/smartyplats-1.1b-v1-GGUF

Quantized GGUF model files for smartyplats-1.1b-v1 from vihangd

Name Quant method Size
smartyplats-1.1b-v1.q2_k.gguf q2_k 482.14 MB
smartyplats-1.1b-v1.q3_k_m.gguf q3_k_m 549.85 MB
smartyplats-1.1b-v1.q4_k_m.gguf q4_k_m 667.81 MB
smartyplats-1.1b-v1.q5_k_m.gguf q5_k_m 782.04 MB
smartyplats-1.1b-v1.q6_k.gguf q6_k 903.41 MB
smartyplats-1.1b-v1.q8_0.gguf q8_0 1.17 GB

Original Model Card:

SmartyPlats-1.1b V1

An experimental finetune of TinyLLaMA 1T with QLoRA

Datasets

Trained on alpca style datasets

Prompt Template

Uses alpaca style prompt template
Downloads last month
115
GGUF
Model size
1B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

2-bit

3-bit

4-bit

5-bit

6-bit

8-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for afrideva/smartyplats-1.1b-v1-GGUF

Quantized
(2)
this model