Skip to content

Commit

Permalink
Enable installation
Browse files Browse the repository at this point in the history
Signed-off-by: Jeremy Fowers <[email protected]>
  • Loading branch information
jeremyfowers committed Nov 29, 2023
1 parent 451adb6 commit 8a310da
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 92 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-to-test-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: Publish Python 🐍 distributions 📦 to PyPI and TestPyPI

on:
push:
branches: ["main", "canary"]
branches: ["main", "development"]
tags:
- v*
pull_request:
branches: ["main", "canary"]
branches: ["main", "development"]

jobs:
build-n-publish:
Expand Down
80 changes: 0 additions & 80 deletions .github/workflows/test_azure.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/test_build_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: Lint and Test Build API

on:
push:
branches: ["main", "canary"]
branches: ["main", "development"]
pull_request:
branches: ["main", "canary"]
branches: ["main", "development"]

permissions:
contents: read
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_turnkey.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: Lint and Test TurnkeyML

on:
push:
branches: ["main", "canary"]
branches: ["main", "development"]
pull_request:
branches: ["main", "canary"]
branches: ["main", "development"]

permissions:
contents: read
Expand Down
2 changes: 0 additions & 2 deletions toolchain/models/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ This directory contains the TurnkeyML models, which is a large collection of mod
The TurnkeyML collection is made up of several corpora of models (_corpora_ is the plural of _corpus_... we had to look it up too). Each corpus is named after the online repository that the models were sourced from. Each corpus gets its own subdirectory in the `models` directory.

The corpora are:
- `diffusers`: models from the [Huggingface `diffusers` library](https://huggingface.co/docs/diffusers/index), including the models that make up Stable Diffusion.
- `graph_convolutions`: Graph Neural Network (GNN) models from a variety of publications. See the docstring on each .py file for the source.
- `popular_on_huggingface`: hundreds of the most-downloaded models from the [Huggingface models repository](https://huggingface.co/models).
- `selftest`: a small corpus with small models that can be used for testing out the tools.
- `torch_hub`: a variety of models, including many image classification models, from the [Torch Hub repository](https://github.com/pytorch/hub).
- `torchvision`: image recognition models from the [`torchvision` library](https://pytorch.org/vision/stable/index.html).
Expand Down
4 changes: 0 additions & 4 deletions toolchain/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,7 @@
"turnkeyml.cli",
"turnkeyml.common",
"turnkeyml_models",
"turnkeyml_models.diffusers",
"turnkeyml_models.graph_convolutions",
"turnkeyml_models.llm",
"turnkeyml_models.llm_layer",
"turnkeyml_models.popular_on_huggingface",
"turnkeyml_models.selftest",
"turnkeyml_models.timm",
"turnkeyml_models.torch_hub",
Expand Down

0 comments on commit 8a310da

Please sign in to comment.