Skip to content

Commit

Permalink
format code
Browse files Browse the repository at this point in the history
  • Loading branch information
yao-fengchen committed Jan 24, 2025
1 parent 38317f2 commit 6676269
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lmdeploy/pytorch/backends/dlinfer/ascend/op_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
import itertools
import os
import re
from functools import lru_cache
from pathlib import Path
from typing import Dict, Tuple
from functools import lru_cache

import torch
import torch_npu
Expand All @@ -18,8 +18,8 @@


class SocVersion:
Ascend310P: str = "Ascend310P"
Ascend910B: str = "Ascend910B"
Ascend310P: str = 'Ascend310P'
Ascend910B: str = 'Ascend910B'

@classmethod
@lru_cache(maxsize=1)
Expand Down

0 comments on commit 6676269

Please sign in to comment.