Go
Home
Pricing
FAQ
Install
Home
Pricing
FAQ
Install
Login
via GitHub
replicate/cog
Pull Requests
Commits
feat/build-time-schema
2978/parser-state-machine
FFI-ITs
add-image-type
bonk/add-workflow-file
chore/beta3
chore/update-compatibility-matrices
cog-mask
dependabot/cargo/crates/axum-0.8.9
dependabot/cargo/crates/jsonschema-0.46.4
dependabot/cargo/crates/pyo3-stub-gen-0.22.2
dependabot/cargo/crates/quinn-proto-0.11.14
dependabot/cargo/crates/sentry-0.48.0
dependabot/cargo/crates/tokio-1.52.1
dependabot/github_actions/actions/upload-artifact-7
dependabot/github_actions/peter-evans/create-pull-request-8
dependabot/go_modules/github.com/docker/cli-29.4.2incompatible
dependabot/go_modules/github.com/getkin/kin-openapi-0.137.0
dependabot/go_modules/github.com/in-toto/in-toto-golang-0.11.0
dependabot/go_modules/github.com/testcontainers/testcontainers-go/modules/registry-0.42.0
dependabot/go_modules/github.com/testcontainers/testcontainers-go-0.42.0
dependabot/pip/examples/resnet/pillow-12.2.0
dependabot/pip/examples/resnet/transformers-5.0.0rc3
dependabot/pip/examples/streaming-text/torch-2.8.0
dependabot/pip/examples/streaming-text/transformers-5.0.0rc3
dependabot/uv/crates/coglet-python/idna-3.15
dependabot/uv/crates/coglet-python/pygments-2.20.0
dependabot/uv/crates/coglet-python/pytest-9.0.3
dependabot/uv/crates/coglet-python/requests-2.33.0
dependabot/uv/idna-3.15
dependabot/uv/pygments-2.20.0
dependabot/uv/pytest-9.0.3
docs/diataxis-restructure
feat/build-time-schema
feat/kong-cli
fix/base-image-name-suffix
fix/bind-localhost-by-default
fix/ci-mise-cache-per-job
fix/configurable-user-agent
fix/dict-list-output-schema
fix/health-check-503
fix-install-instructions
fix-wsl2-docs
gh-pages
kong
lucataco/arm-cli-support
main
make-registry-flag-global
md/buildkit-pipelines
md/cog-wheel-embedding
md/cogpack
md/govulncheck
md/managed-weights-v0.0.2
md/rc-example
md/remove-dead-code-tests
move-environment-to-build
mp/coglet-test-fixes
mp/modernize
mphelps/homebrew-tap-cask
mphelps/mime-type-input-schema
nikhil/secrets
predict-rename
prerelease/0.17.0
release/0.17
releax-release-version-check
rename-predict-to-run-clean2
sackfield/convert-files-data-urls-webhooks
sackfield/dotenv-predict
torch-2.9-cuda-13
use-console-log-format-locally
v0.16-maint
fix: restrict COG_SCHEMA_GEN_TOOL to local file paths only
tempusfrangit
committed
90 days ago
Verified
d17106ee
chore: update Cargo.lock after main merge
tempusfrangit
committed
90 days ago
Verified
ac213d00
Merge remote-tracking branch 'origin/main' into feat/build-time-schema
tempusfrangit
committed
90 days ago
Verified
e6509971
style: fix clippy and rustfmt warnings
tempusfrangit
committed
90 days ago
Verified
8f87e8d7
fix: resolve choices= and default= expressions against module-level scope
tempusfrangit
committed
90 days ago
Verified
c49cfa6d
fix: training idempotency ID check, File-vs-Path Optional/Union coercion, reject HTTP URLs
tempusfrangit
committed
90 days ago
Verified
97e283b8
feat: chunked image push via OCI compatible push (#2760)
markphelps
committed
90 days ago
Verified
dfa4fc3c
chore: bump for rc (#2776)
tempusfrangit
committed
90 days ago
Verified
8ed998c5
ci: retrigger
tempusfrangit
committed
91 days ago
Verified
cdf51761
fix: namespace train schemas as TrainingInput/TrainingOutput, validate separately
tempusfrangit
committed
91 days ago
Verified
0e801962
fix: use unique temp files in extractEmbedded to prevent ETXTBSY race
tempusfrangit
committed
91 days ago
Verified
63e261ec
fix: use File.validate() for File-typed inputs, Path.validate() for Path-typed
tempusfrangit
committed
91 days ago
Verified
abae8571
fix: resolve allOf/$ref when coercing CLI input types for enum fields
tempusfrangit
committed
91 days ago
Verified
74beca12
feat: add URL support to COG_SCHEMA_GEN_TOOL, remove silent legacy fallback
tempusfrangit
committed
91 days ago
Verified
7d620b10
fix: coerce URL strings to URLPath for file inputs, inline $ref in schema validator
tempusfrangit
committed
91 days ago
Verified
ccdfa7db
chore: fix CI lint/test failures, update docs for deleted modules
tempusfrangit
committed
91 days ago
Verified
6535e782
feat: move output encoding and input validation from Python to Rust
tempusfrangit
committed
91 days ago
Verified
6514a653
chore: inline CancelationException re-export, delete exceptions.py
tempusfrangit
committed
91 days ago
Verified
9de56232
chore: remove Coder extensibility system (unused since coglet handles I/O)
tempusfrangit
committed
91 days ago
Verified
7f9da6df
feat: replace runtime cog.yaml parsing with Dockerfile ENV vars, delete dead SDK modules
tempusfrangit
committed
91 days ago
Verified
f2224b16
chore: remove dead Python SDK code, simplify Input(), patch FieldInfo defaults in Rust
tempusfrangit
committed
91 days ago
Verified
fcbbd6b2
feat: let SDK dependency drive coglet installation instead of Dockerfile generator
tempusfrangit
committed
91 days ago
Verified
30bd0851
chore: remove _adt and _inspector runtime introspection
tempusfrangit
committed
92 days ago
Verified
7f9c2d52
feat: add legacy SDK fallback for schema generation and coglet installation
tempusfrangit
committed
92 days ago
Verified
889a55f7
Merge remote-tracking branch 'origin/main' into feat/build-time-schema
tempusfrangit
committed
92 days ago
Verified
8908aeb8
Fix: cancellation wiring (#2772)
tempusfrangit
committed
92 days ago
Verified
19995330
fix: create .cog/ directory before writing bundled schema file
tempusfrangit
committed
92 days ago
Verified
abfeb6db
style: fix formatting, clippy, and lint warnings across schema-gen and coglet
tempusfrangit
committed
92 days ago
Verified
b1a4b966
chore: remove runtime schema generation code
tempusfrangit
committed
92 days ago
Verified
ef02bde7
feat: move schema generation before Docker build, coglet loads from file
tempusfrangit
committed
92 days ago
Verified
ba4d8525
Older