uvpatel7271's picture
Upload folder using huggingface_hub
c29f1fd verified
raw
history blame contribute delete
161 Bytes
"""PyTorch-backed model wrappers for the analyzer platform."""
from .pytorch_model import PyTorchCodeAnalyzerModel
__all__ = ["PyTorchCodeAnalyzerModel"]