Skip to content

Commit

Permalink
fix(yolohom): set defaults for yolo home
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma committed Nov 25, 2024
1 parent cecc0c8 commit bc824b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/aiproject/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@
RAMP_HOME = env("RAMP_HOME", default=None)
if RAMP_HOME:
os.environ["RAMP_HOME"] = RAMP_HOME
YOLO_HOME = env("YOLO_HOME")
YOLO_HOME = env("YOLO_HOME", default=os.getcwd())


# training workspace
Expand Down

0 comments on commit bc824b0

Please sign in to comment.