Skip to content

Commit

Permalink
Update color of command for print
Browse files Browse the repository at this point in the history
  • Loading branch information
bmaltais committed Mar 8, 2023
1 parent 3a5d491 commit cd0d72c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lora_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -575,8 +575,8 @@ def train_model(
)

if print_only_bool:
print('Here is the trainer command as a reference. It will not be executed:')
print(run_cmd)
print('\033[93m\nHere is the trainer command as a reference. It will not be executed:\033[0m\n')
print('\033[96m' + run_cmd + '\033[0m\n')
else:
print(run_cmd)
# Run the command
Expand Down

0 comments on commit cd0d72c

Please sign in to comment.