Paka

Latest version: v0.1.11

Safety actively analyzes 682387 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.1.11

What's Changed
* feat: change the default pack builder to builder-jammy-base by jjleng in https://github.com/jjleng/paka/pull/127
* chore: version bump up by jjleng in https://github.com/jjleng/paka/pull/128


**Full Changelog**: https://github.com/jjleng/paka/compare/v0.1.10...v0.1.11

What's Changed
* feat: change the default pack builder to builder-jammy-base by jjleng in https://github.com/jjleng/paka/pull/127
* chore: version bump up by jjleng in https://github.com/jjleng/paka/pull/128


**Full Changelog**: https://github.com/jjleng/paka/compare/v0.1.10...v0.1.11

0.1.10

What's Changed
* refactor: disable image pull always for function containers by jjleng in https://github.com/jjleng/paka/pull/125
* chore: bump up version by jjleng in https://github.com/jjleng/paka/pull/126


**Full Changelog**: https://github.com/jjleng/paka/compare/v0.1.9...v0.1.10

0.1.9

What's Changed
* feat: options to set env, volume mounts and probes for model group containers by jjleng in https://github.com/jjleng/paka/pull/101
* feat: options to pass in env vars for functions by jjleng in https://github.com/jjleng/paka/pull/102
* feat: be able to display public and private endpoints for MG by jjleng in https://github.com/jjleng/paka/pull/103
* chore: upgrade prometheus chart by jjleng in https://github.com/jjleng/paka/pull/104
* feat: default to openai compatible server for vllm by jjleng in https://github.com/jjleng/paka/pull/105
* feat: run vLLM with a served model name by jjleng in https://github.com/jjleng/paka/pull/106
* fix: make prometheus scrape the inferrence engine's metrics correctly by jjleng in https://github.com/jjleng/paka/pull/107
* feat: set knative resource requests by jjleng in https://github.com/jjleng/paka/pull/108
* feat: dedicated node groups for functions and job workers by jjleng in https://github.com/jjleng/paka/pull/109
* feat: be able to pass resource requests when creating jobs by jjleng in https://github.com/jjleng/paka/pull/110
* feat: detect the right ami types for different node types by jjleng in https://github.com/jjleng/paka/pull/111
* feat: command to push a prebuilt image to the container registry by jjleng in https://github.com/jjleng/paka/pull/112
* refactor: make the config fields naming consistent by jjleng in https://github.com/jjleng/paka/pull/113
* feat: enable host ipc for multiple GPU inference by jjleng in https://github.com/jjleng/paka/pull/114
* docs: rewrite README by jjleng in https://github.com/jjleng/paka/pull/115
* docs: add sample model launching templates by jjleng in https://github.com/jjleng/paka/pull/116
* docs: updates to the invoice_extraction example by jjleng in https://github.com/jjleng/paka/pull/117
* docs: update the website_rag example by jjleng in https://github.com/jjleng/paka/pull/118
* feat: gateway vpc endpoint for s3 by jjleng in https://github.com/jjleng/paka/pull/119
* feat: default to have at least one funciton instance running by jjleng in https://github.com/jjleng/paka/pull/120
* docs: add faq by jjleng in https://github.com/jjleng/paka/pull/121
* docs: detailed descriptions of the cluster config yaml by jjleng in https://github.com/jjleng/paka/pull/122
* docs: quick start doc by jjleng in https://github.com/jjleng/paka/pull/123
* chore: version bump by jjleng in https://github.com/jjleng/paka/pull/124


**Full Changelog**: https://github.com/jjleng/paka/compare/v0.1.8...v0.1.9

0.1.8

What's Changed
* feat: support inference with spot instances by jjleng in https://github.com/jjleng/paka/pull/86
* feat: support mixed model groups by jjleng in https://github.com/jjleng/paka/pull/87
* feat: flag to make model groups not exposed to the public by jjleng in https://github.com/jjleng/paka/pull/88
* feat: heuristics for caculating the memory, cpu and gpu resource requests by jjleng in https://github.com/jjleng/paka/pull/89
* fix: typing issues in e2e test code by jjleng in https://github.com/jjleng/paka/pull/90
* feat: command to list function revisions by jjleng in https://github.com/jjleng/paka/pull/91
* feat: command to split traffic among revisions by jjleng in https://github.com/jjleng/paka/pull/92
* refactor: make typer command args more consistent by jjleng in https://github.com/jjleng/paka/pull/93
* refactor: save kubeconfig as soon as cluster is provisioned by jjleng in https://github.com/jjleng/paka/pull/94
* feat: options to pass resource requests and limits when creating fuctions by jjleng in https://github.com/jjleng/paka/pull/95
* feat: utilize multiple GPUs for vllm inferrence by jjleng in https://github.com/jjleng/paka/pull/96
* feat: utility to parse gguf metadata by jjleng in https://github.com/jjleng/paka/pull/97
* fix: permissions to allow cluster autoscaler scale from 0 by jjleng in https://github.com/jjleng/paka/pull/98
* chore: bump up version by jjleng in https://github.com/jjleng/paka/pull/99
* chore: add homepage info to pyproject by jjleng in https://github.com/jjleng/paka/pull/100


**Full Changelog**: https://github.com/jjleng/paka/compare/v0.1.7...v0.1.8

0.1.7

What's Changed
* refactor: windows compatibility by jjleng in https://github.com/jjleng/paka/pull/68
* feat: install kubectl as a dependency for pulumi by jjleng in https://github.com/jjleng/paka/pull/69
* docs: aws CLI is required by jjleng in https://github.com/jjleng/paka/pull/70
* tests: parse the cluster config yamls of examples by jjleng in https://github.com/jjleng/paka/pull/71
* refactor: harden the config code and files by jjleng in https://github.com/jjleng/paka/pull/72
* feat: cleanup stabled model group resources by jjleng in https://github.com/jjleng/paka/pull/73
* refactor: change opt-in to opt-out for kubeconfig update by jjleng in https://github.com/jjleng/paka/pull/74
* feat: command to list clusters being managed by jjleng in https://github.com/jjleng/paka/pull/75
* feat: command to switch current cluster by jjleng in https://github.com/jjleng/paka/pull/76
* feat: remove local cluster state when a cluster is taken down by jjleng in https://github.com/jjleng/paka/pull/77
* refactor: get rid of local cluster state by jjleng in https://github.com/jjleng/paka/pull/78
* fix: make removing crd finalizers more stable by jjleng in https://github.com/jjleng/paka/pull/79
* feat: turn on flash attention for llama.cpp by default by jjleng in https://github.com/jjleng/paka/pull/80
* fix: fix misc issues by jjleng in https://github.com/jjleng/paka/pull/81
* fix: reattempt to delete CRD finalizers in a separate thread by jjleng in https://github.com/jjleng/paka/pull/82
* feat: support vLLM as inference runtime by jjleng in https://github.com/jjleng/paka/pull/83
* feat: check for config version forward compatibility by jjleng in https://github.com/jjleng/paka/pull/84
* chore: bump up version by jjleng in https://github.com/jjleng/paka/pull/85


**Full Changelog**: https://github.com/jjleng/paka/compare/v0.1.6...v0.1.7

0.1.6

What's Changed
* refactor: restructured code base by jjleng in https://github.com/jjleng/paka/pull/51
* fix: print messages after closing progress bar by jjleng in https://github.com/jjleng/paka/pull/52
* refactor: get rid of hard coded model mount path in containers by jjleng in https://github.com/jjleng/paka/pull/53
* feat: remove k8s resources related to a staled model group by jjleng in https://github.com/jjleng/paka/pull/54
* fix: make llama.cpp save hf files to addressable local paths by jjleng in https://github.com/jjleng/paka/pull/55
* fix: the hf model file path problem of the llama.cpp runtime by jjleng in https://github.com/jjleng/paka/pull/56
* tests: e2e tests with KinD by jjleng in https://github.com/jjleng/paka/pull/57
* ci: add e2e to ci by jjleng in https://github.com/jjleng/paka/pull/58
* refactor: make pack be installed to a non-global location by jjleng in https://github.com/jjleng/paka/pull/59
* docs: get rid of the pack installation info from readme files by jjleng in https://github.com/jjleng/paka/pull/60
* feat: avoid mutating the model stored in model store by jjleng in https://github.com/jjleng/paka/pull/61
* refactor: remove aws CLI as a dependency when pushing images to ECR by jjleng in https://github.com/jjleng/paka/pull/62
* refactor: make the code removing k8s finalizers more robust when taki… by jjleng in https://github.com/jjleng/paka/pull/63
* refactor: make docker login more secure by jjleng in https://github.com/jjleng/paka/pull/64
* Isolate paka's pulumi from system pulumi by jjleng in https://github.com/jjleng/paka/pull/65
* docs: doc updates by jjleng in https://github.com/jjleng/paka/pull/66
* chore: version bump by jjleng in https://github.com/jjleng/paka/pull/67


**Full Changelog**: https://github.com/jjleng/paka/compare/v0.1.5...v0.1.6

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.