Skip to content

Commit

Permalink
remove ft: from checking
Browse files Browse the repository at this point in the history
  • Loading branch information
PCSwingle committed Feb 16, 2024
1 parent 3f7f8df commit 0e97ac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rawdog/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,4 @@ def render_prompt(self):


def is_finetuned_model(model: str):
return "ft:" in model or "rawdog" in model or "abante" in model
return "rawdog" in model or "abante" in model

0 comments on commit 0e97ac6

Please sign in to comment.