Skip to content

Commit

Permalink
commit change
Browse files Browse the repository at this point in the history
  • Loading branch information
j316chuck committed Apr 1, 2024
1 parent a473bd4 commit c25b41d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/inference/hf_chat.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,8 +257,6 @@ def parse_args() -> Namespace:
parser.add_argument('--system_prompt',
type=str,
default=DEFAULT_SYSTEM_PROMPT)
parser.add_argument('--user_msg_fmt', type=str, default=None)
parser.add_argument('--assistant_msg_fmt', type=str, default=None)
parser.add_argument(
'--stop_tokens',
type=str,
Expand Down

0 comments on commit c25b41d

Please sign in to comment.