aap-utils 0.1.17__py3-none-any.whl → 0.1.18__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- aap_utils/register.py +2 -3
- {aap_utils-0.1.17.dist-info → aap_utils-0.1.18.dist-info}/METADATA +1 -1
- aap_utils-0.1.18.dist-info/RECORD +6 -0
- aap_utils-0.1.17.dist-info/RECORD +0 -6
- {aap_utils-0.1.17.dist-info → aap_utils-0.1.18.dist-info}/WHEEL +0 -0
- {aap_utils-0.1.17.dist-info → aap_utils-0.1.18.dist-info}/top_level.txt +0 -0
aap_utils/register.py
CHANGED
@@ -61,12 +61,11 @@ def create_url(domain_name = "aiplatform.vcntt.tech"):
|
|
61
61
|
return url, transformed_namespace
|
62
62
|
|
63
63
|
|
64
|
-
def get_args():
|
65
|
-
kcn_params = "config.yaml"
|
64
|
+
def get_args(kcn_params = "config.yaml", config_dir="configs"):
|
66
65
|
|
67
66
|
# Get the absolute path of the folder where run.py is located
|
68
67
|
run_py_dir = os.path.abspath(os.getcwd()) # Absolute path to the running script's directory
|
69
|
-
config_path = os.path.join(run_py_dir,
|
68
|
+
config_path = os.path.join(run_py_dir, config_dir) # Absolute path to "configs/"
|
70
69
|
|
71
70
|
|
72
71
|
overrides = []
|
@@ -0,0 +1,6 @@
|
|
1
|
+
aap_utils/__init__.py,sha256=QcqBOrCuKWHsW7wNycAyPJTPquUzw_dg8E98XTm7OUk,67
|
2
|
+
aap_utils/register.py,sha256=O-9h1tAsra8BJp6p82V2kd7J0tGPx5EUnd9eJqFQn_c,3494
|
3
|
+
aap_utils-0.1.18.dist-info/METADATA,sha256=oURm5_wCMkObrSYzAGl6P6R-qNLdvKuJoFIKf-oMlgM,347
|
4
|
+
aap_utils-0.1.18.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
5
|
+
aap_utils-0.1.18.dist-info/top_level.txt,sha256=Qt5xmL8_0_jhMl9uA3lg-xnvs4nCEyVj1tBE4vnp36M,10
|
6
|
+
aap_utils-0.1.18.dist-info/RECORD,,
|
@@ -1,6 +0,0 @@
|
|
1
|
-
aap_utils/__init__.py,sha256=QcqBOrCuKWHsW7wNycAyPJTPquUzw_dg8E98XTm7OUk,67
|
2
|
-
aap_utils/register.py,sha256=zY7XPCP7l31Kpo752iNhRiHpYDfxxYWRkgoz8CUw6pU,3472
|
3
|
-
aap_utils-0.1.17.dist-info/METADATA,sha256=30s4oqjg8_Dft9_fSC34BZtqCY7URpAGEKgdIV9rFlk,347
|
4
|
-
aap_utils-0.1.17.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
5
|
-
aap_utils-0.1.17.dist-info/top_level.txt,sha256=Qt5xmL8_0_jhMl9uA3lg-xnvs4nCEyVj1tBE4vnp36M,10
|
6
|
-
aap_utils-0.1.17.dist-info/RECORD,,
|
File without changes
|
File without changes
|