Upload catalog.py with huggingface_hub
Browse files- catalog.py +4 -0
catalog.py
CHANGED
|
@@ -68,6 +68,10 @@ class LocalCatalog(Catalog):
|
|
| 68 |
print(f"Artifact {artifact_identifier} saved to {path}")
|
| 69 |
|
| 70 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 71 |
class GithubCatalog(LocalCatalog):
|
| 72 |
name = "community"
|
| 73 |
repo = "unitxt"
|
|
|
|
| 68 |
print(f"Artifact {artifact_identifier} saved to {path}")
|
| 69 |
|
| 70 |
|
| 71 |
+
class EnvironmentLocalCatalog(LocalCatalog):
|
| 72 |
+
pass
|
| 73 |
+
|
| 74 |
+
|
| 75 |
class GithubCatalog(LocalCatalog):
|
| 76 |
name = "community"
|
| 77 |
repo = "unitxt"
|