Spaces:
Running
on
L40S
Running
on
L40S
from dataclasses import dataclass | |
import torch | |
class Cache: | |
key_states: torch.Tensor | |
value_states: torch.Tensor | |