Upload folder using huggingface_hub
Browse files- 6.25.0/client/src/index.ts +0 -11
6.25.0/client/src/index.ts
CHANGED
|
@@ -17,17 +17,6 @@ export {
|
|
| 17 |
type StoredRunComponent,
|
| 18 |
type StoredRun
|
| 19 |
} from "./utils/run_history";
|
| 20 |
-
export {
|
| 21 |
-
delete_record_from_bucket,
|
| 22 |
-
get_bucket_sync_config,
|
| 23 |
-
list_bucket_records,
|
| 24 |
-
list_user_buckets,
|
| 25 |
-
merge_runs,
|
| 26 |
-
push_record_to_bucket,
|
| 27 |
-
set_bucket_sync_config,
|
| 28 |
-
type BucketInfo,
|
| 29 |
-
type BucketSyncConfig
|
| 30 |
-
} from "./utils/bucket_sync";
|
| 31 |
|
| 32 |
export type {
|
| 33 |
SpaceStatus,
|
|
|
|
| 17 |
type StoredRunComponent,
|
| 18 |
type StoredRun
|
| 19 |
} from "./utils/run_history";
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
|
| 21 |
export type {
|
| 22 |
SpaceStatus,
|