下载
中文
注册
我要评分
文档获取效率
文档正确性
内容完整性
文档易理解
在线提单
论坛求助
昇腾小AI

CacheKey

函数功能

构造CacheKey。

函数原型

CacheKey(*args, **kwargs)

参数说明

参数名称

数据类型

取值说明

cluster_id或prompt_cluster_id

int

cache所在远端集群id,必填。

  • KvCache管理模式下,填写prompt_cluster_id。
  • 开启CacheManager的场景下,填写cluster_id。

req_id

int

cache关联的req_id,必填。

model_id

int

cache关联的model_id,默认为0。

prefix_id

int

cache关联的公共前缀id, 默认为2的64方 - 1。

调用示例

from llm_datadist import CacheKey
cache_key = CacheKey(0, 1, 0)

返回值

正常场景下无返回值。

传入数据类型错误情况下会抛出TypeError或ValueError异常。

约束说明

搜索结果
找到“0”个结果

当前产品无相关内容

未找到相关内容,请尝试其他搜索词