Update app.py
Browse files
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=
|
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),
|