【求助贴】本地大模式源码无法下载 #205
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#205
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?
使用wsl做的Linux环境,后面的模块与虚拟环境可以正常下载,但是源码报错无法下载。
这个是环境里面的网络问题,可能是Windows 与 WSL 的网络配置差异,WSL 的 DNS 配置问题或者其它配置导致的。提供的信息暂时无法排查具体的原因。
可以在window电脑直接下载再复制到Linux环境:如果windows电脑没有装wget,直接在浏览器输入框输入https://file.huishiwei.top/Chinese-LLaMA-Alpaca-3-3.0.tar.gz 便可下载,或者直接下载评论下面的这个文件。
哦哦好的,后面导入模块又遇到了新问题,
安装依赖通过如下命令创建新的 requirements.txt这一部创建文件后
安装依赖:
pip install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple这个指令会显示报错,进入虚拟环境也没有用
可以看到报错提示没有requirements.txt这个文件,这个指令pip install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple 需要在包含requirements.txt文件的Chinese-LLaMA-Alpaca-3-3.0这个目录下运行


另外就是如果遇到新的问题可以在原帖这里点击“在新的工单中引用“或者直接开新帖提问,这样我们比较容易可以即时看到提问尽快回复