Update server/config.py
Browse files- 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"] = "
|
40 |
|
41 |
####################################################################
|
42 |
# Inference configuration
|
|
|
36 |
# Data type
|
37 |
dtype: torch.dtype = torch.float16
|
38 |
# acceleration
|
39 |
+
acceleration: Literal["none", "xformers", "sfast", "tensorrt"] = "tensorrt"
|
40 |
|
41 |
####################################################################
|
42 |
# Inference configuration
|