bstungnguyen commited on
Commit
f837a23
·
1 Parent(s): 6be422c

Update start.txt

Browse files
Files changed (1) hide show
  1. start.txt +4 -3
start.txt CHANGED
@@ -11,8 +11,9 @@ wget https://launchpad.net/ubuntu/+source/google-perftools/2.5-2.2ubuntu3/+build
11
  wget https://launchpad.net/ubuntu/+source/google-perftools/2.5-2.2ubuntu3/+build/14795286/+files/libgoogle-perftools4_2.5-2.2ubuntu3_amd64.deb
12
  apt install -qq libunwind8-dev
13
  dpkg -i *.deb
 
14
  rm *.deb
15
 
16
- pip install -q torch==2.0.0+cu118 torchmetrics==0.11.4 torchvision==0.15.1+cu118 torchaudio==2.0.1+cu118 torchtext==0.15.1 torchdata==0.6.0 --extra-index-url https://download.pytorch.org/whl/cu118 -U
17
- pip install -q xformers==0.0.19 triton==2.0.0 -U
18
- sudo apt-get install aria2
 
11
  wget https://launchpad.net/ubuntu/+source/google-perftools/2.5-2.2ubuntu3/+build/14795286/+files/libgoogle-perftools4_2.5-2.2ubuntu3_amd64.deb
12
  apt install -qq libunwind8-dev
13
  dpkg -i *.deb
14
+ %env LD_PRELOAD=libtcmalloc.so
15
  rm *.deb
16
 
17
+ apt -y install -qq aria2 libcairo2-dev pkg-config python3-dev
18
+ pip install -q torch==2.0.0+cu118 torchvision==0.15.1+cu118 torchaudio==2.0.1+cu118 torchtext==0.15.1 torchdata==0.6.0 --extra-index-url https://download.pytorch.org/whl/cu118 -U
19
+ pip install -q xformers==0.0.19 triton==2.0.0 -U