Skip to content

Code check: unused imports, better argument handling #58

Description

@laoliu5280

Needs a comprehensive round of code check. See list below (not exhaustive):

  • Check all imports and remove unused ones. Specifically, we need special handling for importing vllm and its dependencies, because it is only available for [dev] option.
  • Check argument passing and improve handling. Currently there are multiple places missing argument types, such as some_function(api: # Missing argument, should be LLMWrapper or similar, **kwargs).

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

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions