Elron commited on
Commit
a2b49fd
1 Parent(s): 9499f06

Upload catalog.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. 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"