init
This commit is contained in:
5
transformers/examples/legacy/seq2seq/__init__.py
Normal file
5
transformers/examples/legacy/seq2seq/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
import os
|
||||
import sys
|
||||
|
||||
|
||||
sys.path.insert(1, os.path.dirname(os.path.realpath(__file__)))
|
||||
Reference in New Issue
Block a user