Remove slot usage in code to be backward-compatible with python 3.9 (#8396)
This commit is contained in:
@@ -19,7 +19,7 @@ from typing import Dict, List, Optional, Union
|
|||||||
from uuid import uuid4
|
from uuid import uuid4
|
||||||
|
|
||||||
|
|
||||||
@dataclass(frozen=True, slots=True)
|
@dataclass(frozen=True)
|
||||||
class LoRARef:
|
class LoRARef:
|
||||||
"""
|
"""
|
||||||
Reference record for a LoRA model.
|
Reference record for a LoRA model.
|
||||||
|
|||||||
Reference in New Issue
Block a user