Skip to content

Commit

Permalink
adding JointMemoryLoader to the init (#196)
Browse files Browse the repository at this point in the history
JointMemoryLoader is missing in the init file.
  • Loading branch information
AliGhadirzadeh authored Feb 15, 2024
1 parent 3ce45d1 commit b78dce7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions emote/memory/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

from .callbacks import MemoryImporterCallback
from .memory import (
JointMemoryLoader,
LoggingProxyWrapper,
MemoryExporterProxyWrapper,
MemoryLoader,
Expand All @@ -21,4 +22,5 @@
"MemoryImporterCallback",
"LoggingProxyWrapper",
"MemoryWarmup",
"JointMemoryLoader",
]

0 comments on commit b78dce7

Please sign in to comment.