多模态实验-bltp2模型下载遇到的问题 #552
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: HswOAuth/llm_course#552
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
在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/