开发者社区 > ModelScope模型即服务 > 正文

下载模型出错

环境:
Docker version 20.10.8, build 3967b7d
win10 wsl Docker DeskTop
ubuntu22.04-py310-torch2.1.2-tf2.14.0-1.12.0

模型脚本

模型下载 test.py

from modelscope import snapshot_download
model_dir = snapshot_download('iic/nlp_structbert_word-segmentation_chinese-base-ecommerce')

运行上面的代码

python test.py

报如下错误,该如何解决呢

OpenBLAS blas_thread_init: pthread_create failed for thread 1 of 12: Operation not permitted
OpenBLAS blas_thread_init: RLIMIT_NPROC -1 current, -1 max
OpenBLAS blas_thread_init: pthread_create failed for thread 2 of 12: Operation not permitted
OpenBLAS blas_thread_init: RLIMIT_NPROC -1 current, -1 max
OpenBLAS blas_thread_init: pthread_create failed for thread 3 of 12: Operation not permitted
OpenBLAS blas_thread_init: RLIMIT_NPROC -1 current, -1 max

展开
收起
pp4xlgpav2sy6 2024-08-05 19:15:37 81 0
1 条回答
写回答
取消 提交回答
  • docker run -it --name XXX –-privileged=true modelscope-registry.cn-beijing.cr.aliyuncs.com/modelscope-repo/modelscope:ubuntu22.04-py310-torch2.3.0-1.16.0 /bin/bash

    增加这个参数启动
    –-privileged=true 成功了

    2024-08-06 19:23:20
    赞同 展开评论 打赏

ModelScope旨在打造下一代开源的模型即服务共享平台,为泛AI开发者提供灵活、易用、低成本的一站式模型服务产品,让模型应用更简单!欢迎加入技术交流群:微信公众号:魔搭ModelScope社区,钉钉群号:44837352

相关电子书

更多
低代码开发师(初级)实战教程 立即下载
冬季实战营第三期:MySQL数据库进阶实战 立即下载
阿里巴巴DevOps 最佳实践手册 立即下载