chore: import upstream snapshot with attribution
This commit is contained in:
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
class Transformer:
|
||||
def __init__(self, d_model: int):
|
||||
self.d_model = d_model
|
||||
|
||||
def forward(self, x):
|
||||
return x
|
||||
Reference in New Issue
Block a user