Skip to main content

No project description provided

Project description

AutoCog

PyPI version

Generate predict.py and cog.yaml automatically using GPT4

Install

pip install autocog

Usage

First, specify your AI provider with --ai-provider and set your OpenAI/Anthropic API key in an environment variable

OPENAI_API_KEY=sk-...
ANTHROPIC_API_KEY=sk-...

In the repo you want to cog-ify, run

autocog

This will generate a cog.yaml and predict.py based on the files in the current directory. It will then run the model and if it fails to run, it will attempt to fix the error and run it again. By default it has 5 attempts to fix it, which can be changed with the --attempts flag.

If your model needs a GPU to run, you need to run AutoCog on a GPU machine.

Human in the loop

Sometimes AutoCog fails to create a working Cog configuration. In those cases you, the human, have to step in and edit the cog.yaml and predict.py files.

Once you have edited them, let AutoCog continue by running autocog again. If you'd like to recreate predict.py and cog.yaml from scratch, run autocog --initialize.

By default, AutoCog will guess a cog predict command to run the model. If you want to specify your own predict command, use the --predict-command flag.

If you want AutoCog to take the generation of cog.yaml and predict.py in a specific direction, you can use the --tell flag to prompt GPT4:

autocog --tell="Add inputs to allow for inpainting"

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

autocog-0.0.11.tar.gz (18.7 kB view details)

Uploaded Source

Built Distribution

autocog-0.0.11-py3-none-any.whl (22.6 kB view details)

Uploaded Python 3

File details

Details for the file autocog-0.0.11.tar.gz.

File metadata

  • Download URL: autocog-0.0.11.tar.gz
  • Upload date:
  • Size: 18.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.6

File hashes

Hashes for autocog-0.0.11.tar.gz
Algorithm Hash digest
SHA256 af7bee10c5efdf3cc8fc569cf248c67ebb367e92f386f72d42be5458ee0c5577
MD5 cedd6cf370eea329f736a8b8a056d2fc
BLAKE2b-256 7f4746ebc976d08f7059972d1b0d69713e6e5df5eac6b755e5982697a8026d30

See more details on using hashes here.

File details

Details for the file autocog-0.0.11-py3-none-any.whl.

File metadata

  • Download URL: autocog-0.0.11-py3-none-any.whl
  • Upload date:
  • Size: 22.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.6

File hashes

Hashes for autocog-0.0.11-py3-none-any.whl
Algorithm Hash digest
SHA256 d9db3b9af7a991dd04bcfc3acb34c7b241b3245340488b499f80a460a50f859b
MD5 9d354748c288fde867188693d3f1b0a3
BLAKE2b-256 32062ce340dac9996952b7e18a13f8f06590d2a7331f3c239c0049990fa8a3f2

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page