Skip to content

Tags: anaconda/anaconda-ai

Tags

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Downloading collections (#124)

* ready for download implemetation in client

* new .collections and pure .quantized_files

* collections in model list

* include format kwarg in download_collection

* tests

* docs

* mypy fixes

* temporary conda build fix

* conda-build

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Sagemaker deploy (#121)

* enable modelfile lookup from server response object

* sagemaker model + deploy

* stage to s3 before deploy

* working deploy

* re-use deployable models

* more llama-server args

* stage one model at a time

* drop chat_template, jinja will be enough

* deploy on cli

* demonstrate nextsteps in deploy cli output

* no need for predictor class

* separate build from deploy

* stage=false is the default

* force restage

* readme

* build-only

* more immutable configuration

* check that aws credentials are found

* update invocation help message

* cli flag groups

* test fixes

v0.5.1

Toggle v0.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
docs(e2e): add Claude/Cursor agent docs and Playwright skills (#120)

* docs(e2e): add Claude/Cursor agent docs and Playwright skills

Add CLAUDE.md, .claude agents/skills, and .cursor rules under tests/e2e
for Playwright test generation and anaconda-playwright-utils.

Made-with: Cursor

* chore: normalize renovate.json and tsconfig include

Format JSON arrays on one line and fix tsconfig `include` list so
`tests/utils/CliUtils.ts` is part of a single valid array.

Made-with: Cursor

---------

Co-authored-by: izaheen@anaconda.com <izaheen@192.168.1.21>

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
drop anaconda-cloud channel from readme (#96)

v0.5.0rc9

Toggle v0.5.0rc9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
switch back default (#90)

* switch back default

* typo

* fix typing for pydantic-ai

* mypy fix

* some maint changes

v0.5.0rc8

Toggle v0.5.0rc8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
don't wait (#84)

v0.5.0rc7

Toggle v0.5.0rc7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.1…

…5.0 (#81)

Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com>
Co-authored-by: Albert DeFusco <adefusco@anaconda.com>

v0.5.0rc6

Toggle v0.5.0rc6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[feature] new backends (#79)

* backends

* fix --at

* need .online

* configure cli

* update dev env

* typing fixes

* bad inits

* refine rm/detach

* server by name is considered matched

* delete on stop

* unnecessary union

* readme

v0.4.3

Toggle v0.4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[chore] support tool calling (#59)

* allow --jinja flag

* docs

* correct handling of is_function_calling

v0.4.2

Toggle v0.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
llama-index embedding (#58)

* llama-index embedding

* mypy overrides