tatsu-lab / stanford_alpaca

Code and documentation to train Stanford's Alpaca models, and generate the data.
https://crfm.stanford.edu/2023/03/13/alpaca.html
Apache License 2.0
29.56k stars 4.06k forks source link

Update requirements.txt #309

Open Ki-Seki opened 9 months ago

Ki-Seki commented 9 months ago

openai>=1.0 is incompatible when running weight_diff.py

openai==0.28.0 is ok.

This solved #303

@lxuechen

mina58 commented 4 months ago

yes, actually openai >= 1 is incompatible with all the scripts.