Chinese-Vicuna icon indicating copy to clipboard operation
Chinese-Vicuna copied to clipboard

无法安装git+https://github.com/huggingface/peft@e536616888d51b453ed354a6f1e243fecb02ea08

Open yeshcue opened this issue 1 year ago • 3 comments

使用pip install git+https://github.com/huggingface/peft@e536616888d51b453ed354a6f1e243fecb02ea08 一直无法安装

yeshcue avatar Apr 17 '23 07:04 yeshcue

报错信息是什么,我猜应该是网络的问题?

Facico avatar Apr 18 '23 01:04 Facico

报错信息是什么,我猜应该是网络的问题?

本身需要翻墙安装,若是服务器(机器)不方便翻墙,可以采取ssh方式,将公钥上传github后进行安装 也分享一下我自己研究出来的ssh链接形式(官方链接存在依赖问题) git+ssh://[email protected]/huggingface/transformers.git git+ssh://[email protected]/huggingface/peft.git 作者方便的话也可以作为另一种安装方式放在README中

BUPTccy avatar Apr 18 '23 02:04 BUPTccy

add https://ghproxy.com/ git+https://ghproxy.com/https://github.com/huggingface/peft@e536616888d51b453ed354a6f1e243fecb02ea08

Adamlangc avatar Apr 18 '23 07:04 Adamlangc

报错信息是什么,我猜应该是网络的问题?

本身需要翻墙安装,若是服务器(机器)不方便翻墙,可以采取ssh方式,将公钥上传github后进行安装 也分享一下我自己研究出来的ssh链接形式(官方链接存在依赖问题) git+ssh://[email protected]/huggingface/transformers.git git+ssh://[email protected]/huggingface/peft.git 作者方便的话也可以作为另一种安装方式放在README中

you got it,thks

w179962443 avatar Jun 22 '23 04:06 w179962443