Skip to content

Remove unnecessary dependencies for llm_judge #3

@tuliren

Description

@tuliren

Currently, the prepare.sh script installs dependencies for both llm_judge and model_worker. The latter is needed because common.py depends on model_adapter.py, which depends on large dependencies like torch. However, this seems unnecessary. common.py only needs a few components from model_adapter.py. If we can separate those components, we may not need to install dependencies for model_worker.

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