masanorihirano commited on
Commit
0b790fb
1 Parent(s): 5877cdc
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -137,7 +137,7 @@ def conversation_get_prompt_overrider(cls: Conversation) -> str:
137
 
138
  def save_inputs_and_outputs(now, inputs, outputs, generate_kwargs):
139
  current_hour = now.strftime("%Y-%m-%d_%H")
140
- file_name = f"prompts_{LORA_WEIGHTS.split('/')[-1]}_{current_hour}.jsonl"
141
 
142
  if repo is not None:
143
  repo.git_pull(rebase=True)
 
137
 
138
  def save_inputs_and_outputs(now, inputs, outputs, generate_kwargs):
139
  current_hour = now.strftime("%Y-%m-%d_%H")
140
+ file_name = f"prompts_{LORA_WEIGHTS_HF.split('/')[-1]}_{current_hour}.jsonl"
141
 
142
  if repo is not None:
143
  repo.git_pull(rebase=True)