awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 个仓库

Awesome GitHub RepositoriesPure Function Model Execution

Execution patterns where model outputs are derived from state and inputs through stateless functions.

Distinct from Functional Transformations: Focuses on the application of pure functions to neural network forward passes for JIT and autograd compatibility.

Explore 4 awesome GitHub repositories matching artificial intelligence & ml · Pure Function Model Execution. Refine with filters or upvote what's useful.

Awesome Pure Function Model Execution GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • google/flaxgoogle 的头像

    google/flax

    7,238在 GitHub 上查看↗

    Flax is a deep learning framework and JAX neural network library designed for building complex machine learning models. It functions as a distributed training library and model state manager, providing a toolkit for defining flexible neural network architectures and scaling their training across multiple hardware devices. The project is characterized by a design that separates network logic from parameter values to remain compatible with pure functions. It uses hierarchical module composition to organize networks as trees of nested modules and employs a reference-based state management system

    Transforms model state and inputs into outputs through stateless functions to enable JAX transformations.

    Jupyter Notebook
    在 GitHub 上查看↗7,238
  • crytic/slithercrytic 的头像

    crytic/slither

    6,141在 GitHub 上查看↗

    Trail of Bits identifies functions declared as constant/pure/view that change the state, potentially trapping contracts compiled with Solidity 0.5.

    Pythonethereumsoliditystatic-analysis
    在 GitHub 上查看↗6,141
  • sanchit-gandhi/whisper-jaxsanchit-gandhi 的头像

    sanchit-gandhi/whisper-jax

    4,687在 GitHub 上查看↗

    whisper-jax 是使用 JAX 框架重写的 Whisper 自动语音识别模型的高性能实现。它专为加速推理而设计,并使用 XLA 编译来优化硬件加速器上的模型执行。 该项目专注于 TPU 优化的转录,以实现高吞吐量和速度。它包括一个权重转换流水线,将预训练的模型参数从 PyTorch 转换为 JAX 兼容的数组。 该系统支持将音频转录为文本、跨多种语言翻译语音以及生成音频时间戳。它支持批量音频处理,并通过数据并行批处理和模型并行张量分区来扩展性能。 该项目提供了一种将转录模型部署为带有 Web 界面的远程推理端点的方法。

    Employs stateless functions for model execution to ensure compatibility with JIT compilation and automatic differentiation.

    Jupyter Notebookdeep-learningjaxspeech-recognition
    在 GitHub 上查看↗4,687
  • googleapis/python-genaigoogleapis 的头像

    googleapis/python-genai

    3,819在 GitHub 上查看↗

    This project is a Python software development kit and framework for building applications that integrate with large language models. It serves as a multimodal content generator and vector embedding library, enabling the production and editing of text, images, audio, and video. The toolkit provides specialized capabilities for adapting base models through supervised and reinforcement training. It further distinguishes itself by offering tools for orchestrating complex workflows, including stateful chat sessions, the enforcement of structured output via schemas, and the integration of external

    Connects a model to custom functions or external tools to request and receive real-world data.

    Python
    在 GitHub 上查看↗3,819
  1. Home
  2. Artificial Intelligence & ML
  3. Pure Function Model Execution

探索子标签

  • Tool CallingMechanisms allowing models to request the execution of external functions to retrieve real-world data or perform actions. **Distinct from Pure Function Model Execution:** Distinct from Pure Function Model Execution: focuses on external tool integration and function calling rather than internal stateless model execution patterns.
  • View/Pure Function Mislabel DetectorsIdentifies functions declared as constant/pure/view that use assembly code, which may trap contracts compiled with Solidity 0.5. **Distinct from Pure Function Model Execution:** Distinct from Pure Function Model Execution: focuses on detecting mislabeled view/pure functions in Solidity, not model execution patterns.