Skip to content

Commit f8f5c3e

Browse files
committed
reorder commit
1 parent 0213989 commit f8f5c3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rslp/lightning_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
import os
44

55
import jsonargparse
6+
import wandb
67
from lightning.pytorch.callbacks import Callback
78
from lightning.pytorch.utilities import rank_zero_only
89
from rslearn.main import RslearnLightningCLI
910
from upath import UPath
1011

11-
import wandb
1212
from rslp import launcher_lib
1313

1414
CHECKPOINT_DIR = "gs://{rslp_bucket}/projects/{project_id}/{experiment_id}/checkpoints/"

0 commit comments

Comments
 (0)