Spaces:
Paused
Paused
Commit
·
1cdb3dd
1
Parent(s):
8370e02
Fix parent issue
Browse files- main/main.py +1 -1
main/main.py
CHANGED
@@ -74,7 +74,7 @@ async def initialize_model(request: InitializeRequest):
|
|
74 |
|
75 |
try:
|
76 |
# Get the project root directory (where main.py is located)
|
77 |
-
project_root = Path(__file__).parent
|
78 |
checkpoints_dir = project_root / "checkpoints"
|
79 |
|
80 |
# For LitGPT downloaded models, path includes organization
|
|
|
74 |
|
75 |
try:
|
76 |
# Get the project root directory (where main.py is located)
|
77 |
+
project_root = Path(__file__).parent
|
78 |
checkpoints_dir = project_root / "checkpoints"
|
79 |
|
80 |
# For LitGPT downloaded models, path includes organization
|