Spaces:
Runtime error
Runtime error
da03
commited on
Commit
·
802d3f3
1
Parent(s):
f9392ac
- sync_train_dataset.py +1 -1
sync_train_dataset.py
CHANGED
@@ -22,7 +22,7 @@ logging.basicConfig(
|
|
22 |
logger = logging.getLogger(__name__)
|
23 |
|
24 |
# Configuration
|
25 |
-
REMOTE_HOST = "
|
26 |
REMOTE_USER = "root" # Replace with your actual username
|
27 |
REMOTE_KEY_PATH = "~/.ssh/id_rsa" # Replace with path to your SSH key
|
28 |
REMOTE_DATA_DIR = "/root/neuralos-demo/train_dataset_encoded_online" # Replace with actual path
|
|
|
22 |
logger = logging.getLogger(__name__)
|
23 |
|
24 |
# Configuration
|
25 |
+
REMOTE_HOST = "neural-os.com"
|
26 |
REMOTE_USER = "root" # Replace with your actual username
|
27 |
REMOTE_KEY_PATH = "~/.ssh/id_rsa" # Replace with path to your SSH key
|
28 |
REMOTE_DATA_DIR = "/root/neuralos-demo/train_dataset_encoded_online" # Replace with actual path
|