radames commited on
Commit
4f53e2b
1 Parent(s): e8cb87a

Update server/config.py

Browse files
Files changed (1) hide show
  1. server/config.py +1 -1
server/config.py CHANGED
@@ -36,7 +36,7 @@ class Config:
36
  # Data type
37
  dtype: torch.dtype = torch.float16
38
  # acceleration
39
- acceleration: Literal["none", "xformers", "sfast", "tensorrt"] = "xformers"
40
 
41
  ####################################################################
42
  # Inference configuration
 
36
  # Data type
37
  dtype: torch.dtype = torch.float16
38
  # acceleration
39
+ acceleration: Literal["none", "xformers", "sfast", "tensorrt"] = "sfast"
40
 
41
  ####################################################################
42
  # Inference configuration