requirements.txt 501 B

123456789101112131415
  1. conda create --name grag python=3.9 -y
  2. conda activate grag
  3. conda install pytorch==2.0.1 torchvision==0.15.2 torchaudio==2.0.2 pytorch-cuda=11.8 -c pytorch -c nvidia
  4. pip install pyg_lib torch_scatter torch_sparse torch_cluster torch_spline_conv -f https://data.pyg.org/whl/torch-2.0.1+cu118.html
  5. pip install peft
  6. pip install pandas
  7. pip install ogb
  8. pip install wandb
  9. pip install sentencepiece
  10. pip install torch_geometric
  11. pip install datasets
  12. pip install gensim==4.3.0
  13. pip install transformers==4.30.0