Update modeling_latent_recurrent_depth.py
Browse files
modeling_latent_recurrent_depth.py
CHANGED
@@ -4,7 +4,7 @@ import torch.nn.functional as F
|
|
4 |
from typing import Optional, Tuple
|
5 |
import math
|
6 |
from transformers import PretrainedConfig, PreTrainedModel
|
7 |
-
from
|
8 |
|
9 |
# Configuration for the Latent Recurrent Depth Model
|
10 |
class LatentRecurrentDepthConfig(PretrainedConfig):
|
|
|
4 |
from typing import Optional, Tuple
|
5 |
import math
|
6 |
from transformers import PretrainedConfig, PreTrainedModel
|
7 |
+
from latent_Recurrent import LatentRecurrentDepthLM
|
8 |
|
9 |
# Configuration for the Latent Recurrent Depth Model
|
10 |
class LatentRecurrentDepthConfig(PretrainedConfig):
|