mirror of
https://github.com/vinta/awesome-python.git
synced 2026-05-08 14:48:57 -05:00
[PR #2811] [CLOSED] Add ANEE to deep learning frameworks list #13479
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vinta/awesome-python/pull/2811
Author: @abkmystery
Created: 11/28/2025
Status: ❌ Closed
Base:
master← Head:master📝 Commits (1)
4f0cdc7Add ANEE to deep learning frameworks list📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
This pull request adds ANEE (Adaptive Neural Execution Engine)
ANEE is an open-source Python library for transformer inference with:
per-token dynamic layer skipping,
profiler-based gating,
safe KV-cache updates for skipped layers.
Repo: https://github.com/abkmystery/ANEE
PyPI: https://pypi.org/project/anee/
The entry follows existing formatting and matches other items in the section.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.