Remove slot usage in code to be backward-compatible with python 3.9 (#8396)

This commit is contained in:
Lifu Huang
2025-07-26 21:24:22 -07:00
committed by GitHub
parent 5c705b1dce
commit 761546315c

View File

@@ -19,7 +19,7 @@ from typing import Dict, List, Optional, Union
from uuid import uuid4
@dataclass(frozen=True, slots=True)
@dataclass(frozen=True)
class LoRARef:
"""
Reference record for a LoRA model.