Get library absolute folder directory path
(cls)
| 158 | |
| 159 | @classmethod |
| 160 | def get_library_path(cls): |
| 161 | """Get library absolute folder directory path""" |
| 162 | return os.path.join(cls._base_fp["home_path"], cls._base_fp["llmware_path_name"], cls._fp["library_path_name"]) |
| 163 | |
| 164 | @classmethod |
| 165 | def get_model_repo_path(cls): |
no outgoing calls