Skip to content

MukundaKatta/shakti

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shakti — Model Merging Toolkit. LLM model merging toolkit

शक्ति — divine feminine energy, power.

shakti takes its name in that spirit. Model Merging Toolkit. LLM model merging toolkit.

Why shakti

shakti exists to make this workflow practical. Model merging toolkit. llm model merging toolkit. It favours a small, inspectable surface over sprawling configuration.

Features

  • ModelWeights — exported from src/shakti/core.py
  • Included test suite

How It Works

The codebase is organised into src/, tests/. The primary entry points are src/shakti/core.py, src/shakti/__init__.py. src/shakti/core.py exposes ModelWeights — the core types that drive the behaviour.

Getting Started

# Serve the static site
python -m http.server 8000
# then open http://localhost:8000

Usage

from shakti.core import ModelWeights

instance = ModelWeights()
# See the source for the full API

Project Structure

shakti/
├── CLAUDE.md
├── LICENSE
├── README.md
├── index.html
├── src/
├── tests/

About

Shakti — Model Merging Toolkit. LLM model merging toolkit

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors