zaitra / pytorch-glow-action

Use Pytorch Glow deep learning compiler in a Docker container inside your Github workflows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pytorch Glow Github Action

Use glow (https://github.com/pytorch/glow) deep learning compiler in a Docker container inside you Github workflows.

Inputs

command

Required Command to be executed in container with glow installed.

Example usage

uses: zaitra/pytorch-glow-action@v0.1.2
with:
    command: |
        /root/dev/Build_Debug/bin/model-compiler ...

About

Use Pytorch Glow deep learning compiler in a Docker container inside your Github workflows

License:MIT License


Languages

Language:Dockerfile 94.4%Language:Shell 5.6%