Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.
/ pytorch-glow-action Public archive

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

License

Notifications You must be signed in to change notification settings

zaitra/pytorch-glow-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 ...