rahul7star commited on
Commit
1f97d4a
·
verified ·
1 Parent(s): c4c4bdc

Update app_flash.py

Browse files
Files changed (1) hide show
  1. app_flash.py +1 -1
app_flash.py CHANGED
@@ -33,7 +33,7 @@ class GemmaTrainer(nn.Module, FlashPackMixin):
33
  # ============================================================
34
  # 2️⃣ Encode and train using GPU
35
  # ============================================================
36
- @spaces.GPU(duration=60) # 10-minute GPU allocation window
37
  def train_flashpack_model():
38
  # Load dataset
39
  print("📦 Loading dataset...")
 
33
  # ============================================================
34
  # 2️⃣ Encode and train using GPU
35
  # ============================================================
36
+
37
  def train_flashpack_model():
38
  # Load dataset
39
  print("📦 Loading dataset...")