Upload modeling_dplm2.py with huggingface_hub
Browse files- modeling_dplm2.py +0 -1
modeling_dplm2.py
CHANGED
|
@@ -5,7 +5,6 @@ This module is based on:
|
|
| 5 |
https://github.com/bytedance/dplm
|
| 6 |
"""
|
| 7 |
|
| 8 |
-
import entrypoint_setup
|
| 9 |
import torch
|
| 10 |
import torch.nn as nn
|
| 11 |
from torch.nn import functional as F
|
|
|
|
| 5 |
https://github.com/bytedance/dplm
|
| 6 |
"""
|
| 7 |
|
|
|
|
| 8 |
import torch
|
| 9 |
import torch.nn as nn
|
| 10 |
from torch.nn import functional as F
|