Metadata-Version: 2.4
Name: aigco
Version: 0.0.3
Summary: Omni LLM, Agent and inference
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: python-dotenv
Requires-Dist: datasets>=2.18.0
Requires-Dist: peft>=0.7.1
Requires-Dist: pip>=24.0
Requires-Dist: swanlab>=0.3.0
Requires-Dist: torch>=2.4.0
Requires-Dist: flash-attn

better aigc lib

mkdir src && git -C src clone https://github.com/TorrentBrave/aigco.git

git submodule add --force https://github.com/TorrentBrave/aigco.git src/aigco

uv add --editable ./src/aigco/ <!-- will update aigco.egg.info -->
