ACCA225 commited on
Commit
cd642cb
1 Parent(s): 52b3caa

Upload 3 files

Browse files
Files changed (3) hide show
  1. app.py +4 -0
  2. packages.txt +6 -0
  3. requirements.txt +10 -0
app.py ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ import os
2
+ os.system(f"rm ./app3.py")
3
+ os.system(f"wget https://hf-mirror.com/datasets/ACCA225/openxlab/resolve/main/app3.py")
4
+ os.system(f"python app3.py")
packages.txt ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ aria2
2
+ libgl1
3
+ libglib2.0-0
4
+ git-lfs
5
+ nginx
6
+ Python3.10
requirements.txt ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ --extra-index-url https://download.pytorch.org/whl/cu118
2
+ torch==2.0.1+cu118
3
+ torchvision==0.15.2+cu118
4
+ torchaudio==2.0.2+cu118
5
+ torchtext==0.15.2
6
+ torchdata==0.6.1
7
+ xformers==0.0.22
8
+ triton==2.0.0
9
+ wandb
10
+ pyngrok