snatcheggmoderntimes commited on
Commit
6070ea1
·
verified ·
1 Parent(s): 2849a1e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ from sys import executable
10
  import subprocess
11
  import pathlib
12
  import gc
13
- os.system("pip install -v -U git+https://github.com/facebookresearch/xformers.git@main#egg=xformers")
14
 
15
  def Gitclone(URI:str,ClonePath:pathlib.Path ) -> int :
16
  if pathlib.Path.exists(ClonePath):
 
10
  import subprocess
11
  import pathlib
12
  import gc
13
+ os.system("pip3 install -U xformers --index-url https://download.pytorch.org/whl/cu121")
14
 
15
  def Gitclone(URI:str,ClonePath:pathlib.Path ) -> int :
16
  if pathlib.Path.exists(ClonePath):