Metadata-Version: 2.4
Name: klora
Version: 0.1.0
Summary: High-Rank Kronecker LoRA for 2-bit Model Fine-tuning
Author-email: KLoRA Creator <your-email@example.com>
License: MIT
Keywords: llm,lora,kronecker,quantization,fine-tuning
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: torch>=2.2.0
Requires-Dist: transformers>=4.40.0
Requires-Dist: accelerate
Requires-Dist: hqq>=0.1.7
Requires-Dist: bitsandbytes>=0.43.0

# KLoRA ⚡
**K-LoRA** is the ultimate fine-tuning engine for 8GB GPUs. It combines Kronecker-product efficiency with 2-bit quantization to fit 50B+ models on an RTX 4060.

### Installation
```bash
pip install .
