Spaces:
Running
Running
File size: 142 Bytes
c61ccee |
1 2 3 4 5 6 7 |
import torch._C._lazy_ts_backend
def init():
"""Initializes the lazy Torchscript backend"""
torch._C._lazy_ts_backend._init()
|