.all-contributorsrc
.envrc
.git_archival.txt
.gitattributes
.gitignore
.golangci.yaml
.goreleaser.yaml
.mockery.yml
.python-version
.tool-versions
AGENTS.md
CLAUDE.md
CONTRIBUTING.md
LICENSE
Makefile
README.md
go.mod
go.sum
mkdocs.yml
pyproject.toml
tox.ini
uv.lock
.github/dependabot.yml
.github/workflows/ci.yaml
.github/workflows/codeql.yml
.github/workflows/docs.yaml
.github/workflows/llm-docs.yml
.github/workflows/pypi-package.yaml
.vscode/extensions.json
.vscode/settings.json
cmd/base-image/baseimage.go
cmd/cog/cog.go
coglet/pyproject.toml
coglet/uv.lock
coglet/cmd/coglet-server/main.go
coglet/internal/config/config.go
coglet/internal/logging/logger.go
coglet/internal/logging/logging_test.go
coglet/internal/loggingtest/test_helper.go
coglet/internal/loggingtest/test_helper_test.go
coglet/internal/runner/config.go
coglet/internal/runner/config_test.go
coglet/internal/runner/isolation.go
coglet/internal/runner/isolation_test.go
coglet/internal/runner/manager.go
coglet/internal/runner/manager_test.go
coglet/internal/runner/openapi-procedure.json
coglet/internal/runner/path.go
coglet/internal/runner/path_test.go
coglet/internal/runner/procedure.go
coglet/internal/runner/procedure_test.go
coglet/internal/runner/runner.go
coglet/internal/runner/runner_test.go
coglet/internal/runner/types.go
coglet/internal/runner/types_test.go
coglet/internal/server/mux.go
coglet/internal/server/server.go
coglet/internal/server/types.go
coglet/internal/service/service.go
coglet/internal/tests/async_prediction_test.go
coglet/internal/tests/async_predictor_test.go
coglet/internal/tests/coder_test.go
coglet/internal/tests/filter_test.go
coglet/internal/tests/harness_test.go
coglet/internal/tests/input_defaults_test.go
coglet/internal/tests/input_function_test.go
coglet/internal/tests/iterator_test.go
coglet/internal/tests/logs_test.go
coglet/internal/tests/output_test.go
coglet/internal/tests/path_input_regression_test.go
coglet/internal/tests/path_out_test.go
coglet/internal/tests/path_test.go
coglet/internal/tests/prediction_test.go
coglet/internal/tests/procedure_schema_test.go
coglet/internal/tests/procedure_test.go
coglet/internal/tests/secret_test.go
coglet/internal/tests/setup_test.go
coglet/internal/tests/shutdown_test.go
coglet/internal/tests/testdata/.python_version
coglet/internal/tests/testdata/mimetype/1.sm.webp
coglet/internal/tests/testdata/mimetype/doc.doc
coglet/internal/tests/testdata/mimetype/docx.docx
coglet/internal/tests/testdata/mimetype/gif.gif
coglet/internal/tests/testdata/mimetype/jar.jar
coglet/internal/tests/testdata/mimetype/jar_in_zip.zip
coglet/internal/tests/testdata/mimetype/msg.msg
coglet/internal/tests/testdata/mimetype/msi.msi
coglet/internal/tests/testdata/mimetype/ppt.ppt
coglet/internal/tests/testdata/mimetype/pptx.pptx
coglet/internal/tests/testdata/mimetype/pub.pub
coglet/internal/tests/testdata/mimetype/shp.shp
coglet/internal/tests/testdata/mimetype/tar.tar
coglet/internal/tests/testdata/mimetype/tzfile
coglet/internal/tests/testdata/mimetype/utf8.txt
coglet/internal/tests/testdata/mimetype/xls.xls
coglet/internal/tests/testdata/mimetype/xlsx.xlsx
coglet/internal/version/version.go
coglet/internal/webhook/webhook.go
coglet/internal/webhook/webhook_test.go
coglet/python/cog/__init__.py
coglet/python/cog/__init__.pyi
coglet/python/cog/coder/__init__.py
coglet/python/cog/coder/__init__.pyi
coglet/python/cog/coder/dataclass_coder.py
coglet/python/cog/coder/json_coder.py
coglet/python/cog/coder/pydantic_coder.py
coglet/python/cog/coder/set_coder.py
coglet/python/cog/command/__init__.py
coglet/python/cog/command/__init__.pyi
coglet/python/cog/command/call_graph.py
coglet/python/cog/command/go_cog.py
coglet/python/cog/command/openapi_schema.py
coglet/python/cog/command/test.py
coglet/python/cog/server/__init__.py
coglet/python/cog/server/__init__.pyi
coglet/python/cog/server/exceptions/__init__.py
coglet/python/cog/server/http/__main__.py
coglet/python/coglet/__init__.py
coglet/python/coglet/__init__.pyi
coglet/python/coglet/__main__.py
coglet/python/coglet/__main__.pyi
coglet/python/coglet/_version.pyi
coglet/python/coglet/adt.py
coglet/python/coglet/adt.pyi
coglet/python/coglet/api.py
coglet/python/coglet/api.pyi
coglet/python/coglet/asts.py
coglet/python/coglet/asts.pyi
coglet/python/coglet/file_runner.py
coglet/python/coglet/file_runner.pyi
coglet/python/coglet/inspector.py
coglet/python/coglet/inspector.pyi
coglet/python/coglet/openapi.json
coglet/python/coglet/runner.py
coglet/python/coglet/runner.pyi
coglet/python/coglet/schema.py
coglet/python/coglet/schema.pyi
coglet/python/coglet/schemas.py
coglet/python/coglet/schemas.pyi
coglet/python/coglet/scope.py
coglet/python/coglet/scope.pyi
coglet/python/coglet/test.py
coglet/python/coglet/test.pyi
coglet/python/coglet/util.py
coglet/python/coglet/util.pyi
coglet/python/tests/__init__.py
coglet/python/tests/test_bad_inputs.py
coglet/python/tests/test_bad_predictor.py
coglet/python/tests/test_basemodel_inheritance.py
coglet/python/tests/test_cases.py
coglet/python/tests/test_file_runner.py
coglet/python/tests/test_file_runner_async.py
coglet/python/tests/test_file_runner_iterator.py
coglet/python/tests/test_input_function.py
coglet/python/tests/test_input_functional.py
coglet/python/tests/test_predictors.py
coglet/python/tests/test_test_inputs.py
coglet/python/tests/test_weights.py
coglet/python/tests/util.py
coglet/python/tests/webhook.py
coglet/python/tests/bad_inputs/choices.py
coglet/python/tests/bad_inputs/cog.yaml
coglet/python/tests/bad_inputs/ge_le.py
coglet/python/tests/bad_inputs/min_max_length.py
coglet/python/tests/bad_inputs/regex.py
coglet/python/tests/bad_inputs/simple.py
coglet/python/tests/bad_predictors/cog.yaml
coglet/python/tests/bad_predictors/future.py
coglet/python/tests/bad_predictors/input_choices.py
coglet/python/tests/bad_predictors/input_choices_ge.py
coglet/python/tests/bad_predictors/input_choices_le.py
coglet/python/tests/bad_predictors/input_choices_len.py
coglet/python/tests/bad_predictors/input_choices_max_length.py
coglet/python/tests/bad_predictors/input_choices_min_length.py
coglet/python/tests/bad_predictors/input_choices_types.py
coglet/python/tests/bad_predictors/input_default_ge.py
coglet/python/tests/bad_predictors/input_default_le.py
coglet/python/tests/bad_predictors/input_default_max_length.py
coglet/python/tests/bad_predictors/input_default_min_length.py
coglet/python/tests/bad_predictors/input_default_none.py
coglet/python/tests/bad_predictors/input_default_none_list1.py
coglet/python/tests/bad_predictors/input_default_none_list2.py
coglet/python/tests/bad_predictors/input_default_none_primitive.py
coglet/python/tests/bad_predictors/input_default_regex.py
coglet/python/tests/bad_predictors/input_defaults_ge.py
coglet/python/tests/bad_predictors/input_defaults_le.py
coglet/python/tests/bad_predictors/input_defaults_max_length.py
coglet/python/tests/bad_predictors/input_defaults_min_length.py
coglet/python/tests/bad_predictors/input_enum_choices.py
coglet/python/tests/bad_predictors/input_enum_default.py
coglet/python/tests/bad_predictors/input_ge_le.py
coglet/python/tests/bad_predictors/input_ge_le_list.py
coglet/python/tests/bad_predictors/input_ge_le_opt.py
coglet/python/tests/bad_predictors/input_min_max_str.py
coglet/python/tests/bad_predictors/input_nested_list.py
coglet/python/tests/bad_predictors/input_nested_opt.py
coglet/python/tests/bad_predictors/input_regex.py
coglet/python/tests/bad_predictors/input_type.py
coglet/python/tests/bad_predictors/input_unsupported.py
coglet/python/tests/bad_predictors/output_iter_arg.py
coglet/python/tests/bad_predictors/output_iter_arg_async.py
coglet/python/tests/bad_predictors/output_iter_arg_async_concat.py
coglet/python/tests/bad_predictors/output_iter_arg_concat.py
coglet/python/tests/bad_predictors/output_iter_str_async_concat.py
coglet/python/tests/bad_predictors/output_iter_str_concat.py
coglet/python/tests/bad_predictors/output_opt.py
coglet/python/tests/bad_predictors/predict_fn.py
coglet/python/tests/bad_predictors/predict_kwarg.py
coglet/python/tests/bad_predictors/predict_none.py
coglet/python/tests/bad_predictors/predict_self.py
coglet/python/tests/bad_predictors/predict_vararg.py
coglet/python/tests/bad_predictors/procedure_input_default_none_primitive.py
coglet/python/tests/bad_predictors/procedure_predict_fn.py
coglet/python/tests/bad_predictors/procedure_predict_kwarg.py
coglet/python/tests/bad_predictors/procedure_predict_none.py
coglet/python/tests/bad_predictors/procedure_predict_vararg.py
coglet/python/tests/bad_predictors/setup_arg.py
coglet/python/tests/bad_predictors/setup_fn.py
coglet/python/tests/bad_predictors/setup_kwargs.py
coglet/python/tests/bad_predictors/setup_none.py
coglet/python/tests/bad_predictors/setup_self.py
coglet/python/tests/bad_predictors/setup_varargs.py
coglet/python/tests/cases/procedure.py
coglet/python/tests/cases/repetition.py
coglet/python/tests/procedures/bad/cog.yaml
coglet/python/tests/procedures/bad/predict.py
coglet/python/tests/procedures/bar/cog.yaml
coglet/python/tests/procedures/bar/predict.py
coglet/python/tests/procedures/baz/cog.yaml
coglet/python/tests/procedures/baz/predict.py
coglet/python/tests/procedures/cleanup/cog.yaml
coglet/python/tests/procedures/cleanup/predict.py
coglet/python/tests/procedures/foo/cog.yaml
coglet/python/tests/procedures/foo/predict.py
coglet/python/tests/procedures/path_test/cog.yaml
coglet/python/tests/procedures/path_test/predict.py
coglet/python/tests/procedures/setuid/cog.yaml
coglet/python/tests/procedures/setuid/predict.py
coglet/python/tests/runners/.gitignore
coglet/python/tests/runners/async_concat_iterator.py
coglet/python/tests/runners/async_iterator.py
coglet/python/tests/runners/async_sleep.py
coglet/python/tests/runners/chat.py
coglet/python/tests/runners/chats.py
coglet/python/tests/runners/concat_iterator.py
coglet/python/tests/runners/custom_output.py
coglet/python/tests/runners/dataclass.py
coglet/python/tests/runners/function_async_concat_iterator.py
coglet/python/tests/runners/function_concat_iterator.py
coglet/python/tests/runners/input_bad_mutable_default.py
coglet/python/tests/runners/input_bare_dict.py
coglet/python/tests/runners/input_bare_set.py
coglet/python/tests/runners/input_builtin_dict.py
coglet/python/tests/runners/input_builtin_list.py
coglet/python/tests/runners/input_builtin_set.py
coglet/python/tests/runners/input_function.py
coglet/python/tests/runners/input_immutable_default.py
coglet/python/tests/runners/input_mutable_default.py
coglet/python/tests/runners/input_mutable_isolation.py
coglet/python/tests/runners/input_simple.py
coglet/python/tests/runners/input_typing_dict.py
coglet/python/tests/runners/input_typing_list.py
coglet/python/tests/runners/input_typing_set.py
coglet/python/tests/runners/iterator.py
coglet/python/tests/runners/json_obj.py
coglet/python/tests/runners/logs.py
coglet/python/tests/runners/mime.py
coglet/python/tests/runners/mimes.py
coglet/python/tests/runners/not_path.py
coglet/python/tests/runners/output.py
coglet/python/tests/runners/path.py
coglet/python/tests/runners/path_input_https.py
coglet/python/tests/runners/path_out.py
coglet/python/tests/runners/path_out_any.py
coglet/python/tests/runners/path_out_dataclass.py
coglet/python/tests/runners/path_out_iter.py
coglet/python/tests/runners/path_out_json.py
coglet/python/tests/runners/path_out_output.py
coglet/python/tests/runners/path_out_pathlike.py
coglet/python/tests/runners/path_out_pydantic.py
coglet/python/tests/runners/secret.py
coglet/python/tests/runners/setup_default_args.py
coglet/python/tests/runners/sleep.py
coglet/python/tests/runners/tqdm_out.py
coglet/python/tests/runners/typeddict_obj.py
coglet/python/tests/runners/unions.py
coglet/python/tests/schemas/.gitignore
coglet/python/tests/schemas/choices.json
coglet/python/tests/schemas/choices.py
coglet/python/tests/schemas/cog.yaml
coglet/python/tests/schemas/custom_output.json
coglet/python/tests/schemas/custom_output.py
coglet/python/tests/schemas/decorator.json
coglet/python/tests/schemas/decorator.py
coglet/python/tests/schemas/defaults.json
coglet/python/tests/schemas/defaults.py
coglet/python/tests/schemas/deprecated.json
coglet/python/tests/schemas/deprecated.py
coglet/python/tests/schemas/descriptions.json
coglet/python/tests/schemas/descriptions.py
coglet/python/tests/schemas/enums.json
coglet/python/tests/schemas/enums.py
coglet/python/tests/schemas/floats.json
coglet/python/tests/schemas/floats.py
coglet/python/tests/schemas/input_function_test.json
coglet/python/tests/schemas/length.json
coglet/python/tests/schemas/length.py
coglet/python/tests/schemas/lists.json
coglet/python/tests/schemas/lists.py
coglet/python/tests/schemas/output_any.json
coglet/python/tests/schemas/output_any.py
coglet/python/tests/schemas/output_bool.json
coglet/python/tests/schemas/output_bool.py
coglet/python/tests/schemas/output_complex_types.json
coglet/python/tests/schemas/output_complex_types.py
coglet/python/tests/schemas/output_concat_iter.json
coglet/python/tests/schemas/output_concat_iter.py
coglet/python/tests/schemas/output_float.json
coglet/python/tests/schemas/output_float.py
coglet/python/tests/schemas/output_int.json
coglet/python/tests/schemas/output_int.py
coglet/python/tests/schemas/output_iterator.json
coglet/python/tests/schemas/output_iterator.py
coglet/python/tests/schemas/output_list.json
coglet/python/tests/schemas/output_list.py
coglet/python/tests/schemas/output_list1.json
coglet/python/tests/schemas/output_list1.py
coglet/python/tests/schemas/output_list2.json
coglet/python/tests/schemas/output_list2.py
coglet/python/tests/schemas/output_object.json
coglet/python/tests/schemas/output_object.py
coglet/python/tests/schemas/output_path.json
coglet/python/tests/schemas/output_path.py
coglet/python/tests/schemas/output_secret.json
coglet/python/tests/schemas/output_secret.py
coglet/python/tests/schemas/output_str.json
coglet/python/tests/schemas/output_str.py
coglet/python/tests/schemas/paths.json
coglet/python/tests/schemas/paths.py
coglet/python/tests/schemas/primitives.json
coglet/python/tests/schemas/primitives.py
coglet/python/tests/schemas/range.json
coglet/python/tests/schemas/range.py
coglet/python/tests/schemas/regex.json
coglet/python/tests/schemas/regex.py
coglet/python/tests/schemas/secret.json
coglet/python/tests/schemas/secret.py
coglet/python/tests/schemas/weights.json
coglet/python/tests/schemas/weights.py
docs/CNAME
docs/cli.md
docs/cog.png
docs/deploy.md
docs/environment.md
docs/getting-started-own-model.md
docs/getting-started.md
docs/http.md
docs/llms.txt
docs/notebooks.md
docs/private-package-registry.md
docs/python.md
docs/redis.md
docs/training.md
docs/yaml.md
docs/stylesheets/extra.css
docs/wsl2/wsl2.md
docs/wsl2/images/cog_model_output.png
docs/wsl2/images/enable_feature_success.png
docs/wsl2/images/glide_out.png
docs/wsl2/images/memory-usage.png
docs/wsl2/images/nvidia_driver_select.png
docs/wsl2/images/wsl2-enable.png
pkg/api/client.go
pkg/api/client_test.go
pkg/cli/baseimage.go
pkg/cli/build.go
pkg/cli/debug.go
pkg/cli/init.go
pkg/cli/init_test.go
pkg/cli/login.go
pkg/cli/migrate.go
pkg/cli/predict.go
pkg/cli/pull.go
pkg/cli/push.go
pkg/cli/root.go
pkg/cli/run.go
pkg/cli/serve.go
pkg/cli/train.go
pkg/cli/init-templates/base/.dockerignore
pkg/cli/init-templates/base/cog.yaml
pkg/cli/init-templates/base/predict.py
pkg/cli/init-templates/base/requirements.txt
pkg/cli/init-templates/base/.github/workflows/push.yaml
pkg/cli/init-templates/pipeline/.dockerignore
pkg/cli/init-templates/pipeline/AGENTS.md
pkg/cli/init-templates/pipeline/README.md
pkg/cli/init-templates/pipeline/cog.yaml
pkg/cli/init-templates/pipeline/main.py
pkg/cli/init-templates/pipeline/requirements.txt
pkg/coglog/build_log_context.go
pkg/coglog/client.go
pkg/coglog/client_test.go
pkg/coglog/env.go
pkg/coglog/env_test.go
pkg/coglog/migrate_log_context.go
pkg/coglog/pull_log_context.go
pkg/coglog/push_log_context.go
pkg/config/compatibility.go
pkg/config/compatibility_test.go
pkg/config/config.go
pkg/config/config_test.go
pkg/config/cuda_base_images.json
pkg/config/env_variables.go
pkg/config/env_variables_test.go
pkg/config/image_name.go
pkg/config/image_name_test.go
pkg/config/load.go
pkg/config/load_test.go
pkg/config/tf_compatibility_matrix.json
pkg/config/torch_compatibility_matrix.json
pkg/config/validator.go
pkg/config/validator_test.go
pkg/config/version.go
pkg/config/data/config_schema_v1.0.json
pkg/docker/build_secrets.go
pkg/docker/buildkit.go
pkg/docker/credential_helper_input.go
pkg/docker/credentials.go
pkg/docker/credentials_test.go
pkg/docker/docker.go
pkg/docker/docker_client_test.go
pkg/docker/env.go
pkg/docker/errors.go
pkg/docker/fast_push.go
pkg/docker/fast_push_test.go
pkg/docker/host.go
pkg/docker/host_unix.go
pkg/docker/host_windows.go
pkg/docker/login.go
pkg/docker/monobase.go
pkg/docker/monobase_test.go
pkg/docker/options.go
pkg/docker/pipeline_push.go
pkg/docker/pipeline_push_test.go
pkg/docker/push.go
pkg/docker/push_test.go
pkg/docker/run.go
pkg/docker/run_test.go
pkg/docker/standard_push.go
pkg/docker/standard_push_test.go
pkg/docker/command/command.go
pkg/docker/command/errors.go
pkg/docker/command/manifest.go
pkg/docker/command/user_info.go
pkg/docker/dockertest/command_mocks.go
pkg/docker/dockertest/helper_client.go
pkg/docker/dockertest/image.go
pkg/docker/dockertest/mock_command.go
pkg/docker/dockertest/ref.go
pkg/docker/dockertest/ref_test.go
pkg/docker/dockertest/testdata/alpine.tar
pkg/docker/dockertest/testdata/create-image-fixtures.sh
pkg/dockercontext/build_tempdir.go
pkg/dockercontext/build_tempdir_test.go
pkg/dockercontext/directories.go
pkg/dockerfile/base.go
pkg/dockerfile/base_test.go
pkg/dockerfile/cog_embed.go
pkg/dockerfile/cog_embed_test.go
pkg/dockerfile/env.go
pkg/dockerfile/fast_generator.go
pkg/dockerfile/fast_generator_test.go
pkg/dockerfile/generator.go
pkg/dockerfile/generator_factory.go
pkg/dockerfile/generator_factory_test.go
pkg/dockerfile/monobase_matrix.go
pkg/dockerfile/monobase_matrix_test.go
pkg/dockerfile/standard_generator.go
pkg/dockerfile/standard_generator_test.go
pkg/dockerfile/version_check.go
pkg/dockerignore/dockerignore.go
pkg/dockerignore/dockerignore_test.go
pkg/env/env.go
pkg/env/env_test.go
pkg/errors/common.go
pkg/errors/errors.go
pkg/global/global.go
pkg/http/client.go
pkg/http/client_test.go
pkg/http/transport.go
pkg/http/transport_test.go
pkg/http/user_agent.go
pkg/http/user_agent_test.go
pkg/image/build.go
pkg/image/build_test.go
pkg/image/config.go
pkg/image/model_dependencies.go
pkg/image/openapi_schema.go
pkg/image/pip_freeze.go
pkg/migrate/factory.go
pkg/migrate/factory_test.go
pkg/migrate/migrations.go
pkg/migrate/migrations_test.go
pkg/migrate/migrator.go
pkg/migrate/migrator_v1_v1fast.go
pkg/migrate/migrator_v1_v1fast_test.go
pkg/monobeam/client.go
pkg/monobeam/client_test.go
pkg/path/path.go
pkg/path/path_test.go
pkg/predict/api.go
pkg/predict/input.go
pkg/predict/predictor.go
pkg/procedure/validate.go
pkg/procedure/validate_test.go
pkg/registry/client.go
pkg/registry/client_test.go
pkg/registry/manifest_result.go
pkg/registry/registry_client.go
pkg/registry/registrytest/mock_client.go
pkg/registry_testhelpers/registry_container.go
pkg/registry_testhelpers/testdata/docker/registry/v2/blobs/sha256/1c/1c4eef651f65e2f7daee7ee785882ac164b02b78fb74503052a26dc061c90474/data
pkg/registry_testhelpers/testdata/docker/registry/v2/blobs/sha256/6e/6e771e15690e2fabf2332d3a3b744495411d6e0b00b2aea64419b58b0066cf81/data
pkg/registry_testhelpers/testdata/docker/registry/v2/blobs/sha256/75/757d680068d77be46fd1ea20fb21db16f150468c5e7079a08a2e4705aec096ac/data
pkg/registry_testhelpers/testdata/docker/registry/v2/blobs/sha256/8d/8d591b0b7dea080ea3be9e12ae563eebf9869168ffced1cb25b2470a3d9fe15e/data
pkg/registry_testhelpers/testdata/docker/registry/v2/blobs/sha256/9a/9a0ff41dccad7a96f324a4655a715c623ed3511c7336361ffa9dadcecbdb99e5/data
pkg/registry_testhelpers/testdata/docker/registry/v2/blobs/sha256/ad/aded1e1a5b3705116fa0a92ba074a5e0b0031647d9c315983ccba2ee5428ec8b/data
pkg/registry_testhelpers/testdata/docker/registry/v2/blobs/sha256/f1/f18232174bc91741fdf3da96d85011092101a032a93a388b79e99e69c2d5c870/data
pkg/registry_testhelpers/testdata/docker/registry/v2/repositories/alpine/_layers/sha256/6e771e15690e2fabf2332d3a3b744495411d6e0b00b2aea64419b58b0066cf81/link
pkg/registry_testhelpers/testdata/docker/registry/v2/repositories/alpine/_layers/sha256/8d591b0b7dea080ea3be9e12ae563eebf9869168ffced1cb25b2470a3d9fe15e/link
pkg/registry_testhelpers/testdata/docker/registry/v2/repositories/alpine/_layers/sha256/aded1e1a5b3705116fa0a92ba074a5e0b0031647d9c315983ccba2ee5428ec8b/link
pkg/registry_testhelpers/testdata/docker/registry/v2/repositories/alpine/_layers/sha256/f18232174bc91741fdf3da96d85011092101a032a93a388b79e99e69c2d5c870/link
pkg/registry_testhelpers/testdata/docker/registry/v2/repositories/alpine/_manifests/revisions/sha256/1c4eef651f65e2f7daee7ee785882ac164b02b78fb74503052a26dc061c90474/link
pkg/registry_testhelpers/testdata/docker/registry/v2/repositories/alpine/_manifests/revisions/sha256/757d680068d77be46fd1ea20fb21db16f150468c5e7079a08a2e4705aec096ac/link
pkg/registry_testhelpers/testdata/docker/registry/v2/repositories/alpine/_manifests/revisions/sha256/9a0ff41dccad7a96f324a4655a715c623ed3511c7336361ffa9dadcecbdb99e5/link
pkg/registry_testhelpers/testdata/docker/registry/v2/repositories/alpine/_manifests/tags/latest/current/link
pkg/registry_testhelpers/testdata/docker/registry/v2/repositories/alpine/_manifests/tags/latest/index/sha256/9a0ff41dccad7a96f324a4655a715c623ed3511c7336361ffa9dadcecbdb99e5/link
pkg/requirements/requirements.go
pkg/requirements/requirements_test.go
pkg/update/state.go
pkg/update/update.go
pkg/util/env.go
pkg/util/errors.go
pkg/util/hash.go
pkg/util/hash_test.go
pkg/util/net.go
pkg/util/overwrite_yaml.go
pkg/util/overwrite_yaml_test.go
pkg/util/platform.go
pkg/util/ringbuffer.go
pkg/util/console/console.go
pkg/util/console/formatting.go
pkg/util/console/global.go
pkg/util/console/interactive.go
pkg/util/console/levels.go
pkg/util/console/term.go
pkg/util/files/files.go
pkg/util/files/files_test.go
pkg/util/mime/mime.go
pkg/util/mime/mime_test.go
pkg/util/shell/net.go
pkg/util/shell/pipes.go
pkg/util/slices/slices.go
pkg/util/version/version.go
pkg/util/version/version_test.go
pkg/web/client.go
pkg/web/client_test.go
pkg/weights/fast_weights.go
pkg/weights/fast_weights_manifest.go
pkg/weights/fast_weights_test.go
pkg/weights/manifest.go
pkg/weights/weights.go
pkg/weights/weights_test.go
python/cog/.gitignore
python/cog/__init__.py
python/cog/_version.py
python/cog/base_input.py
python/cog/base_predictor.py
python/cog/code_xforms.py
python/cog/config.py
python/cog/env_property.py
python/cog/errors.py
python/cog/files.py
python/cog/json.py
python/cog/logging.py
python/cog/mimetypes_ext.py
python/cog/mode.py
python/cog/predictor.py
python/cog/schema.py
python/cog/suppress_output.py
python/cog/types.py
python/cog/wait.py
python/cog.egg-info/PKG-INFO
python/cog.egg-info/SOURCES.txt
python/cog.egg-info/dependency_links.txt
python/cog.egg-info/requires.txt
python/cog.egg-info/top_level.txt
python/cog/command/__init__.py
python/cog/command/ast_openapi_schema.py
python/cog/command/call_graph.py
python/cog/command/migrate_v1_v1fast.py
python/cog/command/openapi_schema.py
python/cog/ext/__init__.py
python/cog/server/__init__.py
python/cog/server/connection.py
python/cog/server/errors.py
python/cog/server/eventtypes.py
python/cog/server/exceptions.py
python/cog/server/helpers.py
python/cog/server/http.py
python/cog/server/probes.py
python/cog/server/response_throttler.py
python/cog/server/runner.py
python/cog/server/scope.py
python/cog/server/telemetry.py
python/cog/server/useragent.py
python/cog/server/webhook.py
python/cog/server/worker.py
python/tests/conftest.py
python/tests/test_code_xforms.py
python/tests/test_config.py
python/tests/test_json.py
python/tests/test_mimetypes_ext.py
python/tests/test_predictor.py
python/tests/test_types.py
python/tests/test_wait.py
python/tests/cog/test_files.py
python/tests/command/__init__.py
python/tests/command/call_graph_test.py
python/tests/fixtures/argv_override.py
python/tests/server/__init__.py
python/tests/server/conftest.py
python/tests/server/test_helpers.py
python/tests/server/test_http.py
python/tests/server/test_http_input.py
python/tests/server/test_http_output.py
python/tests/server/test_predictor.py
python/tests/server/test_probes.py
python/tests/server/test_response_throttler.py
python/tests/server/test_runner.py
python/tests/server/test_webhook.py
python/tests/server/test_worker.py
python/tests/server/fixtures/async_setup_uses_same_loop_as_predict.py
python/tests/server/fixtures/catch_in_predict.py
python/tests/server/fixtures/complex_output.py
python/tests/server/fixtures/count_up.py
python/tests/server/fixtures/exc_in_predict.py
python/tests/server/fixtures/exc_in_setup.py
python/tests/server/fixtures/exc_in_setup_and_predict.py
python/tests/server/fixtures/exc_on_import.py
python/tests/server/fixtures/exit_in_predict.py
python/tests/server/fixtures/exit_in_setup.py
python/tests/server/fixtures/exit_on_import.py
python/tests/server/fixtures/function.py
python/tests/server/fixtures/hello_world.py
python/tests/server/fixtures/hello_world_async.py
python/tests/server/fixtures/import_err.py
python/tests/server/fixtures/input_choices.py
python/tests/server/fixtures/input_choices_integer.py
python/tests/server/fixtures/input_choices_iterable.py
python/tests/server/fixtures/input_deprecated.py
python/tests/server/fixtures/input_file.py
python/tests/server/fixtures/input_ge_le.py
python/tests/server/fixtures/input_integer.py
python/tests/server/fixtures/input_integer_default.py
python/tests/server/fixtures/input_kwargs.py
python/tests/server/fixtures/input_literal.py
python/tests/server/fixtures/input_literal_integer.py
python/tests/server/fixtures/input_multiple.py
python/tests/server/fixtures/input_none.py
python/tests/server/fixtures/input_path.py
python/tests/server/fixtures/input_path_2.py
python/tests/server/fixtures/input_path_or_none.py
python/tests/server/fixtures/input_secret.py
python/tests/server/fixtures/input_string.py
python/tests/server/fixtures/input_union_integer_or_list_of_integers.py
python/tests/server/fixtures/input_union_string_or_list_of_strings.py
python/tests/server/fixtures/input_unsupported_type.py
python/tests/server/fixtures/input_untyped.py
python/tests/server/fixtures/killed_in_predict.py
python/tests/server/fixtures/logging.py
python/tests/server/fixtures/logging_async.py
python/tests/server/fixtures/missing_predict.py
python/tests/server/fixtures/missing_predictor.py
python/tests/server/fixtures/openapi_complex_input.py
python/tests/server/fixtures/openapi_custom_output_type.py
python/tests/server/fixtures/openapi_input_int_choices.py
python/tests/server/fixtures/openapi_optional_output_type.py
python/tests/server/fixtures/openapi_output_list.py
python/tests/server/fixtures/openapi_output_type.py
python/tests/server/fixtures/openapi_output_yield.py
python/tests/server/fixtures/output_complex.py
python/tests/server/fixtures/output_file.py
python/tests/server/fixtures/output_file_named.py
python/tests/server/fixtures/output_iterator_complex.py
python/tests/server/fixtures/output_numpy.py
python/tests/server/fixtures/output_path_image.py
python/tests/server/fixtures/output_path_text.py
python/tests/server/fixtures/output_wrong_type.py
python/tests/server/fixtures/record_metric.py
python/tests/server/fixtures/record_metric_async.py
python/tests/server/fixtures/setup.py
python/tests/server/fixtures/setup_async.py
python/tests/server/fixtures/setup_async_with_sync_predict.py
python/tests/server/fixtures/setup_uses_async.py
python/tests/server/fixtures/setup_weights.py
python/tests/server/fixtures/simple.py
python/tests/server/fixtures/simple_async.py
python/tests/server/fixtures/sleep.py
python/tests/server/fixtures/sleep_async.py
python/tests/server/fixtures/slow_predict.py
python/tests/server/fixtures/slow_setup.py
python/tests/server/fixtures/steps.py
python/tests/server/fixtures/stream_redirector_race_condition.py
python/tests/server/fixtures/train.py
python/tests/server/fixtures/with_context.py
python/tests/server/fixtures/with_context_async.py
python/tests/server/fixtures/yield_concatenate_iterator.py
python/tests/server/fixtures/yield_files.py
python/tests/server/fixtures/yield_strings.py
python/tests/server/fixtures/yield_strings_file_input.py
script/format
script/lint
script/setup
script/test
script/test-all
script/test-go
script/test-python
test-integration/test_integration/__init__.py
test-integration/test_integration/conftest.py
test-integration/test_integration/test_build.py
test-integration/test_integration/test_config.py
test-integration/test_integration/test_migrate.py
test-integration/test_integration/test_predict.py
test-integration/test_integration/test_run.py
test-integration/test_integration/test_train.py
test-integration/test_integration/util.py
test-integration/test_integration/fixtures/apt-packages/cog.yaml
test-integration/test_integration/fixtures/apt-packages/predict.py
test-integration/test_integration/fixtures/async-sleep-project/cog.yaml
test-integration/test_integration/fixtures/async-sleep-project/predict.py
test-integration/test_integration/fixtures/async-string-project/cog.yaml
test-integration/test_integration/fixtures/async-string-project/predict.py
test-integration/test_integration/fixtures/bad-dockerignore/.dockerignore
test-integration/test_integration/fixtures/bad-dockerignore/cog.yaml
test-integration/test_integration/fixtures/bad-dockerignore/predict.py
test-integration/test_integration/fixtures/cog-runtime-float/cog.yaml
test-integration/test_integration/fixtures/cog-runtime-float/predict.py
test-integration/test_integration/fixtures/cog-runtime-int/cog.yaml
test-integration/test_integration/fixtures/cog-runtime-int/predict.py
test-integration/test_integration/fixtures/complex-types/cog.yaml
test-integration/test_integration/fixtures/complex-types/predict.py
test-integration/test_integration/fixtures/complex-types/requirements.txt
test-integration/test_integration/fixtures/complex-types-list-project/cog.yaml
test-integration/test_integration/fixtures/complex-types-list-project/predict.py
test-integration/test_integration/fixtures/complex-types-list-project/requirements.txt
test-integration/test_integration/fixtures/complex_output_project/cog.yaml
test-integration/test_integration/fixtures/complex_output_project/predict.py
test-integration/test_integration/fixtures/env-project/cog.yaml
test-integration/test_integration/fixtures/env-project/predict.py
test-integration/test_integration/fixtures/fast-build/cog.yaml
test-integration/test_integration/fixtures/fast-build/predict.py
test-integration/test_integration/fixtures/fast-build/requirements.txt
test-integration/test_integration/fixtures/ffmpeg-package/cog.yaml
test-integration/test_integration/fixtures/ffmpeg-package/predict.py
test-integration/test_integration/fixtures/file-input-project/cog.yaml
test-integration/test_integration/fixtures/file-input-project/predict.py
test-integration/test_integration/fixtures/file-input-project/test.txt
test-integration/test_integration/fixtures/file-list-input-project/cog.yaml
test-integration/test_integration/fixtures/file-list-input-project/predict.py
test-integration/test_integration/fixtures/future-annotations-project/cog.yaml
test-integration/test_integration/fixtures/future-annotations-project/predict.py
test-integration/test_integration/fixtures/future-annotations-project/some_image.jpg
test-integration/test_integration/fixtures/glb-project/cog.yaml
test-integration/test_integration/fixtures/glb-project/mesh.glb
test-integration/test_integration/fixtures/glb-project/output.txt
test-integration/test_integration/fixtures/glb-project/predict.py
test-integration/test_integration/fixtures/granite-project/cog.yaml
test-integration/test_integration/fixtures/granite-project/predict.py
test-integration/test_integration/fixtures/granite-project/requirements.txt
test-integration/test_integration/fixtures/install-requires-packaging/cog.yaml
test-integration/test_integration/fixtures/install-requires-packaging/predict.py
test-integration/test_integration/fixtures/install-requires-packaging/requirements.txt
test-integration/test_integration/fixtures/int-none-output-project/cog.yaml
test-integration/test_integration/fixtures/int-none-output-project/predict.py
test-integration/test_integration/fixtures/int-project/cog.yaml
test-integration/test_integration/fixtures/int-project/predict.py
test-integration/test_integration/fixtures/invalid-int-project/cog.yaml
test-integration/test_integration/fixtures/invalid-int-project/predict.py
test-integration/test_integration/fixtures/local-whl-install/cog.yaml
test-integration/test_integration/fixtures/local-whl-install/my_package-0.1-py2.py3-none-any.whl
test-integration/test_integration/fixtures/local-whl-install/predict.py
test-integration/test_integration/fixtures/local-whl-install/requirements.txt
test-integration/test_integration/fixtures/many-inputs-project/cog.yaml
test-integration/test_integration/fixtures/many-inputs-project/predict.py
test-integration/test_integration/fixtures/migration-gpu-project/cog.yaml
test-integration/test_integration/fixtures/migration-gpu-project/predict.py
test-integration/test_integration/fixtures/migration-no-python-changes-project/cog.yaml
test-integration/test_integration/fixtures/migration-no-python-changes-project/predict.py
test-integration/test_integration/fixtures/migration-project/cog.yaml
test-integration/test_integration/fixtures/migration-project/predict.py
test-integration/test_integration/fixtures/new-union-project/cog.yaml
test-integration/test_integration/fixtures/new-union-project/predict.py
test-integration/test_integration/fixtures/no-predictor-project/cog.yaml
test-integration/test_integration/fixtures/optional-project/cog.yaml
test-integration/test_integration/fixtures/optional-project/predict.py
test-integration/test_integration/fixtures/overrides-project/cog.yaml
test-integration/test_integration/fixtures/overrides-project/overrides.txt
test-integration/test_integration/fixtures/overrides-project/predict.py
test-integration/test_integration/fixtures/overrides-project/requirements.txt
test-integration/test_integration/fixtures/path-input-project/cog.yaml
test-integration/test_integration/fixtures/path-input-project/predict.py
test-integration/test_integration/fixtures/path-list-input-project/cog.yaml
test-integration/test_integration/fixtures/path-list-input-project/predict.py
test-integration/test_integration/fixtures/path-list-output-project/cog.yaml
test-integration/test_integration/fixtures/path-list-output-project/predict.py
test-integration/test_integration/fixtures/path-output-project/cog.yaml
test-integration/test_integration/fixtures/path-output-project/predict.py
test-integration/test_integration/fixtures/path-project/cog.yaml
test-integration/test_integration/fixtures/path-project/predict.py
test-integration/test_integration/fixtures/pipeline-project/cog.yaml
test-integration/test_integration/fixtures/pipeline-project/predict.py
test-integration/test_integration/fixtures/pipeline-requirements-project/.gitignore
test-integration/test_integration/fixtures/pipeline-requirements-project/cog.yaml
test-integration/test_integration/fixtures/pipeline-requirements-project/predict.py
test-integration/test_integration/fixtures/procedure-project/cog.yaml
test-integration/test_integration/fixtures/procedure-project/predict.py
test-integration/test_integration/fixtures/pydantic1-none/cog.yaml
test-integration/test_integration/fixtures/pydantic1-none/predict.py
test-integration/test_integration/fixtures/pydantic2/cog.yaml
test-integration/test_integration/fixtures/pydantic2/predict.py
test-integration/test_integration/fixtures/pydantic2-output/cog.yaml
test-integration/test_integration/fixtures/pydantic2-output/predict.py
test-integration/test_integration/fixtures/pydantic2-output/train.py
test-integration/test_integration/fixtures/python-313/cog.yaml
test-integration/test_integration/fixtures/python-313/predict.py
test-integration/test_integration/fixtures/python_37/cog.yaml
test-integration/test_integration/fixtures/python_37/predict.py
test-integration/test_integration/fixtures/secrets-project/cog.yaml
test-integration/test_integration/fixtures/secrets-project/file-secret.txt
test-integration/test_integration/fixtures/secrets-project/predict.py
test-integration/test_integration/fixtures/setup-subprocess-double-fork-http-project/cog.yaml
test-integration/test_integration/fixtures/setup-subprocess-double-fork-http-project/pong.py
test-integration/test_integration/fixtures/setup-subprocess-double-fork-http-project/predict.py
test-integration/test_integration/fixtures/setup-subprocess-double-fork-http-project/run-pong.sh
test-integration/test_integration/fixtures/setup-subprocess-double-fork-project/.gitignore
test-integration/test_integration/fixtures/setup-subprocess-double-fork-project/cog.yaml
test-integration/test_integration/fixtures/setup-subprocess-double-fork-project/forker.py
test-integration/test_integration/fixtures/setup-subprocess-double-fork-project/predict.py
test-integration/test_integration/fixtures/setup-subprocess-double-fork-project/run-forker.sh
test-integration/test_integration/fixtures/setup-subprocess-multiprocessing-project/.gitignore
test-integration/test_integration/fixtures/setup-subprocess-multiprocessing-project/bg.py
test-integration/test_integration/fixtures/setup-subprocess-multiprocessing-project/cog.yaml
test-integration/test_integration/fixtures/setup-subprocess-multiprocessing-project/predict.py
test-integration/test_integration/fixtures/setup-subprocess-simple-project/child.sh
test-integration/test_integration/fixtures/setup-subprocess-simple-project/cog.yaml
test-integration/test_integration/fixtures/setup-subprocess-simple-project/predict.py
test-integration/test_integration/fixtures/string-list-project/cog.yaml
test-integration/test_integration/fixtures/string-list-project/predict.py
test-integration/test_integration/fixtures/string-none-output-project/cog.yaml
test-integration/test_integration/fixtures/string-none-output-project/predict.py
test-integration/test_integration/fixtures/string-project/cog.yaml
test-integration/test_integration/fixtures/string-project/input.json
test-integration/test_integration/fixtures/string-project/predict.py
test-integration/test_integration/fixtures/subdirectory-project/cog.yaml
test-integration/test_integration/fixtures/subdirectory-project/mylib.py
test-integration/test_integration/fixtures/subdirectory-project/my-subdir/predict.py
test-integration/test_integration/fixtures/tensorflow-project/.requirements.txt
test-integration/test_integration/fixtures/tensorflow-project/cog.yaml
test-integration/test_integration/fixtures/tensorflow-project/predict.py
test-integration/test_integration/fixtures/torch-270-cuda-126/cog.yaml
test-integration/test_integration/fixtures/torch-270-cuda-126/predict.py
test-integration/test_integration/fixtures/torch-271-cuda-128/cog.yaml
test-integration/test_integration/fixtures/torch-271-cuda-128/predict.py
test-integration/test_integration/fixtures/torch-baseimage-project/cog.yaml
test-integration/test_integration/fixtures/torch-baseimage-project/openapi.json
test-integration/test_integration/fixtures/torch-baseimage-project/predict.py
test-integration/test_integration/fixtures/torch-cuda-baseimage-project/cog.yaml
test-integration/test_integration/fixtures/torch-cuda-baseimage-project/predict.py
test-integration/test_integration/fixtures/train-project/cog.yaml
test-integration/test_integration/fixtures/train-project/predict.py
test-integration/test_integration/fixtures/train-project/train.py
test-integration/test_integration/fixtures/training-setup-project/cog.yaml
test-integration/test_integration/fixtures/training-setup-project/predict.py
test-integration/test_integration/fixtures/training-setup-project/train.py
test-integration/test_integration/fixtures/zsh-package/cog.yaml
test-integration/test_integration/fixtures/zsh-package/predict.py
test-integration/test_integration/fixtures/zsh-package/requirements.txt
tools/install.sh
tools/compatgen/main.go
tools/compatgen/internal/cuda.go
tools/compatgen/internal/tensorflow.go
tools/compatgen/internal/torch.go
tools/compatgen/internal/torch_package.go
tools/compatgen/internal/torch_test.go
tools/compatgen/internal/torch_test.html
tools/compatgen/internal/util.go
tools/test-registry-util/README.md
tools/test-registry-util/main.go
tools/uploader/iface.go
tools/uploader/s3.go