首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏大语言模型

    基于知识图谱构建的检索增强生成-GraphRAG(尝鲜篇)

    entity_extraction: ## llm: override the global llm settings for this task ## parallelization: override the global parallelization settings for this task ## async_mode: override the global async_mode settings : override the global parallelization settings for this task ## async_mode: override the global async_mode : override the global parallelization settings for this task ## async_mode: override the global async_mode : override the global parallelization settings for this task ## async_mode: override the global async_mode

    5.3K41编辑于 2024-07-28
  • 来自专栏MySQLBeginner

    MySQL 8.0复制新特性

    This may allow to increase the parallelization level by several times compared to the implementation WRITESET: It enables better parallelization and the master starts to store writeset data in binary log It reduces parallelization but it still can provide better throughput than the default settings. intermediate master will almost always be less parallel than on the master.Utilizing writesets to allow better parallelization not only improves parallelization on the intermediate master but it also can improve parallelization

    97220发布于 2019-04-24
  • 来自专栏MySQLBeginner

    MySQL 8.0复制新特性

    This may allow to increase the parallelization level by several times compared to the implementation WRITESET: It enables better parallelization and the master starts to store writeset data in binary log It reduces parallelization but it still can provide better throughput than the default settings. intermediate master will almost always be less parallel than on the master.Utilizing writesets to allow better parallelization not only improves parallelization on the intermediate master but it also can improve parallelization

    1.1K30发布于 2019-02-27
  • 来自专栏单细胞天地

    Seurat4.0系列教程19:多线程并行策略

    ., envir = parent.frame()) ## - tweaked: FALSE ## - call: NULL # change the current plan to access parallelization /data/pbmc3k_final.rds") # Enable parallelization plan("multiprocess", workers = 4) markers <- FindMarkers

    2.9K43编辑于 2022-01-10
  • 来自专栏Sth interesting, as a DBA

    MySQL 5.7 并行复制比较重要的 worklog

    Prepared transactions slave parallel applier WL#7165: MTS: Optimizing MTS scheduling by increasing the parallelization

    91920发布于 2020-09-14
  • 来自专栏机器学习AI算法工程

    LightGBM图解理论+视频+安装方法+python代码

    7、支持并行学习 LightGBM原生支持并行学习,目前支持特征并行(Featrue Parallelization)和数据并行(Data Parallelization)两种,还有一种是基于投票的数据并行 (Voting Parallelization) 特征并行的主要思想是在不同机器、在不同的特征集合上分别寻找最优的分割点,然后在机器间同步最优的分割点。 基于投票的数据并行(Voting Parallelization)则进一步优化数据并行中的通信代价,使通信代价变成常数级别。在数据量很大的时候,使用投票并行可以得到非常好的加速效果。

    1.9K20发布于 2019-10-28
  • 来自专栏毛利学Python

    LightGBM——提升机器算法(图解+理论+安装方法+python代码)

    7、支持并行学习 LightGBM原生支持并行学习,目前支持特征并行(Featrue Parallelization)和数据并行(Data Parallelization)两种,还有一种是基于投票的数据并行 (Voting Parallelization) 特征并行的主要思想是在不同机器、在不同的特征集合上分别寻找最优的分割点,然后在机器间同步最优的分割点。 - **基于投票的数据并行(Voting Parallelization)**则进一步优化数据并行中的通信代价,使通信代价变成常数级别。在数据量很大的时候,使用投票并行可以得到非常好的加速效果。

    3.3K31编辑于 2022-09-22
  • 用 Laravel AI SDK 构建多智能体工作流

    Parallelization让多个互不依赖的agent同时运行。如果多个步骤之间没有依赖关系,就没有必要一个接一个执行。 模式适用场景PromptChaining步骤顺序固定Routing输入类型或复杂度差异较大Parallelization独立任务可以同时执行Orchestrator-Workers需要动态规划与委派Evaluator-Optimizer 如果把上面的对应关系翻成更直白的工程语境,大致可以理解为:PromptChaining:适合固定顺序的步骤Routing:适合输入类型或复杂度差异明显的场景Parallelization:适合彼此独立、

    13310编辑于 2026-03-16
  • 来自专栏AI研习社

    论文推荐 | 提升100倍速度的切片递归神经网络

    However, they have difficulty in parallelization because of the recurrent structure, so it takes much

    50120发布于 2018-11-30
  • 来自专栏单细胞天地

    单细胞转录组数据分析||Seurat并行策略

    .) - tweaked: FALSE - call: NULL # change the current plan to access parallelization plan("multiprocess /data/pbmc3k_final.rds") # Enable parallelization plan("multiprocess", workers = 4) markers <- FindMarkers

    4.1K31发布于 2020-06-23
  • 来自专栏自然语言处理

    【干货】pandas相关工具包

    github.com/nalepae/pandarallel 7.1 安装命令 $ pip install pandarallel [--upgrade] [--user] 7.2 使用方法 Without parallelization With parallelization df.apply(func) df.parallel_apply(func) df.applymap(func) df.parallel_applymap(func

    2K20发布于 2020-12-11
  • 来自专栏CreateAMind

    GAN论文解读推荐

    《Generative Adversarial Parallelization》.

    61530发布于 2018-07-25
  • 来自专栏炼丹笔记

    炼丹知识点:模型训练里的Tricks

    GSPMD: General and Scalable Parallelization for ML Computation Graphs (2021) 6.2.2 Automap Google DeepMind Network Distribution (2021) 利用两级动态规划方法来做数据并行,模型并行和流水线并行策略的搜索 Piper: Multidimensional Planner for DNN Parallelization Auto-Parallelism (2020) 双递归算法 Efficient and Systematic Partitioning of Large and Deep Neural Networks for Parallelization

    1.8K30编辑于 2022-05-23
  • 来自专栏数值分析与有限元编程

    Intel Parallel Studio XE 2018

    The C/C++/Fortran compilers not only implement the latest OpenMP 4.5 shared memory parallelization specifications

    1.6K70发布于 2018-04-08
  • 来自专栏人工智能与演化计算成长与进阶

    CEC2023征稿|新兴应用中的大规模多目标优化

    ., dimensionality reduction, gradient guidance, generative models, parallelization, and so on.

    51430编辑于 2023-02-23
  • 来自专栏TopFE

    gitlab ci/cd 多项目流水线制品合并方案

    subsequent stages wait for the triggered pipeline to successfully complete before starting, which reduces parallelization

    1.2K10编辑于 2022-01-24
  • 来自专栏JusterZhu

    GitHub Models

    max_tokens: 4000 api_base: https://models.inference.ai.azure.com parallelization: Stagger: 0.3 async_mode

    29000编辑于 2025-01-23
  • systemd 和 如何修改和创建一个 systemd service (Understanding and administering systemd)

    service manager for Linux, compatible with SysV and LSB init scripts. systemd provides: Aggressive parallelization

    1.8K00发布于 2020-12-30
  • 来自专栏AgenticAI

    小白也能看懂,手把手教你启动graphrag-server

    embeddings: ## parallelization: override the global parallelization settings for embeddings async_mode

    1.1K00编辑于 2025-03-18
  • 来自专栏Datawhale专栏

    一文详尽之LLM-Based Agent

    将简单/常见问题路由到较小的模型,而将困难/不寻常问题路由到更强大的模型; Parallelization:LLMs 同时进行工作,并将输出聚合,主要分为两种变体:Sectioning,将任务分为独立子任务并行运行 ;Voting,多次运行相同的任务以获得多样化的输出; Orchestrator-workers:中心大型语言模型(LLM)动态分解任务,将它们委托给工作LLM,从结构上看,其实和Routing、Parallelization 非常相似,Orchestrator-workers可看作是 Parallelization 的进阶版,其可以动态编排任务,而不是预定义,个人更认为 Routing、Parallelization 是 Orchestrator-workers

    2.9K20编辑于 2025-02-05
领券