Added stubs for other libraries

This commit is contained in:
Christian Risi 2025-10-03 20:28:23 +02:00
parent 15baba54ab
commit c6ac6df2c2
3 changed files with 3 additions and 1 deletions

View File

View File

@ -1,2 +1,4 @@
from . import BPE
from . import TorchShims
from . import Embedder
from . import Transformer
from . import TorchShims