Skip to content

[Enhancement] TigerTune: Support more Llama2 and Falcon models #3

Open
@lilinwang

Description

Currently, the logic tell if a model is Llama2 or Falcon is via hardcoded strings, like "tiiuae/falcon-7b", at

if base_model_id == "tiiuae/falcon-7b":
and
if self.base_model_id == "tiiuae/falcon-7b":
.

It would be useful to replace these hardcoded strings with a more systematic approach.

Activity

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

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions