How to use from the
Use from the
llama-cpp-python library
# !pip install llama-cpp-python

from llama_cpp import Llama

llm = Llama.from_pretrained(
	repo_id="divinesouljoy/VedaRta-0.5B",
	filename="vedic_model.gguf",
)
llm.create_chat_completion(
	messages = "No input example has been defined for this model task."
)

YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

VedaRta-0.5B โ€” Linear Attention on ARM64

Trained on 3.4GB Android phone. 43 seconds. No GPU.

O(n) linear approximate attention for edge devices.

Methodology Notes:

  • Sphota trades cross-token interaction for compute efficiency
  • Urdhva baseline is naive triple-loop, not BLAS
  • Tri-Nadi tested on synthetic benchmark only
llama-cli -hf divinesouljoy/VedaRta-0.5B -p "Question" -n 100

GitHub

Downloads last month
1
GGUF
Model size
0.6B params
Architecture
qwen2
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

Space using divinesouljoy/VedaRta-0.5B 1