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 davidx08/atithi-ai
# Run inference directly in the terminal:
llama cli -hf davidx08/atithi-ai
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf davidx08/atithi-ai
# Run inference directly in the terminal:
llama cli -hf davidx08/atithi-ai
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 davidx08/atithi-ai
# Run inference directly in the terminal:
./llama-cli -hf davidx08/atithi-ai
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 davidx08/atithi-ai
# Run inference directly in the terminal:
./build/bin/llama-cli -hf davidx08/atithi-ai
Use Docker
docker model run hf.co/davidx08/atithi-ai
Quick Links

Atithi AI

Atithi AI is an India-focused travel, hotel, restaurant, and local discovery assistant built on TinyLlama/TinyLlama-1.1B-Chat-v1.0 and developed by David at Nexuzy Lab, which is presented as a research and innovation division under DEVIL ONE PVT LTD.

Atithi AI Logo

Model scope

Atithi AI is intended as a compact domain-tuned assistant for the Indian ecosystem, supporting:

  • Tourist destination discovery
  • Hotel and stay assistance
  • Restaurant and food place information
  • Railway, flight, and bus travel context
  • Weather-aware planning prompts
  • Maps, routes, and location-driven assistance

Developer information

Usage with Transformers

from transformers import AutoTokenizer, AutoModelForCausalLM
model = AutoModelForCausalLM.from_pretrained("davidx08/atithi-ai")
tokenizer = AutoTokenizer.from_pretrained("davidx08/atithi-ai")
Downloads last month
653
Safetensors
Model size
1B params
Tensor type
F16
ยท
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for davidx08/atithi-ai

Adapter
(1575)
this model

Space using davidx08/atithi-ai 1