Mountchicken commited on
Commit
f59a906
·
verified ·
1 Parent(s): 054f314

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -2,6 +2,7 @@ import argparse
2
  import json
3
  import os
4
  os.system("pip install torch==2.6.0 torchvision==0.21.0 --index-url https://download.pytorch.org/whl/cu124")
 
5
  import sys
6
  import threading
7
 
 
2
  import json
3
  import os
4
  os.system("pip install torch==2.6.0 torchvision==0.21.0 --index-url https://download.pytorch.org/whl/cu124")
5
+ os.syste,("pip install flash-attn==2.4.3")
6
  import sys
7
  import threading
8