How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "afrideva/tinyllama-python-GGUF"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "afrideva/tinyllama-python-GGUF",
		"prompt": "Once upon a time,",
		"max_tokens": 512,
		"temperature": 0.5
	}'
Use Docker
docker model run hf.co/afrideva/tinyllama-python-GGUF:
Quick Links

rahuldshetty/tinyllama-python-GGUF

Quantized GGUF model files for tinyllama-python from rahuldshetty

Name Quant method Size
tinyllama-python.fp16.gguf fp16 2.20 GB
tinyllama-python.q2_k.gguf q2_k 432.13 MB
tinyllama-python.q3_k_m.gguf q3_k_m 548.40 MB
tinyllama-python.q4_k_m.gguf q4_k_m 667.81 MB
tinyllama-python.q5_k_m.gguf q5_k_m 782.04 MB
tinyllama-python.q6_k.gguf q6_k 903.41 MB
tinyllama-python.q8_0.gguf q8_0 1.17 GB

Original Model Card:

rahuldshetty/tinyllama-python-gguf

Prompt Format

### Instruction:
{instruction}

### Response:

Example

### Instruction:
Write a function to find cube of a number.

### Response:
Downloads last month
171
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/tinyllama-python-GGUF

Quantized
(1)
this model

Dataset used to train afrideva/tinyllama-python-GGUF