[tpu][misc] fix typo (#8260)

This commit is contained in:
youkaichao
2024-09-06 22:40:46 -07:00
committed by GitHub
parent 795b662cff
commit ce2702a923
3 changed files with 5 additions and 5 deletions

View File

@@ -10,7 +10,7 @@ import torch
import vllm.envs as envs
class TorchCompileWrapperWithCustomDispacther:
class TorchCompileWrapperWithCustomDispatcher:
"""
A wrapper class for torch.compile, with a custom dispatch logic.
Subclasses should: