vishwask commited on
Commit
9d02a06
·
1 Parent(s): efe5cd2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -7,6 +7,8 @@ sys.modules['sqlite3'] = sys.modules.pop('pysqlite3')
7
  import os
8
 
9
  print(os.getcwd())
 
 
10
 
11
  os.system('wget -q https://github.com/PanQiWei/AutoGPTQ/releases/download/v0.4.1/auto_gptq-0.4.1+cu118-cp310-cp310-linux_x86_64.whl')
12
  os.system('pip install -qqq auto_gptq-0.4.1+cu118-cp310-cp310-linux_x86_64.whl --progress-bar off')
 
7
  import os
8
 
9
  print(os.getcwd())
10
+ print('dir here:')
11
+ os.system('ls -d */')
12
 
13
  os.system('wget -q https://github.com/PanQiWei/AutoGPTQ/releases/download/v0.4.1/auto_gptq-0.4.1+cu118-cp310-cp310-linux_x86_64.whl')
14
  os.system('pip install -qqq auto_gptq-0.4.1+cu118-cp310-cp310-linux_x86_64.whl --progress-bar off')