timogroom_个人页

个人头像照片 timogroom
个人头像照片
0
3
0

个人介绍

暂无个人介绍

擅长的技术

获得更多能力
通用技术能力:

暂时未有相关通用技术能力~

云产品技术能力:

暂时未有相关云产品技术能力~

阿里云技能认证

详细说明
暂无更多信息

2023年06月

正在加载, 请稍后...
暂无更多信息
  • 回答了问题 2023-06-06

    chatglm6b is not in the text-generation

    from modelscope.utils.constant import Tasks
    from modelscope.pipelines import pipeline
    pipe = pipeline(task=Tasks.chat, model='ZhipuAI/ChatGLM-6B', model_revision='v1.0.14')
    inputs = {'text':'你好', 'history': []}
    result = pipe(inputs)
    inputs = {'text':'介绍下清华大学', 'history': result['history']}
    result = pipe(inputs)
    print(result)
    

    参考示例,这是一个对话task

    踩0 评论0
  • 回答了问题 2018-10-22

    请问部分域名访问访问权限如何分配

    就是不知道这个Resource如何分配我所有域名中的部分域名
    踩0 评论0
  • 提交了问题 2018-10-22

    请问部分域名访问访问权限如何分配

正在加载, 请稍后...
滑动查看更多
正在加载, 请稍后...
暂无更多信息