Skip to content

Commit ed66fdf

Browse files
committed
Fixing TypeCheck errors.
1 parent febaed1 commit ed66fdf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jetstream/core/lora/adapter_tensorstore.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class AdapterMetadata:
6262
size_hbm: int = 0 # Size in HBM (bytes)
6363
size_cpu: int = 0 # Size in CPU RAM (bytes)
6464
last_accessed: float = 0.0 # timestamp
65-
config: Dict[str, Any] = None
65+
config: Dict[str, Any] = {}
6666

6767

6868
class AdapterTensorStore:

0 commit comments

Comments
 (0)