{"categories":[{"label":"Artificial Intelligence","url":"https://skillfed.io/packages/category/scientific-engineering-artificial-intelligence/11"}],"enrichment":{"capability":"Provides a lightweight Flash-Attention-3 forward-only kernel compiled to a Python wheel, optimized for inference workloads on CUDA hardware without backward pass or optional features.","skillfed_tags":["cuda-optimization","inference-kernel","transformer-attention"],"use_cases":["Accelerate transformer inference on CUDA by replacing standard attention with optimized Flash-Attention-3 forward pass","Reduce model serving latency in production by using lightweight attention kernel without backward-pass overhead","Build inference-only applications where gradient computation is not needed, minimizing dependencies and wheel size","Deploy language models or vision transformers with faster attention computation on NVIDIA GPUs"],"what_it_does":"fa3-fwd is a minimal Python package that bundles the Flash-Attention-3 forward kernel as a compiled wheel, stripping out backward operators, local attention, paged KV cache, FP16 kernels, and other features unnecessary for inference. It exposes the forward kernel through a renamed interface to avoid conflicts and keep the wheel size small.\n\nThe package is built on top of torch, einops, packaging, and ninja. It targets inference scenarios where you need fast attention computation on CUDA but don't need gradient computation or the full feature set of the upstream Flash-Attention project. Installation uses pre-built wheels for Linux aarch64 and x86_64, so setup is typically straightforward on supported platforms.","worth_installing":"Yes, if you are running inference on CUDA and your platform matches the pre-built wheels (Linux aarch64 or x86_64). The forward-only design keeps the package lean and avoids unnecessary dependencies. Active maintenance and zero known vulnerabilities are positive signals. No if you need backward pass support or are not on a supported platform\u2014use the upstream Flash-Attention project instead."},"id":"fa3-fwd","links":{"html":"https://skillfed.io/packages/fa3-fwd","md":"https://skillfed.io/packages/fa3-fwd.md","pypi":"https://pypi.org/project/fa3-fwd/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-04-15","license_spdx":null,"license_treatment":"permissive","name":"fa3-fwd","python_support":"supports_current","summary":"FlashAttention-3 forward"},"popularity":{"monthly_downloads":78884,"position":14399,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.0.3"}
