GraphCanon updated today · GitHub synced today
1.4k
Stars
103
Forks
21
Open issues
15
Watchers
2y
Last push
Python Apache-2.0Created Jul 9, 2023
Trust & integrity
Full report- Maintenance
- Dormant (1063d since push)
- As of today · Source: github_public_v1
- Provenance
- Not a fork · Personal account
- As of today · Source: github_public_v1
- Security (OSV)
- 73 low (73 low)
- As of today · Source: osv@v1
Public GitHub metadata and optional OSV dependency scans. Signals, not a guarantee. Trust methodology.
Overview
🩹Editing large language models within 10 seconds⚡
Capability facts
- Languages
- python
Source: github.language+pyproject.toml · Jul 11, 2026
Categories
Compatibility
Sourced claims from the README excerpt - not unsourced marketing copy.
Python runtimePython
Source: README excerpt (regex_v1, Jul 11, 2026)
- Python 3.8+ and PyTorch 1.13.1+Source link
Tags
README
Requirements
- Python 3.8+ and PyTorch 1.13.1+
- 🤗Transformers, Datasets and Accelerate
- sentencepiece and fire
Hardware Requirements
| Model | Size | Mode | GRAM | Speed |
|---|---|---|---|---|
| LLaMA | 7B | FP16 | 24GB | 7s/it |
| LLaMA | 13B | FP16 | 32GB | 9s/it |
Installation
git clone https://github.com/hiyouga/FastEdit.git
conda create -n fastedit python=3.10
conda activate fastedit
cd FastEdit
pip install -r requirements.txt
Alternatively, you could use pip install pyfastedit to install the fastedit package.
License
This repository is licensed under the Apache-2.0 License.