hash stringlengths 40 40 | authorName stringclasses 42
values | authorEmail stringclasses 41
values | date timestamp[ms]date 2021-07-26 09:52:55 2025-07-18 10:19:56 | subject stringlengths 11 116 | diff stringlengths 0 987k |
|---|---|---|---|---|---|
d5e35651d7b44ff6d53cde318010a3cf739a40fd | Quentin Lhoest | 42851186+lhoestq@users.noreply.github.com | 2023-10-04T11:49:03 | more cpu for search (#1923) | diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml
index 045cb86b..7385c632 100644
--- a/chart/env/prod.yaml
+++ b/chart/env/prod.yaml
@@ -360 +360 @@ search:
- cpu: 4
+ cpu: 16 |
70f6f44e14b0b7d9b5c017d3f098a3c0add65e2a | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-10-04T08:24:22 | fix: 🐛 fix vulnerability (pillow) (#1922) | diff --git a/front/admin_ui/poetry.lock b/front/admin_ui/poetry.lock
index aee8d93c..2a92faff 100644
--- a/front/admin_ui/poetry.lock
+++ b/front/admin_ui/poetry.lock
@@ -238,0 +239,40 @@ files = [
+[[package]]
+name = "boto3"
+version = "1.28.59"
+description = "The AWS SDK for Python"
+category = "main"
+optional = f... |
a2792adc0e97960c8e0aaf35eb687052fea5d07a | Quentin Lhoest | 42851186+lhoestq@users.noreply.github.com | 2023-10-03T21:24:56 | add difficulty bonus in admin app (#1919) | diff --git a/services/admin/src/admin/app.py b/services/admin/src/admin/app.py
index afbf63bb..d5401784 100644
--- a/services/admin/src/admin/app.py
+++ b/services/admin/src/admin/app.py
@@ -210,0 +211,2 @@ def create_app() -> Starlette:
+ bonus_difficulty_if_dataset_is_big=processing_step.bonus_... |
cdef78bad9914fc161f468ca0be2b1e111263291 | Quentin Lhoest | 42851186+lhoestq@users.noreply.github.com | 2023-10-03T15:29:24 | Fix audio assets from streaming (#1915) | diff --git a/libs/libcommon/src/libcommon/viewer_utils/features.py b/libs/libcommon/src/libcommon/viewer_utils/features.py
index c63620a6..2d553947 100644
--- a/libs/libcommon/src/libcommon/viewer_utils/features.py
+++ b/libs/libcommon/src/libcommon/viewer_utils/features.py
@@ -123 +123 @@ def audio(
- elif "array" ... |
5d218e20ea5077f3de5101a386750452a1dc145e | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-10-03T13:44:45 | feat: 🎸 support two formats for "sub" in the JWT (#1917) | diff --git a/libs/libapi/src/libapi/jwt_token.py b/libs/libapi/src/libapi/jwt_token.py
index 2badae8a..13ca5f38 100644
--- a/libs/libapi/src/libapi/jwt_token.py
+++ b/libs/libapi/src/libapi/jwt_token.py
@@ -242,0 +243,2 @@ def validate_jwt(
+ or
+ {"sub": "/datasets/<...dataset identifier...>", "read": true, "e... |
cef98dcbb832da78fe85ef8c95e744d6f89867ef | Quentin Lhoest | 42851186+lhoestq@users.noreply.github.com | 2023-10-03T12:49:20 | add heavy workers (#1916) | diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml
index 44e73666..045cb86b 100644
--- a/chart/env/prod.yaml
+++ b/chart/env/prod.yaml
@@ -383,2 +383,2 @@ workers:
- - deployName: "all"
- workerDifficultyMax: 70
+ - deployName: "heavy"
+ workerDifficultyMax: 100
@@ -390 +390 @@ workers:
- replicas: 24
+ ... |
d4a87662a62356921266ace55dcfc11501838b28 | Quentin Lhoest | 42851186+lhoestq@users.noreply.github.com | 2023-10-03T12:40:27 | Add bonus difficulty if dataset is big (#1903) | diff --git a/front/admin_ui/app.py b/front/admin_ui/app.py
index 4b526566..7e24ff95 100644
--- a/front/admin_ui/app.py
+++ b/front/admin_ui/app.py
@@ -29 +29 @@ DSS_ENDPOINT = DEV_DSS_ENDPOINT if DEV else PROD_DSS_ENDPOINT
-PROCESSING_GRAPH = ProcessingGraph(ProcessingGraphConfig().specification)
+PROCESSING_GRAPH = Pr... |
212dd4af722b41aba426ead7b493bd70e6fbdea6 | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-10-03T11:00:38 | feat: 🎸 reduce the number of workers (#1913) | diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml
index 2b778d81..44e73666 100644
--- a/chart/env/prod.yaml
+++ b/chart/env/prod.yaml
@@ -167 +167 @@ hfDatasetsCache:
- expiredTimeIntervalSeconds: 10800 # 3 hours
+ expiredTimeIntervalSeconds: 10800 # 3 hours
@@ -390 +390 @@ workers:
- replicas: 100
+ repl... |
809e53f2710bcc20901a451b8cb225ac8264d4c8 | Albert Villanova del Moral | 8515462+albertvillanova@users.noreply.github.com | 2023-10-03T10:22:40 | Revert "Update pandas to 2.1.1 and duckdb to 0.9.0 (#1827)" (#1911) | diff --git a/front/admin_ui/poetry.lock b/front/admin_ui/poetry.lock
index 19b6eedc..aee8d93c 100644
--- a/front/admin_ui/poetry.lock
+++ b/front/admin_ui/poetry.lock
@@ -239,40 +238,0 @@ files = [
-[[package]]
-name = "boto3"
-version = "1.28.57"
-description = "The AWS SDK for Python"
-category = "main"
-optional = f... |
2345d5184879071bda2d26a634ae1af5530f7fd7 | Albert Villanova del Moral | 8515462+albertvillanova@users.noreply.github.com | 2023-10-03T09:48:20 | Update urllib3 to 1.26.17 to fix vulnerability (#1906) | diff --git a/e2e/poetry.lock b/e2e/poetry.lock
index d027f246..4323353b 100644
--- a/e2e/poetry.lock
+++ b/e2e/poetry.lock
@@ -1434 +1434 @@ name = "urllib3"
-version = "1.26.16"
+version = "1.26.17"
@@ -1440,2 +1440,2 @@ files = [
- {file = "urllib3-1.26.16-py2.py3-none-any.whl", hash = "sha256:8d36afa7616d8ab71460... |
0834a6206817dd59d196ae718a13bc708ee814a7 | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-10-02T17:42:54 | feat: 🎸 allow wildcard only in dataset name of blocked datasets (#1901) | diff --git a/libs/libcommon/README.md b/libs/libcommon/README.md
index 91438bc3..b20bec2e 100644
--- a/libs/libcommon/README.md
+++ b/libs/libcommon/README.md
@@ -16 +16 @@ Set the common environment variables to configure the following aspects:
-- `COMMON_BLOCKED_DATASETS`: comma-separated list of the blocked datasets... |
c9dbeacb6d7369bed159e81080e51ca6baf04c22 | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-10-02T17:31:49 | feat: 🎸 use a timezone-aware date (#1902) | diff --git a/tools/stale.py b/tools/stale.py
index 3dc5c7ff..50fb7b52 100644
--- a/tools/stale.py
+++ b/tools/stale.py
@@ -10 +10 @@ Copied from https://github.com/huggingface/transformers
-from datetime import datetime as dt
+from datetime import datetime as dt, timezone
@@ -30 +30 @@ def main():
- now = dt.utc... |
e88cc0efc88e06c642b112cb486a8ce4d721bf5a | Polina Kazakova | polina@huggingface.co | 2023-10-02T16:54:26 | Fix class label computation check and return counts for all labels, not only those found in split (#1900) | diff --git a/services/worker/src/worker/job_runners/split/descriptive_statistics.py b/services/worker/src/worker/job_runners/split/descriptive_statistics.py
index 04102534..baf8fb4a 100644
--- a/services/worker/src/worker/job_runners/split/descriptive_statistics.py
+++ b/services/worker/src/worker/job_runners/split/des... |
93bcf55fafe4bc23d3dd7dc75dc7c8ff216f7df0 | Albert Villanova del Moral | 8515462+albertvillanova@users.noreply.github.com | 2023-10-02T16:54:16 | Update pandas to 2.1.1 and duckdb to 0.9.0 (#1827) | diff --git a/front/admin_ui/poetry.lock b/front/admin_ui/poetry.lock
index bf13a8f6..2163b756 100644
--- a/front/admin_ui/poetry.lock
+++ b/front/admin_ui/poetry.lock
@@ -238,0 +239,40 @@ files = [
+[[package]]
+name = "boto3"
+version = "1.28.57"
+description = "The AWS SDK for Python"
+category = "main"
+optional = f... |
424112bfcce7bf9f23e0107b314694de22c18901 | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-10-02T16:53:53 | feat: 🎸 delete the dataset and raise if blocked (#1899) | diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml
index 54ae2309..2b778d81 100644
--- a/chart/env/prod.yaml
+++ b/chart/env/prod.yaml
@@ -148,2 +147,0 @@ parquetAndInfo:
- # See https://observablehq.com/@huggingface/blocked-datasets
- blockedDatasets: "Graphcore/gqa,Graphcore/gqa-lxmert,Graphcore/vqa,Graphcore/v... |
df496fc23321c28a7e0570fc174e1a857bb15a8f | Quentin Lhoest | 42851186+lhoestq@users.noreply.github.com | 2023-10-02T14:14:27 | Clean HF datasets cache (#1881) | diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml
index af72c9a1..54ae2309 100644
--- a/chart/env/prod.yaml
+++ b/chart/env/prod.yaml
@@ -167,0 +168,3 @@ descriptiveStatistics:
+hfDatasetsCache:
+ expiredTimeIntervalSeconds: 10800 # 3 hours
+
diff --git a/chart/templates/_common/_helpers.tpl b/chart/templates/_c... |
3605159352d8e8f5500a6b7fcda9c07db3acf50f | Albert Villanova del Moral | 8515462+albertvillanova@users.noreply.github.com | 2023-10-02T14:06:37 | Delete unnecessary condition on expected_error_code (#1898) | diff --git a/e2e/tests/test_11_api.py b/e2e/tests/test_11_api.py
index 2152fa91..cd95e48f 100644
--- a/e2e/tests/test_11_api.py
+++ b/e2e/tests/test_11_api.py
@@ -71,2 +70,0 @@ def test_endpoint(
- expected_status_code: int = 200
- expected_error_code = None
@@ -89,2 +86,0 @@ def test_endpoint(
- expected_... |
f77e375a49503693c2537c7a4b35229551b37b95 | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-09-29T16:22:35 | feat: 🎸 set "truncated" field of /first-rows as mandatory (#1896) | diff --git a/docs/source/openapi.json b/docs/source/openapi.json
index e3330569..cacdb830 100644
--- a/docs/source/openapi.json
+++ b/docs/source/openapi.json
@@ -278 +278 @@
- "required": ["dataset", "config", "split", "features", "rows"],
+ "required": ["dataset", "config", "split", "features", "rows", ... |
146fd371fb6017b87fb9a7317f8311d6695b52c8 | Polina Kazakova | polina@huggingface.co | 2023-09-29T15:55:30 | fix: account for possible -1 value in ClassLabel feature in statistics computation (#1870) | diff --git a/e2e/tests/test_14_statistics.py b/e2e/tests/test_14_statistics.py
index e1f1386e..d501512a 100644
--- a/e2e/tests/test_14_statistics.py
+++ b/e2e/tests/test_14_statistics.py
@@ -46,0 +47,2 @@ def test_statistics_endpoint(
+ "no_label_count": 0,
+ "no_label_proportion": 0.0,
diff --git a/servi... |
e7a89be3c6bec9497e00302a10638dc0389f7561 | Quentin Lhoest | 42851186+lhoestq@users.noreply.github.com | 2023-09-29T15:03:40 | fix zipped audio extension (#1893) | diff --git a/libs/libcommon/src/libcommon/viewer_utils/features.py b/libs/libcommon/src/libcommon/viewer_utils/features.py
index 7b27c308..c63620a6 100644
--- a/libs/libcommon/src/libcommon/viewer_utils/features.py
+++ b/libs/libcommon/src/libcommon/viewer_utils/features.py
@@ -117 +117,2 @@ def audio(
- audio_f... |
b981f94b11392f084249f8b8a580135c87d4cb29 | Andrea Francis Soria Jimenez | andrea@huggingface.co | 2023-09-29T13:46:23 | fix: remove file even if not uploaded (#1889) | diff --git a/libs/libcommon/src/libcommon/viewer_utils/asset.py b/libs/libcommon/src/libcommon/viewer_utils/asset.py
index a057b1b0..e4a7153a 100644
--- a/libs/libcommon/src/libcommon/viewer_utils/asset.py
+++ b/libs/libcommon/src/libcommon/viewer_utils/asset.py
@@ -106,2 +105,0 @@ def upload_asset_file(
- l... |
1e2b670c96bfd8cd3488297ad9fb4f0c11c94369 | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-09-29T13:42:15 | feat: 🎸 add POST /admin/recreate-dataset?dataset=.&priority= (#1884) | diff --git a/front/admin_ui/app.py b/front/admin_ui/app.py
index 4ddd6eab..4b526566 100644
--- a/front/admin_ui/app.py
+++ b/front/admin_ui/app.py
@@ -98,0 +99,6 @@ with gr.Blocks() as demo:
+ with gr.Tab("Recreate dataset"):
+ delete_and_recreate_dataset_name = gr.Textbox(label="dataset", pla... |
afb40a60b8e1278c44a649f4d8bb6c653ad821d4 | Quentin Lhoest | 42851186+lhoestq@users.noreply.github.com | 2023-09-29T13:37:38 | ram (#1890) | diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml
index b09af17f..af72c9a1 100644
--- a/chart/env/prod.yaml
+++ b/chart/env/prod.yaml
@@ -393 +393 @@ workers:
- memory: "24Gi"
+ memory: "29Gi"
@@ -396 +396 @@ workers:
- memory: "24Gi"
+ memory: "29Gi" |
08940115e1ed6cc342982201bbcd52a3ce448a5d | Quentin Lhoest | 42851186+lhoestq@users.noreply.github.com | 2023-09-28T22:41:54 | even more ram (#1883) | diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml
index fdc76a2e..b09af17f 100644
--- a/chart/env/prod.yaml
+++ b/chart/env/prod.yaml
@@ -393 +393 @@ workers:
- memory: "20Gi"
+ memory: "24Gi"
@@ -396 +396 @@ workers:
- memory: "20Gi"
+ memory: "24Gi" |
eefd206fe73720a05d7c635666205be1e29faf6d | Andrea Francis Soria Jimenez | andrea@huggingface.co | 2023-09-28T16:56:44 | cached assets on s3 for all datasets (#1882) | diff --git a/services/rows/src/rows/routes/rows.py b/services/rows/src/rows/routes/rows.py
index f722b2ee..9766978b 100644
--- a/services/rows/src/rows/routes/rows.py
+++ b/services/rows/src/rows/routes/rows.py
@@ -34 +34 @@ from libcommon.storage import StrPath
-from libcommon.storage_options import DirectoryStorageOp... |
ce45efa254b5e73e812e609c20160daf92d0e843 | Remy | remy.trompier@gmail.com | 2023-09-28T13:24:25 | feat(chart): remove external dns for staging env. We now use cloudfront to serve it. (#1880) | diff --git a/chart/env/staging.yaml b/chart/env/staging.yaml
index 8a1aac2f..3000fb1e 100644
--- a/chart/env/staging.yaml
+++ b/chart/env/staging.yaml
@@ -224 +223,0 @@ ingress:
- external-dns.alpha.kubernetes.io/hostname: "datasets-server.us.dev.moon.huggingface.tech" |
19c4d4720f20f42316127b9049186876dcaa4459 | Andrea Francis Soria Jimenez | andrea@huggingface.co | 2023-09-28T12:55:25 | configure staging s3 bucket (#1879) | diff --git a/chart/env/staging.yaml b/chart/env/staging.yaml
index 7cdb5323..8a1aac2f 100644
--- a/chart/env/staging.yaml
+++ b/chart/env/staging.yaml
@@ -142,0 +143,5 @@ parquetAndInfo:
+cachedAssetsS3:
+ bucket: "hf-datasets-server-statics-staging"
+ region: "us-east-1"
+ folderName: "cached-assets"
+
diff --git a... |
3c6c79b6184295d52518a7499cbfe1616077a753 | Quentin Lhoest | 42851186+lhoestq@users.noreply.github.com | 2023-09-28T11:46:04 | Add Hub dashboard in admin app (#1874) | diff --git a/front/admin_ui/app.py b/front/admin_ui/app.py
index 752f2deb..4ddd6eab 100644
--- a/front/admin_ui/app.py
+++ b/front/admin_ui/app.py
@@ -15,0 +16 @@ import json
+from tqdm.contrib.concurrent import thread_map
@@ -65,0 +67,7 @@ with gr.Blocks() as demo:
+ with gr.Tab("Home dashboard"):
+ ... |
32e44e29ec5b9feb4b1f998cecb9165063d2cdb9 | Steven Liu | 59462357+stevhliu@users.noreply.github.com | 2023-09-28T07:41:44 | alphabetize section (#1877) | diff --git a/docs/source/_toctree.yml b/docs/source/_toctree.yml
index 5d0cb40c..00996137 100644
--- a/docs/source/_toctree.yml
+++ b/docs/source/_toctree.yml
@@ -31,2 +30,0 @@
- - local: duckdb
- title: DuckDB
@@ -35,2 +33,2 @@
- - local: polars
- title: Polars
+ - local: duckdb
... |
cf4846b612c477fe65248da2ad4a42ab5a89a2fa | Andrea Francis Soria Jimenez | andrea@huggingface.co | 2023-09-28T02:08:25 | change bucket validation in s3 client (#1878) | diff --git a/libs/libcommon/src/libcommon/s3_client.py b/libs/libcommon/src/libcommon/s3_client.py
index c510477a..d9b677bd 100644
--- a/libs/libcommon/src/libcommon/s3_client.py
+++ b/libs/libcommon/src/libcommon/s3_client.py
@@ -25,0 +26 @@ class S3Client:
+ _bucket_name: str
@@ -28 +29,5 @@ class S3Client:
- ... |
e43aa8a4b4e19a0d1ae882f83e3513fdcf72826e | Andrea Francis Soria Jimenez | andrea@huggingface.co | 2023-09-27T16:21:25 | adding s3 logs in client (#1875) | diff --git a/libs/libcommon/src/libcommon/s3_client.py b/libs/libcommon/src/libcommon/s3_client.py
index 4e45e8db..c510477a 100644
--- a/libs/libcommon/src/libcommon/s3_client.py
+++ b/libs/libcommon/src/libcommon/s3_client.py
@@ -30,0 +31,4 @@ class S3Client:
+ logging.debug(
+ f"init s3 clie... |
0e2a174754e2e16453c41f3cea7b400c6c9c13e8 | Quentin Lhoest | 42851186+lhoestq@users.noreply.github.com | 2023-09-27T16:11:51 | Moar ram for c4 indexing (#1876) | diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml
index eaf375fb..fdc76a2e 100644
--- a/chart/env/prod.yaml
+++ b/chart/env/prod.yaml
@@ -393 +393 @@ workers:
- memory: "14Gi"
+ memory: "20Gi"
@@ -396 +396 @@ workers:
- memory: "24Gi"
+ memory: "20Gi" |
298ba462f48cb5b0bcaee9601c77f1b3cee0f879 | Andrea Francis Soria Jimenez | andrea@huggingface.co | 2023-09-27T15:28:25 | adding debug logs for rows and search - s3 (#1873) | diff --git a/libs/libcommon/src/libcommon/s3_client.py b/libs/libcommon/src/libcommon/s3_client.py
index 56fa7129..4e45e8db 100644
--- a/libs/libcommon/src/libcommon/s3_client.py
+++ b/libs/libcommon/src/libcommon/s3_client.py
@@ -2,0 +3 @@
+import logging
@@ -37,0 +39 @@ class S3Client:
+ logging.info("clie... |
a955449d22613df31b568cf628311de51f5c4dfc | Remy | remy.trompier@gmail.com | 2023-09-27T14:39:17 | fix(s3): use the correct secrets name (#1872) | diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml
index d9f24e59..eaf375fb 100644
--- a/chart/env/prod.yaml
+++ b/chart/env/prod.yaml
@@ -86,2 +86,2 @@ secrets:
- AWS_ACCESS_KEY_ID: "hub-prod-dataset-server-s3-access-key-id"
- AWS_SECRET_ACCESS_KEY: "hub-prod-dataset-server-s3-secret-access-key"
+ A... |
28aa90383058af446afb86dc7fcc2ea7489a85f8 | Remy | remy.trompier@gmail.com | 2023-09-27T13:56:01 | fix(s3): use the correct secrets (#1871) | diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml
index 17d2d9d2..d9f24e59 100644
--- a/chart/env/prod.yaml
+++ b/chart/env/prod.yaml
@@ -105,0 +106,7 @@ secrets:
+ s3:
+ accessKeyId:
+ fromSecret: true
+ secretName: "datasets-server-prod-secrets"
+ secretAccessKey:
+ fromSecret: true
+ ... |
1de1c7068d79c1cf64a9ac2f74b3548843110582 | Andrea Francis Soria Jimenez | andrea@huggingface.co | 2023-09-27T12:39:44 | Cached assets to s3 (#1726) | diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml
index d28c0989..17d2d9d2 100644
--- a/chart/env/prod.yaml
+++ b/chart/env/prod.yaml
@@ -85,0 +86,2 @@ secrets:
+ AWS_ACCESS_KEY_ID: "hub-prod-dataset-server-s3-access-key-id"
+ AWS_SECRET_ACCESS_KEY: "hub-prod-dataset-server-s3-secret-access-key"
diff --g... |
381549b6901ab6bdeaf30ca54d5abca2b4ba783f | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-09-27T12:34:28 | docs: ✏️ add two new column types + examples for /statistics (#1869) | diff --git a/docs/source/openapi.json b/docs/source/openapi.json
index 126e5434..e3330569 100644
--- a/docs/source/openapi.json
+++ b/docs/source/openapi.json
@@ -1071 +1071 @@
- "enum": ["float", "int", "class_label"]
+ "enum": ["float", "int", "class_label", "string_label", "string_text"]
@@ -5088,0 +50... |
1041cd6062aef41a07204c94772e6f0c5823cb3b | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-09-27T11:56:56 | fix: 🐛 fix comment (#1868) | diff --git a/jobs/cache_maintenance/src/cache_maintenance/discussions.py b/jobs/cache_maintenance/src/cache_maintenance/discussions.py
index ff23bd85..a4f8b173 100644
--- a/jobs/cache_maintenance/src/cache_maintenance/discussions.py
+++ b/jobs/cache_maintenance/src/cache_maintenance/discussions.py
@@ -162,12 +162 @@ de... |
88bae11d4fe1fd3c2b1302630489968bc9f3d0a2 | Andrea Francis Soria Jimenez | andrea@huggingface.co | 2023-09-26T19:52:59 | Adding NoIndexableColumnsError in codes to retry for backfill (#1866) | diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml
index 41ce3ea2..d28c0989 100644
--- a/chart/env/prod.yaml
+++ b/chart/env/prod.yaml
@@ -193 +193 @@ backfill:
- error_codes_to_retry: "CreateCommitError,LockedDatasetTimeoutError"
+ error_codes_to_retry: "CreateCommitError,LockedDatasetTimeoutError,NoIndexableCol... |
cf3c81ca332f28c89287d71eb5575bee747f7722 | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-09-26T19:47:50 | feat: 🎸 increase the number of workers (#1865) | diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml
index 837b7030..41ce3ea2 100644
--- a/chart/env/prod.yaml
+++ b/chart/env/prod.yaml
@@ -380 +380 @@ workers:
- replicas: 80
+ replicas: 100 |
f674dbefe2ec0dc90ebda2c11216b1071d2e29bd | Polina Kazakova | polina@huggingface.co | 2023-09-26T19:30:00 | Compute descriptive statistics for string type (#1816) | diff --git a/e2e/tests/test_14_statistics.py b/e2e/tests/test_14_statistics.py
index f6ad8f73..e1f1386e 100644
--- a/e2e/tests/test_14_statistics.py
+++ b/e2e/tests/test_14_statistics.py
@@ -34 +34 @@ def test_statistics_endpoint(
- assert len(statistics) == 2
+ assert len(statistics) == 3
@@ -41,2 +41,2 @@ def t... |
fb81bf1b6150bd5fd9a246cb5a02eb32dfcc2127 | Andrea Francis Soria Jimenez | andrea@huggingface.co | 2023-09-26T19:24:54 | remove indexable columns limitation in split-duckdb-index (#1854) | diff --git a/jobs/mongodb_migration/src/mongodb_migration/collector.py b/jobs/mongodb_migration/src/mongodb_migration/collector.py
index f8718b08..9ed9d188 100644
--- a/jobs/mongodb_migration/src/mongodb_migration/collector.py
+++ b/jobs/mongodb_migration/src/mongodb_migration/collector.py
@@ -60,0 +61,3 @@ from mongod... |
f300570aa416f336c5bc366edd050cb011f1b83a | Quentin Lhoest | 42851186+lhoestq@users.noreply.github.com | 2023-09-26T19:24:12 | reduce rows lru cache (#1864) | diff --git a/libs/libcommon/src/libcommon/parquet_utils.py b/libs/libcommon/src/libcommon/parquet_utils.py
index bf5b60f9..d2cf9551 100644
--- a/libs/libcommon/src/libcommon/parquet_utils.py
+++ b/libs/libcommon/src/libcommon/parquet_utils.py
@@ -314 +314 @@ class RowsIndex:
- @lru_cache(maxsize=8)
+ @lru_cache(m... |
76540675fa798410d8a1f33b7a032723950e289b | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-09-26T16:43:17 | feat: 🎸 allow "post-messages" action (#1861) | diff --git a/jobs/cache_maintenance/src/cache_maintenance/main.py b/jobs/cache_maintenance/src/cache_maintenance/main.py
index fb6e2f04..bff9e9fc 100644
--- a/jobs/cache_maintenance/src/cache_maintenance/main.py
+++ b/jobs/cache_maintenance/src/cache_maintenance/main.py
@@ -24 +23,0 @@ def run_job() -> None:
- suppo... |
b83abcd3f2edbdf6a1e1a1272565ed0d5a132776 | Quentin Lhoest | 42851186+lhoestq@users.noreply.github.com | 2023-09-26T15:24:35 | increase worker ram limit (#1863) | diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml
index deae7de3..837b7030 100644
--- a/chart/env/prod.yaml
+++ b/chart/env/prod.yaml
@@ -387 +387 @@ workers:
- memory: "20Gi"
+ memory: "24Gi" |
607bc3198c481c1140eaad634a0100808d9e53a9 | Quentin Lhoest | 42851186+lhoestq@users.noreply.github.com | 2023-09-26T15:09:31 | log OOMs (#1862) | diff --git a/services/worker/src/worker/executor.py b/services/worker/src/worker/executor.py
index 62a8d01e..ee4c4ec7 100644
--- a/services/worker/src/worker/executor.py
+++ b/services/worker/src/worker/executor.py
@@ -17 +17 @@ from libcommon.utils import get_datetime
-from mirakuru import OutputExecutor
+from mirakur... |
5f4419fe6fae1a2e937c6a1b59dfbc279e17b624 | Albert Villanova del Moral | 8515462+albertvillanova@users.noreply.github.com | 2023-09-26T14:32:30 | Add query to /search 422 description in openapi.json (#1855) | diff --git a/docs/source/openapi.json b/docs/source/openapi.json
index a57b73e9..126e5434 100644
--- a/docs/source/openapi.json
+++ b/docs/source/openapi.json
@@ -2801 +2801 @@
- "description": "Some of the `dataset`, `config`, `split`, `offset` or `length` parameters have not been provided or are invalid.",... |
a1961d4f57da8274585a2dc89f0cd8b7956d1ca0 | Remy | remy.trompier@gmail.com | 2023-09-26T12:24:59 | fix(worker): update resources limitation (#1856) | diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml
index 276a1f35..deae7de3 100644
--- a/chart/env/prod.yaml
+++ b/chart/env/prod.yaml
@@ -387 +387 @@ workers:
- memory: "14Gi"
+ memory: "20Gi" |
49a55cc2f291efd43b64a89cd4a9ad23d48160ab | Andrea Francis Soria Jimenez | andrea@huggingface.co | 2023-09-25T20:51:10 | update pillow version (#1853) | diff --git a/jobs/cache_maintenance/poetry.lock b/jobs/cache_maintenance/poetry.lock
index 9f177605..e3bc9a9f 100644
--- a/jobs/cache_maintenance/poetry.lock
+++ b/jobs/cache_maintenance/poetry.lock
@@ -1 +1 @@
-# This file is automatically @generated by Poetry 1.4.2 and should not be changed by hand.
+# This file is a... |
ac51dee9dd055f38705c9088e4c6d1216c13d2cc | Albert Villanova del Moral | 8515462+albertvillanova@users.noreply.github.com | 2023-09-25T13:10:33 | Update docs and openapi.json with supported audio (#1847) | diff --git a/docs/source/openapi.json b/docs/source/openapi.json
index 839e5cad..a57b73e9 100644
--- a/docs/source/openapi.json
+++ b/docs/source/openapi.json
@@ -2379,4 +2378,0 @@
- {
- "src": "https://datasets-server.huggingface.co/assets/asapp/slue/--/voxce... |
f7abfcec7962bc00e193a4f6393a0c4f661ec78c | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-09-25T10:53:29 | feat: 🎸 add call to action to get feedback on notifications (#1846) | diff --git a/jobs/cache_maintenance/src/cache_maintenance/discussions.py b/jobs/cache_maintenance/src/cache_maintenance/discussions.py
index 3b52fafc..ff23bd85 100644
--- a/jobs/cache_maintenance/src/cache_maintenance/discussions.py
+++ b/jobs/cache_maintenance/src/cache_maintenance/discussions.py
@@ -143,0 +144,4 @@ d... |
1f52347cc304d0ea5e5b100f73ddf0d663757e0a | Quentin Lhoest | 42851186+lhoestq@users.noreply.github.com | 2023-09-25T09:09:12 | Fix /rows for empty split (#1841) | diff --git a/libs/libcommon/src/libcommon/parquet_utils.py b/libs/libcommon/src/libcommon/parquet_utils.py
index d7fc4fe2..bf5b60f9 100644
--- a/libs/libcommon/src/libcommon/parquet_utils.py
+++ b/libs/libcommon/src/libcommon/parquet_utils.py
@@ -154,0 +155,5 @@ class ParquetIndexWithMetadata:
+ if len(row_g... |
35b353403efac165b9731558953fae7fa4a1d54f | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-09-25T08:46:26 | feat: 🎸 remove backfill after deployment (#1845) | diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml
index e7fea85e..276a1f35 100644
--- a/chart/env/prod.yaml
+++ b/chart/env/prod.yaml
@@ -173,2 +173,2 @@ cacheMaintenance:
- action: "backfill"
- # ^ allowed values are {backfill, collect-queue-metrics, collect-cache-metrics,skip}
+ action: "skip"
+ # ^ allowed ... |
25e4fed7b4c8cea2e78cd97dcf1e992da8ef4097 | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-09-25T08:27:08 | Send a message in Hub discussion after Parquet conversion (#1824) | diff --git a/DEVELOPER_GUIDE.md b/DEVELOPER_GUIDE.md
index 6e97737e..956b5cdc 100644
--- a/DEVELOPER_GUIDE.md
+++ b/DEVELOPER_GUIDE.md
@@ -74 +74 @@ Note that every worker has its own job queue:
-- `/parquet`: the job is to download the dataset, prepare a parquet version of every split (various sharded parquet files), ... |
9d40a6c18d615489cea791f797828df59e7f0056 | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-09-25T07:36:15 | feat: 🎸 increase version of split-first-rows-from-streaming (#1844) | diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml
index 7b2d767f..e7fea85e 100644
--- a/chart/env/prod.yaml
+++ b/chart/env/prod.yaml
@@ -173 +173 @@ cacheMaintenance:
- action: "skip"
+ action: "backfill"
@@ -182 +182 @@ cacheMaintenance:
- memory: "2Gi"
+ memory: "4Gi"
diff --git a/libs/libcommon/src... |
03a2f0e75f22a2bb90f111cfd729eeedd4abf7d9 | Andrea Francis Soria Jimenez | andrea@huggingface.co | 2023-09-22T14:50:12 | Obsolete cache Tab in admin UI (#1834) | diff --git a/front/admin_ui/app.py b/front/admin_ui/app.py
index 6d5c28df..752f2deb 100644
--- a/front/admin_ui/app.py
+++ b/front/admin_ui/app.py
@@ -90,0 +91,8 @@ with gr.Blocks() as demo:
+ with gr.Tab("Obsolete cache"):
+ fetch_obsolete_cache_button = gr.Button("Fetch obsolete cache")
+ ... |
7f234c527c67175ee784374b733f00997605704b | Albert Villanova del Moral | 8515462+albertvillanova@users.noreply.github.com | 2023-09-22T12:01:36 | Update search external docs URL in openapi.json (#1839) | diff --git a/docs/source/openapi.json b/docs/source/openapi.json
index 489dba30..839e5cad 100644
--- a/docs/source/openapi.json
+++ b/docs/source/openapi.json
@@ -3035,2 +3035,2 @@
- "description": "See search (Hub docs). The doc is still missing for the endpoint, see https://github.com/huggingface/datasets-se... |
1c51bef20a50a31f39604d856bf22f933ab3abb8 | Albert Villanova del Moral | 8515462+albertvillanova@users.noreply.github.com | 2023-09-22T08:35:16 | Update cryptography dependency to 41.0.4 (#1838) | diff --git a/libs/libapi/poetry.lock b/libs/libapi/poetry.lock
index 18201247..f230400c 100644
--- a/libs/libapi/poetry.lock
+++ b/libs/libapi/poetry.lock
@@ -561 +561 @@ name = "cryptography"
-version = "41.0.3"
+version = "41.0.4"
@@ -567,23 +567,23 @@ files = [
- {file = "cryptography-41.0.3-cp37-abi3-macosx_10_1... |
87a0cda199a6ed6c64e75303874784cda00c5bd7 | Andrea Francis Soria Jimenez | andrea@huggingface.co | 2023-09-21T18:10:41 | fix response type in delete /obsolete-cache (#1835) | diff --git a/services/admin/src/admin/routes/obsolete_cache.py b/services/admin/src/admin/routes/obsolete_cache.py
index a2391f4c..6ae8aff5 100644
--- a/services/admin/src/admin/routes/obsolete_cache.py
+++ b/services/admin/src/admin/routes/obsolete_cache.py
@@ -130,6 +129,0 @@ def create_delete_obsolete_cache_endpoint... |
023ed34121aad18ea1f383bf4fa13653a71d82a4 | Andrea Francis Soria Jimenez | andrea@huggingface.co | 2023-09-21T18:02:35 | increase resources (#1836) | diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml
index a1dbdc7a..7b2d767f 100644
--- a/chart/env/prod.yaml
+++ b/chart/env/prod.yaml
@@ -380 +380 @@ workers:
- replicas: 60
+ replicas: 80
@@ -396 +396 @@ workers:
- replicas: 20
+ replicas: 40 |
746ec056b3622ff9c07379d9a386e7ffddb4c66b | Quentin Lhoest | 42851186+lhoestq@users.noreply.github.com | 2023-09-21T15:56:30 | unblock cyberharem (#1832) | diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml
index 29da5de4..a1dbdc7a 100644
--- a/chart/env/prod.yaml
+++ b/chart/env/prod.yaml
@@ -140 +140 @@ parquetAndInfo:
- blockedDatasets: "Graphcore/gqa,Graphcore/gqa-lxmert,Graphcore/vqa,Graphcore/vqa-lxmert,echarlaix/gqa-lxmert,echarlaix/vqa,echarlaix/vqa-lxmert,Ka... |
dbf811eaf7a077f308146a46a5485a3376f0e510 | Andrea Francis Soria Jimenez | andrea@huggingface.co | 2023-09-21T15:50:38 | Delete cache and assets for non existent datasets (#1822) | diff --git a/chart/Chart.yaml b/chart/Chart.yaml
index 483a7337..17bea0f4 100644
--- a/chart/Chart.yaml
+++ b/chart/Chart.yaml
@@ -21 +21 @@ type: application
-version: 1.17.0
+version: 1.18.0
diff --git a/chart/templates/services/admin/_container.tpl b/chart/templates/services/admin/_container.tpl
index 0a80f027..2541... |
5d5d15bbc7b9b0fe7a069ca0fcb8d1b6350d8247 | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-09-21T15:22:41 | feat: 🎸 add "truncated" field to /first-rows (#1829) | diff --git a/docs/source/first_rows.mdx b/docs/source/first_rows.mdx
index 26d6bd7c..06867f69 100644
--- a/docs/source/first_rows.mdx
+++ b/docs/source/first_rows.mdx
@@ -137 +137,2 @@ For example, here are the `features` and the first 100 `rows` of the `duorc`/`Se
- ]
+ ],
+ "truncated": false
@@ -143 +144 @@ For e... |
7979e2f21e3de3ddf5f27e0242ec5798faa0cb97 | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-09-21T12:50:03 | feat: 🎸 remove /valid endpoint (#1777) | diff --git a/docs/source/openapi.json b/docs/source/openapi.json
index 7d6ee6a5..89295c8b 100644
--- a/docs/source/openapi.json
+++ b/docs/source/openapi.json
@@ -163,9 +162,0 @@
- "X-Error-Code-500-valid": {
- "description": "A string that identifies the underlying error for 500 on /valid. It's marked as r... |
f2c21cb0ee065df0e44281ce8a4ab4e9d6f0b766 | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-09-21T08:14:34 | docs: ✏️ remove doc for deleted /hub-cache endpoint (#1828) | diff --git a/docs/source/openapi.json b/docs/source/openapi.json
index 1b3ba1a0..7d6ee6a5 100644
--- a/docs/source/openapi.json
+++ b/docs/source/openapi.json
@@ -56,11 +55,0 @@
- "Link": {
- "description": "A link for the next page of results. See https://docs.github.com/en/rest/guides/using-pagination-in-... |
1110dcf6d827a5d449214487f4d83ba8b320b4b9 | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-09-20T15:09:45 | feat: 🎸 remove /hub-cache endpoint (#1826) | diff --git a/.github/workflows/_e2e_tests.yml b/.github/workflows/_e2e_tests.yml
index fd116824..d115e5f9 100644
--- a/.github/workflows/_e2e_tests.yml
+++ b/.github/workflows/_e2e_tests.yml
@@ -53,2 +52,0 @@ jobs:
- # hub-cache
- HUB_CACHE_NUM_RESULTS_PER_PAGE: "2"
@@ -100,2 +97,0 @@ jobs:
- ... |
1afb2818bf88746494bf2770dfc33616eb68c661 | Albert Villanova del Moral | 8515462+albertvillanova@users.noreply.github.com | 2023-09-19T13:29:51 | Fix typo in docs index (#1819) | diff --git a/docs/source/index.mdx b/docs/source/index.mdx
index d7ac4ac2..41ba877b 100644
--- a/docs/source/index.mdx
+++ b/docs/source/index.mdx
@@ -30 +30 @@ Let Datasets Server take care of the heavy lifting so you can use a simple **RES
- Dataset viewer of the{" "}
+ Dataset viewer of the |
477163798c1eafa6cdb5b7cee67f8c0c755df0d4 | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-09-19T12:29:47 | feat: 🎸 add HIGH priority level (#1821) | diff --git a/front/admin_ui/app.py b/front/admin_ui/app.py
index 83f863f6..6d5c28df 100644
--- a/front/admin_ui/app.py
+++ b/front/admin_ui/app.py
@@ -88 +88 @@ with gr.Blocks() as demo:
- refresh_priority = gr.Dropdown(["low", "normal"], multiselect=False, label="priority", value="low")
+ ... |
9762e0169fc3b03d07a85c77b634f21dab0d6a19 | Albert Villanova del Moral | 8515462+albertvillanova@users.noreply.github.com | 2023-09-19T12:02:32 | Lower maxRowGroupByteSizeForCopy (#1817) | diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml
index 622f531a..29da5de4 100644
--- a/chart/env/prod.yaml
+++ b/chart/env/prod.yaml
@@ -138 +138 @@ parquetAndInfo:
- maxRowGroupByteSizeForCopy: "500_000_000"
+ maxRowGroupByteSizeForCopy: "300_000_000"
diff --git a/chart/values.yaml b/chart/values.yaml
index 4e... |
16bdfb2de9fdd1f41f3b42caea268542a3e03e1b | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-09-19T09:30:48 | Remove "operation" field from /sse/hub-cache, and add `?all=true` (#1818) | diff --git a/services/sse-api/README.md b/services/sse-api/README.md
index d3223d09..b0177f51 100644
--- a/services/sse-api/README.md
+++ b/services/sse-api/README.md
@@ -19 +19 @@ See https://huggingface.co/docs/datasets-server
-- /hub-cache: Return a dataset information as a Server-Sent Event (SSE) when a dataset is ... |
35a7988803ab3bbaf08e1a1d5594c8f7f80130de | Andrea Francis Soria Jimenez | andrea@huggingface.co | 2023-09-18T20:47:23 | custom exception for dataset script errors in job runners (#1815) | diff --git a/libs/libcommon/src/libcommon/constants.py b/libs/libcommon/src/libcommon/constants.py
index 94195102..c51ff1e1 100644
--- a/libs/libcommon/src/libcommon/constants.py
+++ b/libs/libcommon/src/libcommon/constants.py
@@ -57,0 +58,2 @@ ERROR_CODES_TO_RETRY = "CreateCommitError,LockedDatasetTimeoutError,Streami... |
0b77f09be369938941f8f34c8b9b41d37e7b2349 | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-09-18T13:17:22 | ci: 🎡 check for unused arguments in functions (#1813) | diff --git a/.github/workflows/_quality-python.yml b/.github/workflows/_quality-python.yml
index cfb711d7..2ce4f1c8 100644
--- a/.github/workflows/_quality-python.yml
+++ b/.github/workflows/_quality-python.yml
@@ -45,2 +45,4 @@ jobs:
- - name: Run flake8
- run: poetry run flake8 tests src
+ - name: Ru... |
09e3f9827048d552c4aefc8125fe6366dbeabc34 | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-09-15T13:39:48 | Fix empty datasets (#1811) | diff --git a/services/worker/src/worker/job_runners/config/size.py b/services/worker/src/worker/job_runners/config/size.py
index fda5d622..16cea93f 100644
--- a/services/worker/src/worker/job_runners/config/size.py
+++ b/services/worker/src/worker/job_runners/config/size.py
@@ -58,2 +58,2 @@ def compute_config_size_res... |
1e5e14c9f07335b202ce7b63995ed3a06631d05a | Albert Villanova del Moral | 8515462+albertvillanova@users.noreply.github.com | 2023-09-15T12:02:43 | Fix typo in SplitFirstRowsFromParquetJobRunner (#1804) | diff --git a/services/worker/src/worker/job_runners/split/first_rows_from_parquet.py b/services/worker/src/worker/job_runners/split/first_rows_from_parquet.py
index 591239b1..4edbb509 100644
--- a/services/worker/src/worker/job_runners/split/first_rows_from_parquet.py
+++ b/services/worker/src/worker/job_runners/split/... |
e71ca7d0a9f4ba0d4dd1cc12deabf7e2720cb4b6 | Albert Villanova del Moral | 8515462+albertvillanova@users.noreply.github.com | 2023-09-15T09:50:19 | Add flake8-pep585 dev dependency (#1809) | diff --git a/e2e/poetry.lock b/e2e/poetry.lock
index e90d2239..4e6e6781 100644
--- a/e2e/poetry.lock
+++ b/e2e/poetry.lock
@@ -366,0 +367,12 @@ pyflakes = ">=2.3.0,<2.4.0"
+[[package]]
+name = "flake8-pep585"
+version = "0.1.7"
+description = "flake8 plugin to enforce new-style type hints (PEP 585)"
+category = "dev"
+... |
62c8ce4f6352b82ad43a9459f1e82bdfce7e9f2b | Albert Villanova del Moral | 8515462+albertvillanova@users.noreply.github.com | 2023-09-15T08:30:38 | Replace deprecated typing types (#1805) | diff --git a/e2e/tests/fixtures/hub.py b/e2e/tests/fixtures/hub.py
index f31f1529..96651bf9 100644
--- a/e2e/tests/fixtures/hub.py
+++ b/e2e/tests/fixtures/hub.py
@@ -6,0 +7 @@ import time
+from collections.abc import Callable, Iterator, Mapping
@@ -8,11 +9 @@ from contextlib import contextmanager, suppress
-from typin... |
7a373bec6d255d78e24caf49e4aa9106ea716db7 | Quentin Lhoest | 42851186+lhoestq@users.noreply.github.com | 2023-09-14T16:46:37 | Validate job runner (#1807) | diff --git a/services/worker/src/worker/job_manager.py b/services/worker/src/worker/job_manager.py
index af44aaa5..f2f12fda 100644
--- a/services/worker/src/worker/job_manager.py
+++ b/services/worker/src/worker/job_manager.py
@@ -107,0 +108 @@ class JobManager:
+ self.job_runner.validate()
diff --git a/serv... |
5b00d845bde2710702f9b3fef33fc3b2d94144bd | Quentin Lhoest | 42851186+lhoestq@users.noreply.github.com | 2023-09-14T16:22:34 | block cyberharem (#1806) | diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml
index c3584ef1..83404e89 100644
--- a/chart/env/prod.yaml
+++ b/chart/env/prod.yaml
@@ -140 +140 @@ parquetAndInfo:
- blockedDatasets: "Graphcore/gqa,Graphcore/gqa-lxmert,Graphcore/vqa,Graphcore/vqa-lxmert,echarlaix/gqa-lxmert,echarlaix/vqa,echarlaix/vqa-lxmert,Ka... |
88257755b2b8ab5a16540f98b621aab826f1dfe5 | Andrea Francis Soria Jimenez | andrea@huggingface.co | 2023-09-13T22:08:42 | Increase resources (#1803) | diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml
index 6117181d..c3584ef1 100644
--- a/chart/env/prod.yaml
+++ b/chart/env/prod.yaml
@@ -381 +381 @@ workers:
- replicas: 20
+ replicas: 60
@@ -397 +397 @@ workers:
- replicas: 6
+ replicas: 20 |
f24b7582318c6b050895837ae7cdf7d15d2fabe0 | Andrea Francis Soria Jimenez | andrea@huggingface.co | 2023-09-13T22:04:34 | Adding parent validation at job runner level (#1802) | diff --git a/libs/libcommon/src/libcommon/exceptions.py b/libs/libcommon/src/libcommon/exceptions.py
index d7032deb..c03b6f13 100644
--- a/libs/libcommon/src/libcommon/exceptions.py
+++ b/libs/libcommon/src/libcommon/exceptions.py
@@ -77 +76,0 @@ CacheableErrorCode = Literal[
- "ConfigNamesError",
@@ -78,0 +78,2 @@ ... |
cdb6e18398bcb6918c636715312fcba7ea97e888 | Albert Villanova del Moral | 8515462+albertvillanova@users.noreply.github.com | 2023-09-13T15:21:27 | Update gitpython to 3.1.36 (#1801) | diff --git a/e2e/poetry.lock b/e2e/poetry.lock
index 78d8b6a5..e90d2239 100644
--- a/e2e/poetry.lock
+++ b/e2e/poetry.lock
@@ -420 +420 @@ name = "gitpython"
-version = "3.1.34"
+version = "3.1.36"
@@ -426,2 +426,2 @@ files = [
- {file = "GitPython-3.1.34-py3-none-any.whl", hash = "sha256:5d3802b98a3bae1c2b8ae0e1ff2... |
18fd015ce228aef112db4c34809be9d4bd376d81 | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-09-13T08:10:42 | fix: 🐛 remove unnecessary configs (#1800) | diff --git a/.github/workflows/s-sse-api.yml b/.github/workflows/s-sse-api.yml
index 2d05a5d2..883df21b 100644
--- a/.github/workflows/s-sse-api.yml
+++ b/.github/workflows/s-sse-api.yml
@@ -2 +2 @@
-# Copyright 2022 The HuggingFace Authors.
+# Copyright 2023 The HuggingFace Authors.
diff --git a/chart/templates/servic... |
049ec7af688dbbf7ec56c3d9a779a8a8680b013a | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-09-12T19:41:20 | Add /sse/hub-cache to update the Hub's backend cache (#1784) | diff --git a/.github/workflows/_e2e_tests.yml b/.github/workflows/_e2e_tests.yml
index ae2b3c01..fd116824 100644
--- a/.github/workflows/_e2e_tests.yml
+++ b/.github/workflows/_e2e_tests.yml
@@ -12,0 +13,2 @@ env:
+ replicaset: "rs0"
+ mongo-port: 27017
@@ -38,0 +41,2 @@ jobs:
+ SSE_API_UVICORN_NUM_WORKERS: ... |
a4665dac06342367902a091a003f19f91554ec04 | Andrea Francis Soria Jimenez | andrea@huggingface.co | 2023-09-12T19:32:39 | Fix: list fetures (#1797) | diff --git a/services/worker/src/worker/job_runners/split/descriptive_statistics.py b/services/worker/src/worker/job_runners/split/descriptive_statistics.py
index 0b4383f8..bedc2f0e 100644
--- a/services/worker/src/worker/job_runners/split/descriptive_statistics.py
+++ b/services/worker/src/worker/job_runners/split/des... |
7ee9654292f9f8380a00f02ace0854ca867554e6 | Andrea Francis Soria Jimenez | andrea@huggingface.co | 2023-09-12T15:08:30 | Adding back incremental queue metrics (#1796) | diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml
index 6d06cb67..30e0d255 100644
--- a/chart/env/prod.yaml
+++ b/chart/env/prod.yaml
@@ -203,2 +203,2 @@ queueMetricsCollector:
- schedule: "*/2 * * * *"
- # every two minutes
+ schedule: "*/10 * * * *"
+ # every ten minutes, then it will be changed to default
d... |
b66d12e399d4b46ae66ecf4cf998e58517a0163b | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-09-08T11:27:12 | docs: ✏️ fix the docs: search is not performed on ClassLabel (#1786) | diff --git a/docs/source/quick_start.mdx b/docs/source/quick_start.mdx
index e940ac7d..450f2563 100644
--- a/docs/source/quick_start.mdx
+++ b/docs/source/quick_start.mdx
@@ -441 +441 @@ The response looks like:
-The `/search` endpoint returns a JSON list of a slice of rows of a dataset that match a text query. The tex... |
dcd6a0875ced72858bb919296b941e83f6e26283 | Quentin Lhoest | 42851186+lhoestq@users.noreply.github.com | 2023-09-08T11:09:53 | Revert "feat: 🎸 disable the viewer for org CyberHarem (#1791)" (#1793) | diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml
index 8d810b69..6d06cb67 100644
--- a/chart/env/prod.yaml
+++ b/chart/env/prod.yaml
@@ -134 +134 @@ parquetAndInfo:
- blockedDatasets: "Graphcore/gqa,Graphcore/gqa-lxmert,Graphcore/vqa,Graphcore/vqa-lxmert,echarlaix/gqa-lxmert,echarlaix/vqa,echarlaix/vqa-lxmert,Ka... |
e8dbdfc80ee555a3e28311877c3378a61a44c165 | Quentin Lhoest | 42851186+lhoestq@users.noreply.github.com | 2023-09-08T10:08:31 | enable audio in pagintion (#1792) | diff --git a/services/rows/src/rows/routes/rows.py b/services/rows/src/rows/routes/rows.py
index 0eb54ea4..e77c7d2b 100644
--- a/services/rows/src/rows/routes/rows.py
+++ b/services/rows/src/rows/routes/rows.py
@@ -9 +9 @@ import pyarrow as pa
-from datasets import Audio, Features, Value
+from datasets import Features,... |
66d755eb3f020e7a46866919c636387d46756ff5 | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-09-08T09:18:15 | feat: 🎸 disable the viewer for org CyberHarem (#1791) | diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml
index 6d06cb67..8d810b69 100644
--- a/chart/env/prod.yaml
+++ b/chart/env/prod.yaml
@@ -134 +134 @@ parquetAndInfo:
- blockedDatasets: "Graphcore/gqa,Graphcore/gqa-lxmert,Graphcore/vqa,Graphcore/vqa-lxmert,echarlaix/gqa-lxmert,echarlaix/vqa,echarlaix/vqa-lxmert,Ka... |
fe104c9d7812a07d9bee816803edd7b399b09253 | Andrea Francis Soria Jimenez | andrea@huggingface.co | 2023-09-07T16:51:49 | Change sort column in search (#1790) | diff --git a/services/search/src/search/routes/search.py b/services/search/src/search/routes/search.py
index df453c43..8a3a2f09 100644
--- a/services/search/src/search/routes/search.py
+++ b/services/search/src/search/routes/search.py
@@ -60 +60 @@ FTS_COMMAND = (
- " FROM data) A WHERE __hf_fts_score IS NOT NULL OR... |
f6c1987cf9e05a1986492845638413a32c9827c9 | Quentin Lhoest | 42851186+lhoestq@users.noreply.github.com | 2023-09-07T16:38:24 | Don't convert mp3 or wav (#1788) | diff --git a/libs/libcommon/src/libcommon/viewer_utils/asset.py b/libs/libcommon/src/libcommon/viewer_utils/asset.py
index 366e6341..13a61546 100644
--- a/libs/libcommon/src/libcommon/viewer_utils/asset.py
+++ b/libs/libcommon/src/libcommon/viewer_utils/asset.py
@@ -7,0 +8 @@ from pathlib import Path
+from tempfile imp... |
fcff7fbb3c30cae15dea63cfab4bf77ae2630409 | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-09-07T15:11:12 | feat: 🎸 add search pods (#1789) | diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml
index 04da0eed..6d06cb67 100644
--- a/chart/env/prod.yaml
+++ b/chart/env/prod.yaml
@@ -337 +337 @@ search:
- replicas: 4
+ replicas: 8 |
25d9eefac928dd7e6459de61694806fba50aff8e | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-09-07T12:01:20 | docs: ✏️ add an example of search on image dataset in openapi (#1787) | diff --git a/docs/source/openapi.json b/docs/source/openapi.json
index 35fda1d1..1b3ba1a0 100644
--- a/docs/source/openapi.json
+++ b/docs/source/openapi.json
@@ -3118 +3118 @@
- "A slice of a simple dataset (imdb)": {
+ "Search on a text dataset (imdb)": {
@@ -3162,0 +3163,58 @@
+ ... |
d32c5ea3223d546fb27fe3f68429519cc270a30c | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-09-06T18:49:17 | feat: 🎸 upgrade datasets from 2.14.4 to 2.14.5 (#1782) | diff --git a/front/admin_ui/poetry.lock b/front/admin_ui/poetry.lock
index 8175cc67..b34a2c04 100644
--- a/front/admin_ui/poetry.lock
+++ b/front/admin_ui/poetry.lock
@@ -529 +529 @@ name = "datasets"
-version = "2.14.4"
+version = "2.14.5"
@@ -535,2 +535,2 @@ files = [
- {file = "datasets-2.14.4-py3-none-any.whl", ... |
fe62ed98b3c91313ae7526867b5903cdad01ddeb | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-09-06T16:58:53 | feat: 🎸 reduce prod workers (#1783) | diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml
index 3251c539..04da0eed 100644
--- a/chart/env/prod.yaml
+++ b/chart/env/prod.yaml
@@ -356 +356 @@ workers:
- replicas: 60
+ replicas: 20
@@ -372 +372 @@ workers:
- replicas: 16
+ replicas: 6 |
d7af0251f2d2daa1524b337de58ee4ff9a3591ed | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-09-06T14:33:14 | fix: 🐛 adnother fix in Helm chart (#1780) | diff --git a/chart/templates/_initContainers/_initContainerCachedAssets.tpl b/chart/templates/_initContainers/_initContainerCachedAssets.tpl
index 13d9d753..e8ff6577 100644
--- a/chart/templates/_initContainers/_initContainerCachedAssets.tpl
+++ b/chart/templates/_initContainers/_initContainerCachedAssets.tpl
@@ -14 +1... |
d3972fc3e7880f1c32d59ad0f22af91329523928 | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-09-06T14:27:26 | fix: 🐛 fix the volumes (#1779) | diff --git a/chart/templates/reverse-proxy/deployment.yaml b/chart/templates/reverse-proxy/deployment.yaml
index cba61605..84ab694a 100644
--- a/chart/templates/reverse-proxy/deployment.yaml
+++ b/chart/templates/reverse-proxy/deployment.yaml
@@ -35,0 +36 @@ spec:
+ {{ include "volumeCachedAssets" . | nindent 6 }}... |
e1e963881779d218e997d71243fa600530de8cef | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-09-06T14:06:41 | feat: 🎸 use EFS instead of NFS for cached assets (#1778) | diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml
index 8cd9272a..3251c539 100644
--- a/chart/env/prod.yaml
+++ b/chart/env/prod.yaml
@@ -99,0 +100,2 @@ persistence:
+ cachedAssets:
+ existingClaim: "datasets-server-cached-assets-pvc"
diff --git a/chart/env/staging.yaml b/chart/env/staging.yaml
index 4a38838b.... |
91b3aa2f7348468e41af0fefc0537ca508814c11 | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-09-06T11:37:41 | docs: ✏️ add mention of the search feature (#1776) | diff --git a/docs/source/index.mdx b/docs/source/index.mdx
index 6168363a..d7ac4ac2 100644
--- a/docs/source/index.mdx
+++ b/docs/source/index.mdx
@@ -5 +5 @@ As datasets increase in size and data type richness, the cost of preprocessing (
-To help users access these modern datasets, Datasets Server runs a server behin... |
724042f9b640e8bc73571db3e7ad61063924683e | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-09-06T08:33:34 | Fix doc (#1767) | diff --git a/docs/source/_toctree.yml b/docs/source/_toctree.yml
index 3bc16679..5d0cb40c 100644
--- a/docs/source/_toctree.yml
+++ b/docs/source/_toctree.yml
@@ -3,6 +3,6 @@
- - local: index
- title: 🤗 Datasets server
- - local: quick_start
- title: Quickstart
- - local: analyze_data
- title: Analyze a da... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.