A lightweight toolkit for LLM fine-tuning, inference optimization, and agent development
Project description
geoffrey-llm
A lightweight toolkit for LLM fine-tuning, inference optimization, and agent development.
⚠️ Note: This package is currently in early development (v0.0.1). APIs will change frequently.
Planned Features
- Simplified LoRA/QLoRA fine-tuning interface
- Unified inference backend (vLLM, llama.cpp, TensorRT)
- GraphRAG-lite for knowledge graph RAG
- Log analysis Agent toolkit
- Model quantization utilities (AWQ, GPTQ)
Installation
pip install geoffrey-llm
Optional dependencies
# For fine-tuning capabilities
pip install geoffrey-llm[finetune]
# For optimized inference
pip install geoffrey-llm[inference]
# Development install
pip install geoffrey-llm[dev]
Quick Start
from geoffrey_llm import placeholder
print(placeholder())
# Output: geoffrey-llm is under development. Stay tuned!
License
MIT License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
geoffrey_llm-0.0.2.tar.gz
(4.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file geoffrey_llm-0.0.2.tar.gz.
File metadata
- Download URL: geoffrey_llm-0.0.2.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6e7f11756a5a97f6b2438515051252148d6ee79541ac6d9aa8cfaca188fe4518
|
|
| MD5 |
5c9f000afe7e554dec47b11b581da9bb
|
|
| BLAKE2b-256 |
1d6a3e59838098127389b70d5a2a3727373e4de9c675ad399edba49014e877f4
|
File details
Details for the file geoffrey_llm-0.0.2-py3-none-any.whl.
File metadata
- Download URL: geoffrey_llm-0.0.2-py3-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b0fa15ed23bc708fe53b63277d413f4311667090e0d79a2132810f7f22329461
|
|
| MD5 |
596bc23c9e6a57e0eac2ccc845d150a5
|
|
| BLAKE2b-256 |
000a1b30e3d82a9255ecde2780e7b592c02184345ee349c2f9c9ac1311cf095a
|