Skip to content

Remove unnecessary dependencies for llm_judge #3

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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