tinyopsec/bible-assistant-qwen35-4b-GGUF
02.1k
Bible Assistant Qwen3.5-4B GGUF
GGUF quantized versions of Ttimms/Bible-Assistant-Qwen3.5-4B-v2.
Quantization
VRAM Requirements
Usage
llama.cpp
./main -m model_q5_k_m.gguf -p "Your prompt here" -n 256llama-cpp-python
from llama_cpp import Llama
llm = Llama(model_path="model_q5_k_m.gguf", n_gpu_layers=-1)
output = llm("Your prompt here", max_tokens=256)
print(output["choices"][0]["text"])LM Studio
Load any .gguf file directly in LM Studio.
Ollama
ollama create bible-assistant-qwen35 -f ModelfileWhere Modelfile contains:
FROM model_q5_k_m.gguf
PARAMETER temperature 0.7Original Model
Ttimms/Bible-Assistant-Qwen3.5-4B-v2 — A 4B parameter model fine-tuned for Bible-related assistance and knowledge.
License
Refer to the original model's license.
