Update model.py
Browse files
model.py
CHANGED
|
@@ -45,7 +45,7 @@ import torch
|
|
| 45 |
import torch.nn as nn
|
| 46 |
import torch.nn.functional as F
|
| 47 |
from typing import Optional, Dict
|
| 48 |
-
from
|
| 49 |
|
| 50 |
|
| 51 |
class NanoReasoningModel(nn.Module):
|
|
|
|
| 45 |
import torch.nn as nn
|
| 46 |
import torch.nn.functional as F
|
| 47 |
from typing import Optional, Dict
|
| 48 |
+
from components import TransformerBlock, RMSNorm
|
| 49 |
|
| 50 |
|
| 51 |
class NanoReasoningModel(nn.Module):
|