Unverified Commit 76154631 authored by Lifu Huang's avatar Lifu Huang Committed by GitHub
Browse files

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

parent 5c705b1d
......@@ -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.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment