Spaces:
Sleeping
Sleeping
Upload app.py with huggingface_hub
Browse files
app.py
CHANGED
@@ -49,7 +49,7 @@ SPACE_NAME = os.getenv("HF_SPACE_NAME", "phi4training")
|
|
49 |
def run_training():
|
50 |
"""Run the training script and stream its output to container logs"""
|
51 |
# Locate training script using absolute path
|
52 |
-
training_script = os.path.join(BASE_DIR, "
|
53 |
|
54 |
# Check if file exists and log the path
|
55 |
if not os.path.exists(training_script):
|
|
|
49 |
def run_training():
|
50 |
"""Run the training script and stream its output to container logs"""
|
51 |
# Locate training script using absolute path
|
52 |
+
training_script = os.path.join(BASE_DIR, "run_cloud_training.py")
|
53 |
|
54 |
# Check if file exists and log the path
|
55 |
if not os.path.exists(training_script):
|