wuhp commited on
Commit
24eb33c
·
verified ·
1 Parent(s): 4fa9540

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ TEXT_PIPELINE = None
25
  COMPARISON_PIPELINE = None # pipeline for the comparison model, if desired
26
  NUM_EXAMPLES = 50 # We'll train on 50 lines (or rows) for demonstration
27
 
28
- @spaces.GPU(duration=600) # up to 10 min
29
  def finetune_small_subset():
30
  """
31
  1) Loads 'wuhp/myr1' in 4-bit quantization (QLoRA style),
 
25
  COMPARISON_PIPELINE = None # pipeline for the comparison model, if desired
26
  NUM_EXAMPLES = 50 # We'll train on 50 lines (or rows) for demonstration
27
 
28
+ @spaces.GPU(duration=300) # up to 10 min
29
  def finetune_small_subset():
30
  """
31
  1) Loads 'wuhp/myr1' in 4-bit quantization (QLoRA style),