Metadata-Version: 2.4
Name: fusekit
Version: 0.1.0a5
Summary: Composable inference & GPU fusion engine (HF + PEFT).
Project-URL: Repository, https://github.com/Scuwr/FuseKit
Author-email: Christian Arnold <cmarnold@mit.edu>, Andrew Alini <andrew.alini@ll.mit.edu>
License: Apache-2.0
Requires-Python: >=3.11
Requires-Dist: accelerate>=1.10.1
Requires-Dist: anthropic>=0.72.0
Requires-Dist: click>=8.3.0
Requires-Dist: datasets>=4.0.0
Requires-Dist: google-genai>=1.43.0
Requires-Dist: numpy>=2.3.4
Requires-Dist: openai>=2.6.1
Requires-Dist: pandas>=2.3.3
Requires-Dist: peft==0.17.1
Requires-Dist: pillow>=12.0.0
Requires-Dist: protobuf>=3.20.3
Requires-Dist: pymupdf>=1.25.5
Requires-Dist: requests>=2.32.5
Requires-Dist: sentencepiece>=0.2.1
Requires-Dist: torch>=2.6.0
Requires-Dist: tqdm>=4.67.1
Requires-Dist: transformers==4.51.3
Description-Content-Type: text/markdown

# FuseKit
A robust transformer model testbench for proprietary and open-source models
* Intelligent multi-GPU inference and training
* API model inference
* Powerful multimodal dataset implementation
* Built-in LLM-As-A-Judge similarity metric
* Extends PEFT to enable inference-time model composition

# Getting Started
1. Create a clean Python 3.11 environment
2. Install Pytorch `pip install --no-cache-dir torch torchvision --index-url https://download.pytorch.org/whl/cu126`
3. Install FuseKit `pip install --no-cache-dir fusekit`
4. Initialize FuseKit with `fusekit init`
5. Export FUSEKIT_MODELS FUSEKIT_APIKEYS to point to folders with local models and API keys for models, or modify the config.yml
    1. Filepaths for models and apikeys can be found in fusekit.Common.env
    2. *.apikey files should only contain the plaintext key; however, they can use # to comment out entire lines
    3. *.org files re required, but if you an org api key, then leave this file blank

# Original Repo
Forks of this repo exist for promotional purposes. To build from source, please fork from https://github.com/Scuwr/FuseKit

# Disclaimer
For funding acknowledgments and required U.S. Government disclaimers, see:
[Funding & Disclaimer](./DISCLAIMER.md)
