Skip to content
This repository has been archived by the owner on Apr 16, 2023. It is now read-only.

iterative/example-gto-frozen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GTO Get Started

This is an auto-generated repository for use in GTO Get Started. It is a step-by-step quick introduction into basic GTO concepts.

🐛 Please report any issues found in this project here - example-repos-dev.

Installation

Python 3.7+ is required to run code from this repo.

$ git clone https://github.com/iterative/example-gto
$ cd example-gto

Now let's install the requirements. But before we do that, we strongly recommend creating a virtual environment with a tool such as virtualenv:

$ virtualenv -p python3 .env
$ source .env/bin/activate
$ pip install -r requirements.txt

To see GTO in action

To understand how this repo is generated, take a look at the example-gto/generate.sh file. To reproduce it locally, clone the repo, cd into example-gto, and run bash generate.sh.