-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstall.sh
More file actions
44 lines (34 loc) · 1.11 KB
/
install.sh
File metadata and controls
44 lines (34 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
#/bin/bash
# # auto-gpt
# pip install -r Auto-GPT/requirements.txt
# # crfm api
# pip install crfm-helm
# # ML dependencies
# conda install pytorch torchvision torchaudio pytorch-cuda=11.7 -c pytorch -c nvidia
# pip install -r requirements.txt
# pip install pyg_lib torch_scatter torch_sparse torch_cluster -f https://data.pyg.org/whl/torch-2.0.1+cu117.html
# pip install typing-inspect==0.8.0 typing_extensions==4.5.0
# pip install pydantic -U
# pip install -U jax==0.4.6 jaxlib==0.4.6+cuda11.cudnn86 -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
# pip install -U numpy
# pip install --force-reinstall charset-normalizer==3.1.0
# AS:
# Our dependencies:
pip install tiktoken
# For llama:
pip install transformers
pip install torch
pip install accelerate
pip install tokenizer
pip install bitsandbytes
pip install blobfile # ??
pip install protobuf # ??
pip install dacite # ??
pip install anthropic # for agent.py
pip install langchain # langchain agent
pip install langchain_anthropic
# For Adult:
pip install ucimlrepo
pip install scikit-learn
pip install aif360
pip install flake8 # Eval