WFGY/README.md
2025-06-07 20:10:28 +08:00

26 lines
516 B
Markdown

# README.md
# WFGY 1.0 Reproducibility Package
A Universal Unification Framework for Large-Scale Self-Healing LLMs
Zenodo DOI: 10.5281/zenodo.15593533
GitHub: https://github.com/PSBigBig/WFGY
## Quickstart
```bash
git clone https://github.com/onestardao/WFGY.git
cd WFGY
# 1. Verify file integrity
python verify_manifest.py
# 2. Create environment
conda env create -f environment.yml
conda activate wfgy
# 3. Install SDK
pip install -e .
# 4. Run reproduction
bash reproduce.sh