FLy
FLy: Training-Free Loosely Speculative Decoding: Accepting Semantically Correct Drafts Beyond Exact Match (ICLR 2026)
File Explorer
Download Latest Version (.zip)- CODEOWNERS
- CONTRIBUTING.md
- SECURITY.md
- __init__.py
- filter.py
- group.py
- instance.py
- metrics.py
- model.py
- registry.py
- samplers.py
- task.py
- __init__.py
- cache.py
- __init__.py
- custom.py
- decontamination.py
- extraction.py
- selection.py
- transformation.py
- __init__.py
- evaluation_tracker.py
- utils.py
- wandb_logger.py
- __init__.py
- dummy.py
- FLy.py
- huggingface.py
- utils.py
- vllm_causallms.py
- __init__.py
- humaneval.yaml
- humaneval_64.yaml
- humaneval_64_instruct.yaml
- humaneval_instruct.yaml
- humaneval_plus.yaml
- utils.py
- __init__.py
- __init__.py
- __main__.py
- evaluator.py
- evaluator_utils.py
- utils.py
- FLy_Llama3_70b.json
- .gitignore
- LICENSE.md
- pyproject.toml
- README.md
- start.sh
# Installation Guide
1. Get the code
git clone https://github.com/AMD-AGI/FLy
Downloads the entire project code from GitHub to your computer.
cd FLy
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install -e .
Installs the Python libraries listed in requirements.txt (or similar).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
