omni_bot / swarms /agents /neural_architecture_search_worker.py
Zack Zitting Bradshaw
Upload folder using huggingface_hub
4962437
"""The Replicator"""
class Replicator:
def __init__(
self,
model_name,
):
pass
def run(self, task):
pass