AI模拟面试机器人实战练习(上) llm 安装下载报错 #713
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#713
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?
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 版本可能不对,你需要检查下重新安装
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