.all-contributorsrc
.git_archival.txt
.gitattributes
.gitignore
.golangci.yaml
.goreleaser.yaml
.markdownlint-cli2.yaml
.mockery.yml
.prettierignore
AGENTS.md
CLAUDE.md
CONTRIBUTING.md
DESIGN.md
LICENSE
Makefile
README.md
VERSION.txt
go.mod
go.sum
mise.lock
mise.toml
mkdocs.yml
noxfile.py
opencode.json
pyproject.toml
uv.lock
.agents/skills/release-cog/SKILL.md
.agents/skills/updating-architecture-docs/SKILL.md
.github/CODEOWNERS
.github/bonk_reviewer.md
.github/cog.rb.tmpl
.github/dependabot.yml
.github/workflows/README.md
.github/workflows/bonk.yml
.github/workflows/ci.yaml
.github/workflows/codeql.yml
.github/workflows/docs.yaml
.github/workflows/homebrew-tap.yaml
.github/workflows/mirror-cog-base-images.yaml
.github/workflows/new-pr-review.yml
.github/workflows/release-build.yaml
.github/workflows/release-publish.yaml
.github/workflows/rust-advisories.yaml
.github/workflows/update-compatibility-matrices.yaml
.opencode/agents/reviewer.md
.opencode/skills/cog-review/SKILL.md
.opencode/skills/go-review/SKILL.md
.opencode/skills/python-review/SKILL.md
.opencode/skills/rust-review/SKILL.md
.vscode/extensions.json
.vscode/settings.json
architecture/00-overview.md
architecture/01-model-source.md
architecture/02-schema.md
architecture/03-prediction-api.md
architecture/04-container-runtime.md
architecture/05-build-system.md
architecture/06-cli.md
cmd/base-image/baseimage.go
cmd/cog/cog.go
crates/.gitignore
crates/Cargo.lock
crates/Cargo.toml
crates/README.md
crates/deny.toml
crates/coglet/Cargo.toml
crates/coglet/README.md
crates/coglet-python/Cargo.toml
crates/coglet-python/README.md
crates/coglet-python/build.rs
crates/coglet-python/pyproject.toml
crates/coglet-python/uv.lock
crates/coglet-python/coglet/__init__.py
crates/coglet-python/coglet/__init__.pyi
crates/coglet-python/coglet/_impl.pyi
crates/coglet-python/coglet/py.typed
crates/coglet-python/coglet/_sdk/__init__.pyi
crates/coglet-python/src/audit.rs
crates/coglet-python/src/cancel.rs
crates/coglet-python/src/input.rs
crates/coglet-python/src/lib.rs
crates/coglet-python/src/log_writer.rs
crates/coglet-python/src/metric_scope.rs
crates/coglet-python/src/output.rs
crates/coglet-python/src/predictor.rs
crates/coglet-python/src/sentry_integration.rs
crates/coglet-python/src/worker_bridge.rs
crates/coglet-python/src/bin/stub_gen.rs
crates/coglet-python/tests/test_coglet.py
crates/coglet/src/fd_redirect.rs
crates/coglet/src/health.rs
crates/coglet/src/input_validation.rs
crates/coglet/src/lib.rs
crates/coglet/src/orchestrator.rs
crates/coglet/src/prediction.rs
crates/coglet/src/predictor.rs
crates/coglet/src/service.rs
crates/coglet/src/setup_log_accumulator.rs
crates/coglet/src/version.rs
crates/coglet/src/webhook.rs
crates/coglet/src/worker.rs
crates/coglet/src/worker_tracing_layer.rs
crates/coglet/src/bridge/codec.rs
crates/coglet/src/bridge/mod.rs
crates/coglet/src/bridge/protocol.rs
crates/coglet/src/bridge/transport.rs
crates/coglet/src/bridge/snapshots/coglet__bridge__protocol__tests__control_cancel_serializes.snap
crates/coglet/src/bridge/snapshots/coglet__bridge__protocol__tests__control_cancelled_serializes.snap
crates/coglet/src/bridge/snapshots/coglet__bridge__protocol__tests__control_failed_serializes.snap
crates/coglet/src/bridge/snapshots/coglet__bridge__protocol__tests__control_healthcheck_result_healthy_serializes.snap
crates/coglet/src/bridge/snapshots/coglet__bridge__protocol__tests__control_healthcheck_result_unhealthy_serializes.snap
crates/coglet/src/bridge/snapshots/coglet__bridge__protocol__tests__control_healthcheck_serializes.snap
crates/coglet/src/bridge/snapshots/coglet__bridge__protocol__tests__control_idle_serializes.snap
crates/coglet/src/bridge/snapshots/coglet__bridge__protocol__tests__control_init_serializes.snap
crates/coglet/src/bridge/snapshots/coglet__bridge__protocol__tests__control_ready_serializes.snap
crates/coglet/src/bridge/snapshots/coglet__bridge__protocol__tests__control_ready_with_schema_serializes.snap
crates/coglet/src/bridge/snapshots/coglet__bridge__protocol__tests__control_shutdown_serializes.snap
crates/coglet/src/bridge/snapshots/coglet__bridge__protocol__tests__slot_cancelled_serializes.snap
crates/coglet/src/bridge/snapshots/coglet__bridge__protocol__tests__slot_done_serializes.snap
crates/coglet/src/bridge/snapshots/coglet__bridge__protocol__tests__slot_failed_serializes.snap
crates/coglet/src/bridge/snapshots/coglet__bridge__protocol__tests__slot_metric_append_serializes.snap
crates/coglet/src/bridge/snapshots/coglet__bridge__protocol__tests__slot_metric_complex_value_serializes.snap
crates/coglet/src/bridge/snapshots/coglet__bridge__protocol__tests__slot_metric_delete_serializes.snap
crates/coglet/src/bridge/snapshots/coglet__bridge__protocol__tests__slot_metric_increment_serializes.snap
crates/coglet/src/bridge/snapshots/coglet__bridge__protocol__tests__slot_metric_replace_serializes.snap
crates/coglet/src/bridge/snapshots/coglet__bridge__protocol__tests__slot_predict_file_input_serializes.snap
crates/coglet/src/bridge/snapshots/coglet__bridge__protocol__tests__slot_predict_serializes.snap
crates/coglet/src/permit/mod.rs
crates/coglet/src/permit/pool.rs
crates/coglet/src/permit/slot.rs
crates/coglet/src/snapshots/coglet__health__tests__health_all_variants.snap
crates/coglet/src/snapshots/coglet__health__tests__health_response_all_variants.snap
crates/coglet/src/snapshots/coglet__health__tests__setup_status_all_variants.snap
crates/coglet/src/snapshots/coglet__predictor__tests__output_single.snap
crates/coglet/src/snapshots/coglet__predictor__tests__output_stream.snap
crates/coglet/src/snapshots/coglet__version__tests__version_full.snap
crates/coglet/src/snapshots/coglet__version__tests__version_minimal.snap
crates/coglet/src/transport/mod.rs
crates/coglet/src/transport/http/mod.rs
crates/coglet/src/transport/http/routes.rs
crates/coglet/src/transport/http/server.rs
docs/CNAME
docs/cli.md
docs/deploy.md
docs/environment.md
docs/favicon.svg
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/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
examples/managed-weights/.dockerignore
examples/managed-weights/.gitignore
examples/managed-weights/README.md
examples/managed-weights/cog.yaml
examples/managed-weights/requirements.txt
examples/managed-weights/run.py
examples/managed-weights/weights.lock
examples/resnet/.dockerignore
examples/resnet/.gitignore
examples/resnet/README.md
examples/resnet/cat.png
examples/resnet/cog.yaml
examples/resnet/hotdog.png
examples/resnet/requirements.txt
examples/resnet/run.py
examples/resnet/weights.lock
examples/streaming-text/.dockerignore
examples/streaming-text/.gitignore
examples/streaming-text/README.md
examples/streaming-text/cog.yaml
examples/streaming-text/predict.py
examples/streaming-text/requirements.txt
integration-tests/.gitignore
integration-tests/README.md
integration-tests/cog-base-tags.txt
integration-tests/suite_test.go
integration-tests/concurrent/concurrent_test.go
integration-tests/harness/cmd_pty.go
integration-tests/harness/command.go
integration-tests/harness/harness.go
integration-tests/login/login_test.go
integration-tests/tests/apt_packages.txtar
integration-tests/tests/async_generator_precollect.txtar
integration-tests/tests/async_predictor.txtar
integration-tests/tests/async_sleep.txtar
integration-tests/tests/bool_input_output.txtar
integration-tests/tests/build_base_image_sha.txtar
integration-tests/tests/build_cog_init.txtar
integration-tests/tests/build_cog_version_match.txtar
integration-tests/tests/build_gpu_labels.txtar
integration-tests/tests/build_image_option.txtar
integration-tests/tests/build_openapi_schema.txtar
integration-tests/tests/build_openapi_schema_complex.txtar
integration-tests/tests/build_pip_freeze.txtar
integration-tests/tests/build_python313_base_image.txtar
integration-tests/tests/build_separate_weights_r8im.txtar
integration-tests/tests/build_torch_version_required.txtar
integration-tests/tests/ca_cert.txtar
integration-tests/tests/cancel_async_prediction.txtar
integration-tests/tests/cancel_repeated.txtar
integration-tests/tests/cancel_sync_prediction.txtar
integration-tests/tests/coglet_iterator_path_output.txtar
integration-tests/tests/coglet_iterator_upload_url.txtar
integration-tests/tests/coglet_large_file_upload_serial.txtar
integration-tests/tests/coglet_large_input.txtar
integration-tests/tests/coglet_large_output.txtar
integration-tests/tests/coglet_list_path_single_element.txtar
integration-tests/tests/coglet_list_path_upload_url.txtar
integration-tests/tests/coglet_metrics.txtar
integration-tests/tests/coglet_metrics_validation.txtar
integration-tests/tests/coglet_metrics_webhook.txtar
integration-tests/tests/coglet_single_path_output.txtar
integration-tests/tests/complex_output.txtar
integration-tests/tests/concatenate_iterator_output.txtar
integration-tests/tests/config_subdirectory.txtar
integration-tests/tests/debug_secrets.txtar
integration-tests/tests/dict_input.txtar
integration-tests/tests/dict_output.txtar
integration-tests/tests/doctor_clean_project.txtar
integration-tests/tests/doctor_deprecated_fields.txtar
integration-tests/tests/doctor_deprecated_imports.txtar
integration-tests/tests/doctor_exit_code.txtar
integration-tests/tests/doctor_fix_deprecated_imports.txtar
integration-tests/tests/doctor_fix_pydantic.txtar
integration-tests/tests/doctor_fix_shows_remediation.txtar
integration-tests/tests/doctor_missing_predict_ref.txtar
integration-tests/tests/doctor_predict_to_run_collision.txtar
integration-tests/tests/doctor_predict_to_run_migration.txtar
integration-tests/tests/doctor_pydantic_basemodel.txtar
integration-tests/tests/emit_metric_deprecated.txtar
integration-tests/tests/env_vars.txtar
integration-tests/tests/exec_basic.txtar
integration-tests/tests/exec_stdin_cat.txtar
integration-tests/tests/exec_stdin_unconsumed.txtar
integration-tests/tests/experimental_feature_warning.txtar
integration-tests/tests/ffmpeg_package.txtar
integration-tests/tests/file_input.txtar
integration-tests/tests/file_list_input.txtar
integration-tests/tests/float_input_output.txtar
integration-tests/tests/function_predictor.txtar
integration-tests/tests/future_annotations.txtar
integration-tests/tests/glb_project.txtar
integration-tests/tests/granite_project.txtar
integration-tests/tests/healthcheck.txtar
integration-tests/tests/healthcheck_async.txtar
integration-tests/tests/healthcheck_async_exception.txtar
integration-tests/tests/healthcheck_async_timeout.txtar
integration-tests/tests/healthcheck_async_unhealthy.txtar
integration-tests/tests/healthcheck_during_prediction.txtar
integration-tests/tests/healthcheck_exception.txtar
integration-tests/tests/healthcheck_immediately_after_prediction.txtar
integration-tests/tests/healthcheck_repeated_calls.txtar
integration-tests/tests/healthcheck_timeout.txtar
integration-tests/tests/healthcheck_unhealthy.txtar
integration-tests/tests/int_input_output.txtar
integration-tests/tests/int_none_output.txtar
integration-tests/tests/int_predictor.txtar
integration-tests/tests/invalid_int_validation.txtar
integration-tests/tests/iterator_error_midstream.txtar
integration-tests/tests/iterator_string_output.txtar
integration-tests/tests/list_dict_input.txtar
integration-tests/tests/list_int_input_output.txtar
integration-tests/tests/list_string_output.txtar
integration-tests/tests/many_inputs.txtar
integration-tests/tests/multi_file_schema.txtar
integration-tests/tests/nested_output_types.txtar
integration-tests/tests/no_predictor.txtar
integration-tests/tests/non_base_predictor_class.txtar
integration-tests/tests/non_base_predictor_function.txtar
integration-tests/tests/oci_bundle_push.txtar
integration-tests/tests/optional_path_input.txtar
integration-tests/tests/path_input.txtar
integration-tests/tests/path_input_output.txtar
integration-tests/tests/path_list_input.txtar
integration-tests/tests/path_list_output.txtar
integration-tests/tests/path_output.txtar
integration-tests/tests/pep604_file_or_none_input.txtar
integration-tests/tests/pep604_list_file_or_none_input.txtar
integration-tests/tests/pep604_list_path_or_none_input.txtar
integration-tests/tests/pep604_path_or_none_input.txtar
integration-tests/tests/pep604_string_url_not_coerced.txtar
integration-tests/tests/predict_deprecation_warning.txtar
integration-tests/tests/predict_existing_image.txtar
integration-tests/tests/predict_json_file.txtar
integration-tests/tests/predict_json_input.txtar
integration-tests/tests/predict_json_metrics.txtar
integration-tests/tests/predict_json_output_file.txtar
integration-tests/tests/predict_json_stdin.txtar
integration-tests/tests/predict_json_stdin_dash.txtar
integration-tests/tests/predict_legacy_predictor.txtar
integration-tests/tests/predict_many_inputs_image.txtar
integration-tests/tests/predict_output_file.txtar
integration-tests/tests/predict_output_string.txtar
integration-tests/tests/predict_sys_exit.txtar
integration-tests/tests/prediction_error_response.txtar
integration-tests/tests/pty_echo.txtar
integration-tests/tests/pty_interactive.txtar
integration-tests/tests/pydantic2.txtar
integration-tests/tests/pydantic2_output.txtar
integration-tests/tests/python313.txtar
integration-tests/tests/python37_deprecated.txtar
integration-tests/tests/python38_deprecated.txtar
integration-tests/tests/python39_deprecated.txtar
integration-tests/tests/run_legacy_async_predictor.txtar
integration-tests/tests/run_legacy_predictor.txtar
integration-tests/tests/run_new_runner.txtar
integration-tests/tests/scope_context.txtar
integration-tests/tests/secrets.txtar
integration-tests/tests/sequential_state_leak.txtar
integration-tests/tests/setup_slow_serial.txtar
integration-tests/tests/setup_subprocess_double_fork.txtar
integration-tests/tests/setup_subprocess_double_fork_http.txtar
integration-tests/tests/setup_subprocess_multiprocessing.txtar
integration-tests/tests/setup_subprocess_simple.txtar
integration-tests/tests/setup_timeout_serial.txtar
integration-tests/tests/setup_worker_tracing_logs.txtar
integration-tests/tests/sse_requires_streaming_opt_in.txtar
integration-tests/tests/sse_stream_history_capacity.txtar
integration-tests/tests/sse_stream_history_disabled.txtar
integration-tests/tests/sse_streaming_metrics.txtar
integration-tests/tests/sse_streaming_output.txtar
integration-tests/tests/static_schema_gen.txtar
integration-tests/tests/static_schema_opaque.txtar
integration-tests/tests/static_schema_secret_optional.txtar
integration-tests/tests/static_schema_unresolvable_fails.txtar
integration-tests/tests/string_input_url_list_not_coerced.txtar
integration-tests/tests/string_input_url_not_coerced.txtar
integration-tests/tests/string_list_input.txtar
integration-tests/tests/string_none_output.txtar
integration-tests/tests/string_predictor.txtar
integration-tests/tests/subdirectory_predictor.txtar
integration-tests/tests/tensorflow.txtar
integration-tests/tests/torch_270_cuda_126.txtar
integration-tests/tests/torch_271_cuda_128.txtar
integration-tests/tests/torch_baseimage_fallback.txtar
integration-tests/tests/torch_baseimage_no_cog_base.txtar
integration-tests/tests/torch_baseimage_precompile.txtar
integration-tests/tests/torch_cuda_baseimage.txtar
integration-tests/tests/train_basic.txtar
integration-tests/tests/train_deprecated.txtar
integration-tests/tests/training_setup.txtar
integration-tests/tests/typeddict_input.txtar
integration-tests/tests/typeddict_output.txtar
integration-tests/tests/typing_dict_input.txtar
integration-tests/tests/union_type.txtar
integration-tests/tests/webhook_delivery_failure.txtar
integration-tests/tests/webhook_prediction_error.txtar
integration-tests/tests/weights_filter.txtar
integration-tests/tests/weights_import_predict.txtar
integration-tests/tests/weights_pull.txtar
integration-tests/tests/weights_pull_predict.txtar
integration-tests/tests/wheel_coglet_missing.txtar
integration-tests/tests/wheel_resolution.txtar
integration-tests/tests/zsh_package.txtar
pkg/cli/baseimage.go
pkg/cli/build.go
pkg/cli/debug.go
pkg/cli/doctor.go
pkg/cli/doctor_test.go
pkg/cli/exec.go
pkg/cli/init.go
pkg/cli/init_test.go
pkg/cli/login.go
pkg/cli/predict.go
pkg/cli/predict_test.go
pkg/cli/push.go
pkg/cli/push_test.go
pkg/cli/root.go
pkg/cli/run.go
pkg/cli/run_test.go
pkg/cli/serve.go
pkg/cli/train.go
pkg/cli/train_test.go
pkg/cli/weights.go
pkg/cli/weights_manager.go
pkg/cli/weights_manager_test.go
pkg/cli/weights_pull.go
pkg/cli/weights_status.go
pkg/cli/weights_status_test.go
pkg/cli/init-templates/base/.dockerignore
pkg/cli/init-templates/base/cog.yaml
pkg/cli/init-templates/base/requirements.txt
pkg/cli/init-templates/base/run.py
pkg/cli/init-templates/base/.github/workflows/push.yaml
pkg/config/build_options.go
pkg/config/compatibility.go
pkg/config/compatibility_test.go
pkg/config/config.go
pkg/config/config_file.go
pkg/config/config_test.go
pkg/config/cuda_compatibility.json
pkg/config/env.go
pkg/config/env_variables_test.go
pkg/config/errors.go
pkg/config/fuzz_test.go
pkg/config/image_name.go
pkg/config/image_name_test.go
pkg/config/load.go
pkg/config/load_test.go
pkg/config/parse.go
pkg/config/tf_compatibility.json
pkg/config/torch_compatibility.json
pkg/config/validate.go
pkg/config/validate_test.go
pkg/config/version.go
pkg/config/data/config_schema_v1.0.json
pkg/config/testdata/fuzz/FuzzConfigComplete/2886ff7212a9ca82
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/errors.go
pkg/docker/host.go
pkg/docker/host_unix.go
pkg/docker/host_windows.go
pkg/docker/login.go
pkg/docker/options.go
pkg/docker/progress.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/dockerfile/base.go
pkg/dockerfile/base_test.go
pkg/dockerfile/cacert.go
pkg/dockerfile/cacert_test.go
pkg/dockerfile/env.go
pkg/dockerfile/generator.go
pkg/dockerfile/standard_generator.go
pkg/dockerfile/standard_generator_test.go
pkg/dockerfile/version_check.go
pkg/doctor/check_config_deprecated.go
pkg/doctor/check_config_parse.go
pkg/doctor/check_config_predict_ref.go
pkg/doctor/check_config_schema.go
pkg/doctor/check_config_test.go
pkg/doctor/check_env_docker.go
pkg/doctor/check_env_python_version.go
pkg/doctor/check_env_test.go
pkg/doctor/check_predict_to_run_migration.go
pkg/doctor/check_python_deprecated_imports.go
pkg/doctor/check_python_pydantic_basemodel.go
pkg/doctor/check_python_test.go
pkg/doctor/check_python_type_annotations.go
pkg/doctor/doctor.go
pkg/doctor/doctor_test.go
pkg/doctor/edit.go
pkg/doctor/registry.go
pkg/doctor/runner.go
pkg/dotcog/dotcog.go
pkg/dotcog/dotcog_test.go
pkg/env/env.go
pkg/env/env_test.go
pkg/errors/common.go
pkg/errors/errors.go
pkg/global/global.go
pkg/image/build.go
pkg/image/build_test.go
pkg/image/config.go
pkg/image/pip_freeze.go
pkg/model/artifact.go
pkg/model/artifact_image.go
pkg/model/artifact_image_test.go
pkg/model/artifact_test.go
pkg/model/artifact_weight.go
pkg/model/artifact_weight_test.go
pkg/model/builder.go
pkg/model/builder_test.go
pkg/model/envelope.go
pkg/model/envelope_test.go
pkg/model/errors.go
pkg/model/errors_test.go
pkg/model/factory.go
pkg/model/factory_test.go
pkg/model/image_builder.go
pkg/model/image_builder_test.go
pkg/model/image_pusher.go
pkg/model/image_pusher_test.go
pkg/model/image_test.go
pkg/model/index_factory.go
pkg/model/index_factory_test.go
pkg/model/model.go
pkg/model/model_test.go
pkg/model/options.go
pkg/model/options_test.go
pkg/model/packer.go
pkg/model/packer_plan_test.go
pkg/model/packer_test.go
pkg/model/push_helpers.go
pkg/model/pusher.go
pkg/model/pusher_test.go
pkg/model/ref.go
pkg/model/ref_test.go
pkg/model/ref_types.go
pkg/model/ref_types_test.go
pkg/model/resolve.go
pkg/model/resolve_test.go
pkg/model/resolver.go
pkg/model/resolver_test.go
pkg/model/source.go
pkg/model/source_test.go
pkg/model/tag.go
pkg/model/tag_test.go
pkg/model/weight_builder.go
pkg/model/weight_builder_test.go
pkg/model/weight_import_plan.go
pkg/model/weight_import_plan_test.go
pkg/model/weight_manifest_v1.go
pkg/model/weight_manifest_v1_test.go
pkg/model/weight_pipeline_e2e_test.go
pkg/model/weight_pusher.go
pkg/model/weight_pusher_test.go
pkg/model/weights.go
pkg/model/weights_status.go
pkg/model/weights_status_test.go
pkg/model/weights_test.go
pkg/model/modeltest/env.go
pkg/model/weightsource/dirhash.go
pkg/model/weightsource/dirhash_test.go
pkg/model/weightsource/file.go
pkg/model/weightsource/file_test.go
pkg/model/weightsource/filter.go
pkg/model/weightsource/filter_test.go
pkg/model/weightsource/fingerprint.go
pkg/model/weightsource/fingerprint_test.go
pkg/model/weightsource/http.go
pkg/model/weightsource/http_test.go
pkg/model/weightsource/huggingface.go
pkg/model/weightsource/huggingface_test.go
pkg/model/weightsource/setdigest.go
pkg/model/weightsource/source.go
pkg/model/weightsource/source_test.go
pkg/path/path.go
pkg/path/path_test.go
pkg/paths/paths.go
pkg/paths/paths_test.go
pkg/predict/api.go
pkg/predict/input.go
pkg/predict/predictor.go
pkg/predict/predictor_test.go
pkg/provider/provider.go
pkg/provider/registry.go
pkg/provider/registry_test.go
pkg/provider/generic/generic.go
pkg/provider/generic/generic_test.go
pkg/provider/replicate/replicate.go
pkg/provider/replicate/replicate_test.go
pkg/provider/setup/setup.go
pkg/provider/setup/setup_test.go
pkg/registry/client.go
pkg/registry/client_test.go
pkg/registry/config.go
pkg/registry/config_test.go
pkg/registry/manifest_result.go
pkg/registry/push_test.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/schema/errors.go
pkg/schema/generator.go
pkg/schema/generator_test.go
pkg/schema/openapi.go
pkg/schema/openapi_test.go
pkg/schema/schema_type.go
pkg/schema/schema_type_fuzz_test.go
pkg/schema/types.go
pkg/schema/python/annotations.go
pkg/schema/python/annotations_test.go
pkg/schema/python/imports.go
pkg/schema/python/imports_test.go
pkg/schema/python/inputs.go
pkg/schema/python/literals.go
pkg/schema/python/literals_test.go
pkg/schema/python/models.go
pkg/schema/python/module_scope.go
pkg/schema/python/module_scope_test.go
pkg/schema/python/nodes.go
pkg/schema/python/parser.go
pkg/schema/python/parser_fuzz_test.go
pkg/schema/python/parser_pipeline_test.go
pkg/schema/python/parser_test.go
pkg/schema/python/phase.go
pkg/schema/python/phase_test.go
pkg/schema/python/state.go
pkg/schema/python/target.go
pkg/schema/python/target_test.go
pkg/schema/python/test_helpers_test.go
pkg/update/state.go
pkg/update/update.go
pkg/util/env.go
pkg/util/net.go
pkg/util/overwrite_yaml.go
pkg/util/overwrite_yaml_test.go
pkg/util/platform.go
pkg/util/console/console.go
pkg/util/console/global.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/version/version.go
pkg/util/version/version_test.go
pkg/weights/check_drift.go
pkg/weights/check_drift_test.go
pkg/weights/manager.go
pkg/weights/mount.go
pkg/weights/mount_test.go
pkg/weights/pull.go
pkg/weights/pull_test.go
pkg/weights/setup.go
pkg/weights/lockfile/drift.go
pkg/weights/lockfile/drift_test.go
pkg/weights/lockfile/lockfile.go
pkg/weights/lockfile/lockfile_test.go
pkg/weights/store/file.go
pkg/weights/store/file_test.go
pkg/weights/store/store.go
pkg/weightslegacy/manifest.go
pkg/weightslegacy/weights.go
pkg/weightslegacy/weights_test.go
pkg/wheels/wheels.go
pkg/wheels/wheels_test.go
python/cog/.gitignore
python/cog/__init__.py
python/cog/_adt.py
python/cog/_inspector.py
python/cog/_opaque.py
python/cog/_version.py
python/cog/coder.py
python/cog/errors.py
python/cog/input.py
python/cog/mode.py
python/cog/model.py
python/cog/predictor.py
python/cog/suppress_output.py
python/cog/types.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/server/__init__.py
python/cog/server/http.py
python/tests/__init__.py
python/tests/test_adt.py
python/tests/test_emit_metric.py
python/tests/test_errors.py
python/tests/test_experimental_feature_warning.py
python/tests/test_input.py
python/tests/test_inspector.py
python/tests/test_model.py
python/tests/test_predictor.py
python/tests/test_types.py
specs/draft-weights.md
test-helpers/https-server/go.mod
test-helpers/https-server/main.go
tools/format-markdown.sh
tools/install.sh
tools/compatgen/main.go
tools/compatgen/internal/cuda.go
tools/compatgen/internal/tensorflow.go
tools/compatgen/internal/tensorflow_test.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/gendocs/main.go
tools/test-harness/README.md
tools/test-harness/main.go
tools/test-harness/manifest.yaml
tools/test-harness/cmd/build.go
tools/test-harness/cmd/list.go
tools/test-harness/cmd/root.go
tools/test-harness/cmd/run.go
tools/test-harness/fixtures/hotdog.png
tools/test-harness/fixtures/test_image.png
tools/test-harness/fixtures/models/complex-output/cog.yaml
tools/test-harness/fixtures/models/complex-output/predict.py
tools/test-harness/fixtures/models/constraints-and-choices/cog.yaml
tools/test-harness/fixtures/models/constraints-and-choices/predict.py
tools/test-harness/fixtures/models/file-path-types/cog.yaml
tools/test-harness/fixtures/models/file-path-types/predict.py
tools/test-harness/fixtures/models/list-types/cog.yaml
tools/test-harness/fixtures/models/list-types/predict.py
tools/test-harness/fixtures/models/optional-list-types/cog.yaml
tools/test-harness/fixtures/models/optional-list-types/predict.py
tools/test-harness/fixtures/models/optional-types/cog.yaml
tools/test-harness/fixtures/models/optional-types/predict.py
tools/test-harness/fixtures/models/scalar-types/cog.yaml
tools/test-harness/fixtures/models/scalar-types/predict.py
tools/test-harness/internal/manifest/manifest.go
tools/test-harness/internal/patcher/patcher.go
tools/test-harness/internal/patcher/patcher_test.go
tools/test-harness/internal/report/report.go
tools/test-harness/internal/report/report_test.go
tools/test-harness/internal/resolver/resolver.go
tools/test-harness/internal/resolver/resolver_test.go
tools/test-harness/internal/runner/runner.go
tools/test-harness/internal/runner/runner_test.go
tools/test-harness/internal/validator/validator.go
tools/test-harness/internal/validator/validator_test.go
tools/test-registry-util/README.md
tools/test-registry-util/main.go
tools/version/main.go
tools/version/main_test.go