Metadata-Version: 2.1
Name: pytorch-kfp-components
Version: 0.1.0
Summary: PyTorch Kubeflow Pipeline
Home-page: https://github.com/kubeflow/pipelines/tree/master/components/PyTorch/pytorch-kfp-components/
Author: The PyTorch Kubeflow Pipeline Components authors
Author-email: pytorch-kfp-components@fb.com
License: Apache License 2.0
Description: # PyTorch Kubeflow Pipeline Components
        
        PyTorch Kubeflow Pipeline Components provides an SDK and a set of components that lets you build kubeflow pipelines using PyTorch. You can use the predefined components in this repository to build your pipeline using the Kubeflow Pipelines SDK.
        
        ## Installation
        ### Requirements
        Python >= 3.6
        Kubeflow cluster setuo (on-prem or in any of the Clouds)
        
        ### Install latest release
        Use the following command to install PyTorch Pipeline Components from PyPI.
        
        ```
        pip install -U pytorch-kfp-components
        ```
        
        ### Install from source
        Use the following commands to install PyTorch Kubeflow Pipeline Components from GitHub.
        
        ```
        git clone https://github.com/kubeflow/pipelines.git
        pip install pipelines/components/PyTorch/pytorch_kfp_components/.
        ```
        
        ### Running the tests
        
        Run the following command
        
        ```
        pip install tox
        cd ./components/PyTorch/pytorch-kfp-components/
        tox -rvve py38
        ```
        
        ### Samples
        
        For running the samples follow the instruction mentioned as below
        
        [Samples README.md](../../../samples/contrib/pytorch-samples/README.md)
Keywords: Kubeflow Pipelines,KFP,ML workflow,PyTorch
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.6
Description-Content-Type: text/markdown
