Skip to content

Conversation

@cdoern
Copy link
Collaborator

@cdoern cdoern commented Dec 19, 2025

was getting:

╰─ llama-stack-client --version
Traceback (most recent call last):
  File "/Users/charliedoern/projects/Documents/llama-stack/venv/bin/llama-stack-client", line 4, in <module>
    from llama_stack_client.lib.cli.llama_stack_client import main
  File "/Users/charliedoern/projects/Documents/llama-stack-client-python/src/llama_stack_client/lib/cli/llama_stack_client.py", line 23, in <module>
    from .post_training import post_training
  File "/Users/charliedoern/projects/Documents/llama-stack-client-python/src/llama_stack_client/lib/cli/post_training/__init__.py", line 7, in <module>
    from .post_training import post_training
  File "/Users/charliedoern/projects/Documents/llama-stack-client-python/src/llama_stack_client/lib/cli/post_training/post_training.py", line 12, in <module>
    from llama_stack_client.types.alpha.post_training_supervised_fine_tune_params import (
ImportError: cannot import name 'AlgorithmConfigParam' from 'llama_stack_client.types.alpha.post_training_supervised_fine_tune_params' (/Users/charliedoern/projects/Documents/llama-stack-client-python/src/llama_stack_client/types/alpha/post_training_supervised_fine_tune_params.py). Did you mean: 'AlgorithmConfig'?

fixes that.

was getting:

```
╰─ llama-stack-clien--t version
Traceback (most recent call last):
  File "/Users/charliedoern/projects/Documents/llama-stack/venv/bin/llama-stack-client", line 4, in <module>
    from llama_stack_client.lib.cli.llama_stack_client import main
  File "/Users/charliedoern/projects/Documents/llama-stack-client-python/src/llama_stack_client/lib/cli/llama_stack_client.py", line 23, in <module>
    from .post_training import post_training
  File "/Users/charliedoern/projects/Documents/llama-stack-client-python/src/llama_stack_client/lib/cli/post_training/__init__.py", line 7, in <module>
    from .post_training import post_training
  File "/Users/charliedoern/projects/Documents/llama-stack-client-python/src/llama_stack_client/lib/cli/post_training/post_training.py", line 12, in <module>
    from llama_stack_client.types.alpha.post_training_supervised_fine_tune_params import (
ImportError: cannot import name 'AlgorithmConfigParam' from 'llama_stack_client.types.alpha.post_training_supervised_fine_tune_params' (/Users/charliedoern/projects/Documents/llama-stack-client-python/src/llama_stack_client/types/alpha/post_training_supervised_fine_tune_params.py). Did you mean: 'AlgorithmConfig'?

```

fixes that.

Signed-off-by: Charlie Doern <cdoern@redhat.com>
@cdoern cdoern requested a review from ashwinb December 19, 2025 14:25
@meta-cla meta-cla bot added the cla signed label Dec 19, 2025
@raghotham raghotham merged commit 43aabc5 into llamastack:main Jan 6, 2026
21 checks passed
@stainless-app stainless-app bot mentioned this pull request Jan 6, 2026
cdoern pushed a commit that referenced this pull request Jan 6, 2026
Automated Release PR
---


## 0.4.0-alpha.15 (2026-01-06)

Full Changelog:
[v0.4.0-alpha.14...v0.4.0-alpha.15](v0.4.0-alpha.14...v0.4.0-alpha.15)

### Bug Fixes

* post training algorithm param
([#310](#310))
([43aabc5](43aabc5))

---
This pull request is managed by Stainless's [GitHub
App](https://github.com/apps/stainless-app).

The [semver version
number](https://semver.org/#semantic-versioning-specification-semver) is
based on included [commit
messages](https://www.conventionalcommits.org/en/v1.0.0/).
Alternatively, you can manually set the version number in the title of
this pull request.

For a better experience, it is recommended to use either rebase-merge or
squash-merge when merging this pull request.

🔗 Stainless [website](https://www.stainlessapi.com)
📚 Read the [docs](https://app.stainlessapi.com/docs)
🙋 [Reach out](mailto:support@stainlessapi.com) for help or questions

---------

Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants