Update modeling_utils.py
Browse files- modeling_utils.py +0 -8
modeling_utils.py
CHANGED
|
@@ -1,12 +1,4 @@
|
|
| 1 |
|
| 2 |
-
"""
|
| 3 |
-
🔧 HyperMambaLM Utilities
|
| 4 |
-
All the handy tools and helper functions that make life easier!
|
| 5 |
-
|
| 6 |
-
Think of this as the Swiss Army knife of our codebase - full of useful gadgets
|
| 7 |
-
that don't deserve their own file but are too important to ignore.
|
| 8 |
-
"""
|
| 9 |
-
|
| 10 |
import torch
|
| 11 |
import torch.nn as nn
|
| 12 |
import torch.nn.functional as F
|
|
|
|
| 1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
import torch
|
| 3 |
import torch.nn as nn
|
| 4 |
import torch.nn.functional as F
|