Browse Source

fix formatting

AlpinDale 8 months ago
parent
commit
c9d6f9f164
1 changed files with 0 additions and 1 deletions
  1. 0 1
      aphrodite/executor/distributed_gpu_executor.py

+ 0 - 1
aphrodite/executor/distributed_gpu_executor.py

@@ -9,7 +9,6 @@ from aphrodite.lora.request import LoRARequest
 from aphrodite.common.sequence import SamplerOutput
 
 
-
 class DistributedGPUExecutor(GPUExecutor):
     """Abstract superclass of multi-GPU executor implementations."""