Skip to content
This repository was archived by the owner on Aug 14, 2025. It is now read-only.

Llama Stack Client errors out when trying to list eval_tasks #13

@Bobbins228

Description

@Bobbins228

Describe the bug

When running llama-stack-client eval_tasks list I receive the following error:

╭──────────────────────────────────────────────────────────────────╮
│ Failed to list eval tasks                                        │
│                                                                  │
│ Error Type: AttributeError                                       │
│ Details: 'LlamaStackClient' object has no attribute 'eval_tasks' │
╰──────────────────────────────────────────────────────────────────╯

To Reproduce

  • Install the latest Llama Stack Client
    pip install llama-stack-client
  • Ensure a Llama Stack Server is running and pre-configured using llama-stack-client configure
  • Run the following command
llama-stack-client eval_tasks list

Expected behavior

The list of eval tasks should be printed to the console or a blank list if none exist

Desktop

  • OS: Mac OS
  • llama stack client ver: v0.2.14

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions