AI模拟面试机器人实战练习(上) llm 安装下载报错 #713

Open
opened 2025-04-26 19:25:56 +08:00 by Aa123456 · 3 comments

modelscope download --model=LLM-Research/Meta-Llama-3.1-8B-Instruct --local_dir Meta-Llama-3.1-8B-Instruct

下载模型报错如下:

老师,想问下,把安装的库,虚拟环境 放在数据盘是这个命令嘛?
vi .bashrc
export HF_HOME=/root/autodl-tmp/huggingface-cache/
export HF_ENDPOINT=https://hf-mirror.com

source .bashrc

我是这么做的,不一定好使

modelscope download --model=LLM-Research/Meta-Llama-3.1-8B-Instruct --local_dir Meta-Llama-3.1-8B-Instruct 下载模型报错如下: 老师,想问下,把安装的库,虚拟环境 放在数据盘是这个命令嘛? vi .bashrc export HF_HOME=/root/autodl-tmp/huggingface-cache/ export HF_ENDPOINT=https://hf-mirror.com source .bashrc 我是这么做的,不一定好使

PyTorch 版本可能不对,你需要检查下重新安装

PyTorch 版本可能不对,你需要检查下重新安装
Author

torch 版本 是1.10.0 ,如图所示:
机器配置如下:
镜像 PyTorch 1.10.0 Python 3.8(ubuntu20.04) CUDA 11.3
GPU RTX 3090(24GB) * 1
CPU 15 vCPU Intel(R) Xeon(R) Platinum 8362 CPU @ 2.80GHz
内存 60GB

torch 版本 是1.10.0 ,如图所示: 机器配置如下: 镜像 PyTorch 1.10.0 Python 3.8(ubuntu20.04) CUDA 11.3 GPU RTX 3090(24GB) * 1 CPU 15 vCPU Intel(R) Xeon(R) Platinum 8362 CPU @ 2.80GHz 内存 60GB
可以参考: https://blog.csdn.net/mr_hore/article/details/138961434 https://github.com/pytorch/pytorch/issues/123097
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#713
No description provided.