stanford_alpaca icon indicating copy to clipboard operation
stanford_alpaca copied to clipboard

Questions about installing Transformer, and the versions of each environment

Open 447428054 opened this issue 1 year ago • 1 comments

Is the following installation method correct?

pip install git+https://github.com/zphang/transformers.git@llama_push

Each version is as follows: numpy==1.24.2 rouge-score==0.1.2 fire==0.5.0 openai==0.27.2 sentencepiece==0.1.97 wandb==0.14.0

447428054 avatar Mar 17 '23 01:03 447428054

Following - i have similar question too.

sallywang147 avatar Mar 21 '23 21:03 sallywang147

Following - i have similar question too.

I solved the problem, the code is as follows:

https://github.com/447428054/stanford_alpaca_llama.git

447428054 avatar Mar 25 '23 07:03 447428054

pip install git+https://github.com/zphang/transformers.git@llama_push

Each version is as follows: numpy==1.24.2 rouge-score==0.1.2 fire==0.5.0 openai==0.27.2 sentencepiece==0.1.97 wandb==0.14.0

Have you used this for your environment?

Ahtesham00 avatar Apr 07 '23 15:04 Ahtesham00