File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 324324 ],
325325 "source": [
326326 "jobdef = DDPJobDefinition(\n",
327+ " name=\"mnisttest\",\n",
327328 " script=\"mnist.py\",\n",
328329 " scheduler_args={\"requirements\": \"requirements.txt\"}\n",
329330 ")\n",
Original file line number Diff line number Diff line change 1414
1515# In[]
1616import os
17- from tkinter import W
1817
1918import torch
2019from pytorch_lightning import LightningModule , Trainer
@@ -150,7 +149,7 @@ def test_dataloader(self):
150149trainer = Trainer (
151150 accelerator = "auto" ,
152151 # devices=1 if torch.cuda.is_available() else None, # limiting got iPython runs
153- max_epochs = 100 ,
152+ max_epochs = 5 ,
154153 callbacks = [TQDMProgressBar (refresh_rate = 20 )],
155154 num_nodes = int (os .environ .get ("GROUP_WORLD_SIZE" , 1 )),
156155 devices = int (os .environ .get ("LOCAL_WORLD_SIZE" , 1 )),
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " codeflare-sdk"
3- version = " 0.4.2 "
3+ version = " 0.4.3 "
44description = " Python SDK for codeflare client"
55
66license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments