Skip to content

Code check: unused imports, better argument handling #58

@laoliu5280

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).

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