Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

Latest commit

 

History

History
18 lines (12 loc) · 387 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 387 Bytes

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/[email protected]
with:
    command: |
        /root/dev/Build_Debug/bin/model-compiler ...