Metadata-Version: 2.1
Name: aibro
Version: 1.0.9
Summary: Serverless model training
Home-page: https://github.com/AIpaca-Inc/AIbro_lib
Author: AIpaca.ai
Author-email: hello@aipaca.ai
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/AIpaca-Inc/AIbro_lib/issues
Description: # AIbro
        
        AIbro is a serverless model training tool that helps data scientists train AI models on cloud platforms with one line of code.
        
        **Documentation**: [https://doc.aipaca.ai/](https://doc.aipaca.ai/),
        **Company Website**: [https://aipaca.ai/](https://aipaca.ai/)
        
        # Potential Install Error:
        
        If `OSError: protocol not found` shows up, it is caused by missing `/etc/protocols file.` file. This command should be able to resolve the error: `sudo apt-get -o Dpkg::Options::="--force-confmiss" install --reinstall netbase`
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
