liuganghuggingface
commited on
Update graph_decoder/transformer.py
Browse files
graph_decoder/transformer.py
CHANGED
@@ -1,5 +1,3 @@
|
|
1 |
-
import spaces
|
2 |
-
|
3 |
import torch
|
4 |
import torch.nn as nn
|
5 |
from .layers import Attention, MLP
|
|
|
|
|
|
|
1 |
import torch
|
2 |
import torch.nn as nn
|
3 |
from .layers import Attention, MLP
|