LICENSE
MANIFEST.in
README.md
setup.py
solo_server/__init__.py
solo_server/cli.py
solo_server/finetune_script.py
solo_server/main.py
solo_server/utils.py
solo_server.egg-info/PKG-INFO
solo_server.egg-info/SOURCES.txt
solo_server.egg-info/dependency_links.txt
solo_server.egg-info/entry_points.txt
solo_server.egg-info/requires.txt
solo_server.egg-info/top_level.txt
solo_server/commands/__init__.py
solo_server/commands/benchmark.py
solo_server/commands/download_hf.py
solo_server/commands/finetune.py
solo_server/commands/models_list.py
solo_server/commands/robo.py
solo_server/commands/serve.py
solo_server/commands/status.py
solo_server/commands/stop.py
solo_server/commands/test.py
solo_server/commands/robots/__init__.py
solo_server/commands/robots/nvidia_groot.py
solo_server/commands/robots/lerobot/__init__.py
solo_server/commands/robots/lerobot/auth.py
solo_server/commands/robots/lerobot/calibration.py
solo_server/commands/robots/lerobot/cameras.py
solo_server/commands/robots/lerobot/config.py
solo_server/commands/robots/lerobot/dataset.py
solo_server/commands/robots/lerobot/lerobot.py
solo_server/commands/robots/lerobot/mode_config.py
solo_server/commands/robots/lerobot/ports.py
solo_server/commands/robots/lerobot/recording.py
solo_server/commands/robots/lerobot/teleoperation.py
solo_server/commands/robots/lerobot/utils/__init__.py
solo_server/config/__init__.py
solo_server/config/config.yaml
solo_server/config/config_loader.py
solo_server/utils/__init__.py
solo_server/utils/docker_utils.py
solo_server/utils/hardware.py
solo_server/utils/hf_utils.py
solo_server/utils/llama_cpp_utils.py
solo_server/utils/nvidia.py
solo_server/utils/server_utils.py