stanford_alpaca
stanford_alpaca copied to clipboard
Questions about installing Transformer, and the versions of each environment
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
Following - i have similar question too.
Following - i have similar question too.
I solved the problem, the code is as follows:
https://github.com/447428054/stanford_alpaca_llama.git
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?