多模态实验-bltp2模型下载遇到的问题 #552

Open
opened 2025-02-16 18:23:38 +08:00 by Aa123456 · 1 comment

在autodl平台租赁服务器,配置如下:

镜像
PyTorch 1.10.0 Python 3.8(ubuntu20.04) Cuda 11.3
GPU
RTX 3090(24GB) * 1CPU 14 vCPU Intel(R) Xeon(R) Platinum 8362 CPU @ 2.80GHz 内存 45GB
硬盘
系统盘:30 GB
数据盘:免费:50GB 付费:0GB

安装完bltp模型,创建虚拟环境,安装bltp模型,使用命令

cd /root/autodl-tmp/
mkdir BLIP2
pip install git+https://github.com/huggingface/transformers.git
报错如下:
请问这是什么问题呢?

在autodl平台租赁服务器,配置如下: 镜像 PyTorch 1.10.0 Python 3.8(ubuntu20.04) Cuda 11.3 GPU RTX 3090(24GB) * 1CPU 14 vCPU Intel(R) Xeon(R) Platinum 8362 CPU @ 2.80GHz 内存 45GB 硬盘 系统盘:30 GB 数据盘:免费:50GB 付费:0GB 安装完bltp模型,创建虚拟环境,安装bltp模型,使用命令 cd /root/autodl-tmp/ mkdir BLIP2 pip install git+https://github.com/huggingface/transformers.git 报错如下: 请问这是什么问题呢?

错误信息指出 "Cargo, the Rust package manager, is not installed or is not on PATH."
可以试下基于这个网址安装Rust:https://rustup.rs/

错误信息指出 "Cargo, the Rust package manager, is not installed or is not on PATH." 可以试下基于这个网址安装Rust:https://rustup.rs/
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: HswOAuth/llm_course#552
No description provided.