下载github.com上的依赖资源

下载github.com上的依赖资源(需要反复试才能成功,所以单独安装)

export GIT_TRACE=1

export GIT_CURL_VERBOSE=1

pip install git+https://github.com/PanQiWei/AutoGPTQ.git -i https://pypi.mirrors.ustc.edu.cn/simple --trusted-host=pypi.mirrors.ustc.edu.cn

pip install git+https://github.com/huggingface/peft -i https://pypi.mirrors.ustc.edu.cn/simple

pip install git+https://github.com/huggingface/transformers -i https://pypi.mirrors.ustc.edu.cn/simple

服务器由于各种原因不能下载

采用方法之一:

win下:

git clone https://github.com/huggingface/transformers

发送到linux上,

pip install git+https://github.com/PanQiWei/AutoGPTQ.git -i https://pypi.mirrors.ustc.edu.cn/simple --trusted-host=pypi.mirrors.ustc.edu.cn

pip install git+https://github.com/huggingface/peft -i https://pypi.mirrors.ustc.edu.cn/simple

可采用:

pip setup install命令安装

安装:pip install git+https://github.com/huggingface/transformers -i https://pypi.mirrors.ustc.edu.cn/simple方法:

git clone https://github.com/huggingface/transformers.git(win上,服务器不能访问huggingface情况下)

cd transformers

pip install -e .

相关推荐
用户2217659279220 分钟前
如何解决Spring Boot与其他框架集成时的版本冲突问题?
github
时光追逐者1 小时前
使用 GitDiagram 快速将 GitHub 仓库转换为交互式图表
ai·github
lkbhua莱克瓦2414 小时前
Java基础——常用算法5
java·开发语言·笔记·github
电摇小人14 小时前
GitHub 全方位指南(续):实战进阶与生态拓展
github
粥里有勺糖16 小时前
视野修炼-技术周刊第126期 | TypeScript #1
前端·node.js·github
lkbhua莱克瓦241 天前
Java基础——常用算法4
java·数据结构·笔记·算法·github·排序算法·快速排序
John Song2 天前
git多个账号管理
git·github
破烂pan2 天前
github精选Agent学习repo
llm·github·agent
XU磊2602 天前
Git 实现github仓库管理-删除指定目录下的所有文件并保留目录结构
git·github
逛逛GitHub2 天前
1 天狂揽 4000 多 Star 的 AI 舆情分析开源神器。
github