Facico / Chinese-Vicuna

Chinese-Vicuna: A Chinese Instruction-following LLaMA-based Model —— 一个中文低资源的llama+lora方案,结构参考alpaca
https://github.com/Facico/Chinese-Vicuna
Apache License 2.0
4.14k stars 421 forks source link

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

Closed yeshcue closed 1 year ago

yeshcue commented 1 year ago

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

Facico commented 1 year ago

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

BUPTccy commented 1 year ago

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

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

Adamlangc commented 1 year ago

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

w179962443 commented 1 year ago

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

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

you got it,thks