Skip to content

Hugging Face task README has stale task selector and max_steps guidance #78

@Shaan-Kumar

Description

@Shaan-Kumar

Description

The Hugging Face task README has two stale troubleshooting instructions:

  1. The "Task not found" section says to use --task-index and --task-id, but examples/hugging_face_task/run.sh accepts a positional selector:

    • ./run.sh 42
    • ./run.sh task_...
  2. The "Agent timeout" section says to modify max_steps in main.py, but this example reads agent settings from examples/hugging_face_task/agent_config.json.

Impact

Users trying to run alternate benchmark tasks or increase the step budget may follow commands/files that do not match the current example implementation.

Suggested fix

Update the README troubleshooting section to document the positional task selector and point timeout/step-budget changes to agent_config.json.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions