sitatech commited on
Commit
dfe1017
·
1 Parent(s): 937b73f

Remove sageattention installation command

Browse files
Files changed (1) hide show
  1. app.py +0 -5
app.py CHANGED
@@ -31,11 +31,6 @@ os.chdir(os.environ["REPO_DIR"])
31
  os.chmod("./scripts/deploy_gradio_inference.sh", 0o755)
32
  subprocess.run(["./scripts/deploy_gradio_inference.sh", "image"], check=True)
33
 
34
- subprocess.run(
35
- "TORCH_CUDA_ARCH_LIST=9.0 pip install git+https://github.com/thu-ml/SageAttention.git@798c791d276f302d4f19246feffa053a9e4c5af5",
36
- check=True,
37
- shell=True
38
- )
39
  os.chdir("inference")
40
  subprocess.run(["pip", "install", "-r", "requirements.txt"], check=True)
41
 
 
31
  os.chmod("./scripts/deploy_gradio_inference.sh", 0o755)
32
  subprocess.run(["./scripts/deploy_gradio_inference.sh", "image"], check=True)
33
 
 
 
 
 
 
34
  os.chdir("inference")
35
  subprocess.run(["pip", "install", "-r", "requirements.txt"], check=True)
36