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 |
|---|---|---|---|---|---|
0a4c4a449628f42d3dfeb142d65838b588366c32 | Sylvain Lesage | sylvain.lesage@huggingface.co | 2024-01-05T18:21:33 | add filter field to is-valid (#2236) | diff --git a/docs/source/openapi.json b/docs/source/openapi.json
index da44dbfd..ebe65ab8 100644
--- a/docs/source/openapi.json
+++ b/docs/source/openapi.json
@@ -4658 +4658,2 @@
- "search": true
+ "search": true,
+ "filter": true
@@ -4667 +4668,2 @@
- ... |
653964d7612bce882a8da6ca5dce1edf4a850f69 | Andrea Francis Soria Jimenez | andrea@huggingface.co | 2024-01-05T18:07:53 | add JobManagerCrashedError to errors list (#2238) | diff --git a/libs/libcommon/src/libcommon/constants.py b/libs/libcommon/src/libcommon/constants.py
index a5f72226..2a4ce120 100644
--- a/libs/libcommon/src/libcommon/constants.py
+++ b/libs/libcommon/src/libcommon/constants.py
@@ -37 +37 @@ PARQUET_REVISION = "refs/convert/parquet"
-ERROR_CODES_TO_RETRY = "CreateCommit... |
16f39960b2c8b00a2af34024c3da83706af1a7d5 | Andrea Francis Soria Jimenez | andrea@huggingface.co | 2024-01-05T16:37:18 | Retry JobManagerCrashedError and limit a certain number of retries (#2221) | diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml
index 9e9b19f2..285e86a5 100644
--- a/chart/env/prod.yaml
+++ b/chart/env/prod.yaml
@@ -185 +185 @@ backfill:
- errorCodesToRetry: "CreateCommitError,LockedDatasetTimeoutError,ExternalServerError"
+ errorCodesToRetry: "CreateCommitError,LockedDatasetTimeoutError,... |
93385237a385682a1d461f64d3c28f7e5e1f4d62 | Quentin Lhoest | 42851186+lhoestq@users.noreply.github.com | 2024-01-05T09:57:12 | Update `datasets` to 2.16.1 (#2231) | diff --git a/chart/templates/_env/_envDatasetsBased.tpl b/chart/templates/_env/_envDatasetsBased.tpl
index 0bf57342..5ff79854 100644
--- a/chart/templates/_env/_envDatasetsBased.tpl
+++ b/chart/templates/_env/_envDatasetsBased.tpl
@@ -8,0 +9,2 @@
+- name: HF_DATASETS_TRUST_REMOTE_CODE
+ value: "0"
diff --git a/e2e/poe... |
85d516790969b03124c9a287db883fd320bb7f87 | Sylvain Lesage | sylvain.lesage@huggingface.co | 2024-01-04T15:14:27 | chore: 🤖 use the same packages in all the docker imges (#2234) | diff --git a/jobs/cache_maintenance/Dockerfile b/jobs/cache_maintenance/Dockerfile
index 864f51bb..b5d1adf0 100644
--- a/jobs/cache_maintenance/Dockerfile
+++ b/jobs/cache_maintenance/Dockerfile
@@ -19 +19,3 @@ RUN apt-get update \
- && apt-get install -y build-essential python3-dev make \
+ && apt-get install -y... |
14f2a449abed4dad6a3706b7b1bef8542eef45e9 | Sylvain Lesage | sylvain.lesage@huggingface.co | 2024-01-03T22:27:10 | change cookie to fix e2e tests (#2233) | diff --git a/e2e/tests/fixtures/hub.py b/e2e/tests/fixtures/hub.py
index 96651bf9..167fc0b7 100644
--- a/e2e/tests/fixtures/hub.py
+++ b/e2e/tests/fixtures/hub.py
@@ -20,4 +20 @@ CI_HUB_USER_API_TOKEN = "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"
-CI_HUB_USER_SESSION_TOKEN = (
- "ePTgRpKDHjwQZylcViCgFywZqECKWIutEsEercqQ... |
91992b17e53ea7aaa53160f5b1fba81450907e61 | Quentin Lhoest | 42851186+lhoestq@users.noreply.github.com | 2024-01-03T15:30:14 | Set 3.9.18 for pyenv users (#2232) | diff --git a/.python-version b/.python-version
new file mode 100644
index 00000000..43077b24
--- /dev/null
+++ b/.python-version
@@ -0,0 +1 @@
+3.9.18 |
2c5f5b8a58a36b0fcef3f396a9fa51d22f8fee80 | dependabot[bot] | 49699333+dependabot[bot]@users.noreply.github.com | 2023-12-22T06:57:51 | Bump gradio from 3.34.0 to 4.11.0 in /front/admin_ui (#2225) | diff --git a/front/admin_ui/requirements.txt b/front/admin_ui/requirements.txt
index d764c757..89203daa 100644
--- a/front/admin_ui/requirements.txt
+++ b/front/admin_ui/requirements.txt
@@ -1 +1 @@
-gradio==3.34.0
+gradio==4.11.0 |
7242d640277c97346ccd9374695912565299c131 | Albert Villanova del Moral | 8515462+albertvillanova@users.noreply.github.com | 2023-12-22T06:53:53 | Update gradio dependency to fix vulnerability (#2226) | diff --git a/front/admin_ui/poetry.lock b/front/admin_ui/poetry.lock
index 55da9bdc..0276b92a 100644
--- a/front/admin_ui/poetry.lock
+++ b/front/admin_ui/poetry.lock
@@ -187,0 +188,12 @@ doc = ["docutils", "geopandas", "jinja2", "myst-parser", "numpydoc", "pillow", "
+[[package]]
+name = "annotated-types"
+version = "... |
8df8ed1a940e6ccfe86f306f2b69cd28d8e1add7 | Andrea Francis Soria Jimenez | andrea@huggingface.co | 2023-12-21T11:32:26 | update transformers in services/workers (#2223) | diff --git a/services/worker/poetry.lock b/services/worker/poetry.lock
index 5352af2b..8baa20f8 100644
--- a/services/worker/poetry.lock
+++ b/services/worker/poetry.lock
@@ -860,0 +861,11 @@ files = [
+ {file = "crc32c-2.3.post0-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:6281582e919e405fdc4bf0f3ecd5f2a... |
92e9714f79f2e485d1809c238fcc1b5d421ca4a1 | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-12-20T16:33:57 | Remove abstractions (#2220) | diff --git a/front/admin_ui/app.py b/front/admin_ui/app.py
index a4900a5f..90679afd 100644
--- a/front/admin_ui/app.py
+++ b/front/admin_ui/app.py
@@ -8,2 +8 @@ import gradio as gr
-from libcommon.processing_graph import ProcessingGraph
-from libcommon.config import ProcessingGraphConfig
+from libcommon.processing_grap... |
d2e54bf77bd78b49cbc64b5a7ca9ec6927db03f8 | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-12-20T13:08:38 | Remove abstractions (#2219) | diff --git a/libs/libcommon/src/libcommon/config.py b/libs/libcommon/src/libcommon/config.py
index 9ff768a7..3df43675 100644
--- a/libs/libcommon/src/libcommon/config.py
+++ b/libs/libcommon/src/libcommon/config.py
@@ -13,27 +12,0 @@ from libcommon.constants import (
- PROCESSING_STEP_CONFIG_DUCKDB_INDEX_SIZE_VERSIO... |
3aa04e1a5182e95bb7b4208ad08d4c2e5463470e | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-12-19T15:06:37 | refactor: 💡 remove useless processing_step parameter (#2217) | diff --git a/services/worker/src/worker/job_manager.py b/services/worker/src/worker/job_manager.py
index 5784c9f6..6cf64022 100644
--- a/services/worker/src/worker/job_manager.py
+++ b/services/worker/src/worker/job_manager.py
@@ -22 +22 @@ from libcommon.orchestrator import DatasetOrchestrator
-from libcommon.processi... |
e83415e55e853689e914966f40871cc9329e9571 | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-12-19T14:40:57 | refactor: 💡 remove useless get_job_runner_version() (#2216) | diff --git a/services/worker/src/worker/job_manager.py b/services/worker/src/worker/job_manager.py
index a1f98f1d..5784c9f6 100644
--- a/services/worker/src/worker/job_manager.py
+++ b/services/worker/src/worker/job_manager.py
@@ -57,0 +58 @@ class JobManager:
+ job_runner_version: int
@@ -75,0 +77 @@ class JobManag... |
29c4a793f540b8fb0d451a0c4af3004358ebe173 | Andrea Francis Soria Jimenez | andrea@huggingface.co | 2023-12-15T14:37:11 | increase limits memory for heavy workers (#2214) | diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml
index 9ece1267..9e9b19f2 100644
--- a/chart/env/prod.yaml
+++ b/chart/env/prod.yaml
@@ -415 +415 @@ workers:
- memory: "34Gi"
+ memory: "44Gi" |
61c5bf288527a4827beb6919f4a4ff5924af876c | Andrea Francis Soria Jimenez | andrea@huggingface.co | 2023-12-15T12:28:28 | remove duckdb setting (#2213) | diff --git a/services/worker/src/worker/job_runners/split/duckdb_index.py b/services/worker/src/worker/job_runners/split/duckdb_index.py
index 4d4c6f04..64c7c483 100644
--- a/services/worker/src/worker/job_runners/split/duckdb_index.py
+++ b/services/worker/src/worker/job_runners/split/duckdb_index.py
@@ -184,4 +183,0 ... |
76fae84626575682a50c61b45be70a8ae06a0502 | Andrea Francis Soria Jimenez | andrea@huggingface.co | 2023-12-14T22:03:20 | try preserve_insertion_order (#2212) | diff --git a/services/worker/src/worker/job_runners/split/duckdb_index.py b/services/worker/src/worker/job_runners/split/duckdb_index.py
index c863d4f0..4d4c6f04 100644
--- a/services/worker/src/worker/job_runners/split/duckdb_index.py
+++ b/services/worker/src/worker/job_runners/split/duckdb_index.py
@@ -186,8 +186,2 ... |
629fe4227bee8484b89f3f9e9396db0e5766a7a9 | Andrea Francis Soria Jimenez | andrea@huggingface.co | 2023-12-14T20:40:59 | try duckdb resources configuration (#2211) | diff --git a/services/worker/src/worker/job_runners/split/duckdb_index.py b/services/worker/src/worker/job_runners/split/duckdb_index.py
index 7598570b..c863d4f0 100644
--- a/services/worker/src/worker/job_runners/split/duckdb_index.py
+++ b/services/worker/src/worker/job_runners/split/duckdb_index.py
@@ -66 +65,0 @@ R... |
01ece5209a9d4e224a31134a0f5b939d5c1140e7 | Andrea Francis Soria Jimenez | andrea@huggingface.co | 2023-12-14T14:21:00 | duckdb-index log info for monitoring (#2209) | diff --git a/services/worker/src/worker/job_runners/split/duckdb_index.py b/services/worker/src/worker/job_runners/split/duckdb_index.py
index fa9b2f99..7598570b 100644
--- a/services/worker/src/worker/job_runners/split/duckdb_index.py
+++ b/services/worker/src/worker/job_runners/split/duckdb_index.py
@@ -192 +192 @@ d... |
bf8b01b5d98b564c37ed2a8b2fa9bd4394f8269e | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-12-14T09:59:43 | Revert "feat: 🎸 block big dataset (#2204)" (#2205) | diff --git a/chart/values.yaml b/chart/values.yaml
index f147bd9c..d8b6165c 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -83 +83 @@ common:
- blockedDatasets: "open-llm-leaderboard/*,taesiri/arxiv_qa,enzostvs/stable-diffusion-tpu-generations,lunaluan/*,atom-in-the-universe/*,Cnam-LMSSC/vibravox"
+ blocke... |
87b93e8f246bc5af61c56808c48ea2fa4834b20d | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-12-14T09:23:53 | feat: 🎸 block big dataset (#2204) | diff --git a/chart/values.yaml b/chart/values.yaml
index d8b6165c..f147bd9c 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -83 +83 @@ common:
- blockedDatasets: "open-llm-leaderboard/*,taesiri/arxiv_qa,enzostvs/stable-diffusion-tpu-generations,lunaluan/*,atom-in-the-universe/*"
+ blockedDatasets: "open-llm... |
d396ee5600ead56a4c8a1145c375472735912677 | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-12-14T09:21:11 | chore: 🤖 update vscode settings (#2203) | diff --git a/.vscode/monorepo.code-workspace b/.vscode/monorepo.code-workspace
index a89acac9..ff5b3b71 100644
--- a/.vscode/monorepo.code-workspace
+++ b/.vscode/monorepo.code-workspace
@@ -76,2 +76,2 @@
- "source.fixAll": true,
- "source.organizeImports": true
+ "source.fixAll": "explicit",
+ ... |
d4ce9d361dfc5498264358631a2da0931160fb7a | Quentin Lhoest | 42851186+lhoestq@users.noreply.github.com | 2023-12-13T10:24:17 | Add TTL to git branch locks (#2200) | diff --git a/libs/libcommon/src/libcommon/constants.py b/libs/libcommon/src/libcommon/constants.py
index 4747e152..60972f9e 100644
--- a/libs/libcommon/src/libcommon/constants.py
+++ b/libs/libcommon/src/libcommon/constants.py
@@ -19 +19,3 @@ QUEUE_TTL_SECONDS = 600 # 10 minutes
-LOCK_TTL_SECONDS = 600 # 10 minutes
+... |
b56609afd0a69545df74cf305c02357ea0033399 | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-12-13T08:38:35 | decrease number of workers (#2202) | diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml
index 2173d7ee..9ece1267 100644
--- a/chart/env/prod.yaml
+++ b/chart/env/prod.yaml
@@ -179 +178,0 @@ mongodbMigration:
-
@@ -409 +408 @@ workers:
- replicas: 6
+ replicas: 4
@@ -429 +428 @@ workers:
- replicas: 50
+ replicas: 25 |
9027b65059e455a1cbd2b2b912ee3e6bd7fc778b | Andrea Francis Soria Jimenez | andrea@huggingface.co | 2023-12-12T20:50:02 | temporary blocking atom-in-the-universe (#2201) | diff --git a/chart/values.yaml b/chart/values.yaml
index 54d33998..d8b6165c 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -83 +83 @@ common:
- blockedDatasets: "open-llm-leaderboard/*,taesiri/arxiv_qa,enzostvs/stable-diffusion-tpu-generations,lunaluan/*"
+ blockedDatasets: "open-llm-leaderboard/*,taesiri/... |
6fdebf5103b15d99716af90e9fbc680b60d123a1 | Polina Kazakova | polina@huggingface.co | 2023-12-12T17:42:23 | use `polars` to compute stats over all datasets (#2182) | diff --git a/docs/source/statistics.mdx b/docs/source/statistics.mdx
index 53701825..3a61842e 100644
--- a/docs/source/statistics.mdx
+++ b/docs/source/statistics.mdx
@@ -172,0 +173 @@ Currently, statistics are supported for strings, float and integer numbers, and
+* `bool` - for boolean dtype
@@ -306,0 +308,29 @@ The ... |
036af6b704827e8f55bdeb2a250726cf2255686b | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-12-12T11:03:19 | 30 -> 50 medium workers (#2198) | diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml
index 8fd42616..2173d7ee 100644
--- a/chart/env/prod.yaml
+++ b/chart/env/prod.yaml
@@ -429 +429 @@ workers:
- replicas: 30
+ replicas: 50 |
1647a7eb2c5710043ea8135a11e9738d7ccf15dc | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-12-12T10:10:46 | allow script on google/fleurs (#2197) | diff --git a/chart/values.yaml b/chart/values.yaml
index aaf5f43c..54d33998 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -87 +87 @@ common:
- datasetScriptsAllowList: "{{ALL_DATASETS_WITH_NO_NAMESPACE}},togethercomputer/RedPajama-Data-1T,togethercomputer/RedPajama-Data-V2,andreped/*,gaia-benchmark/GAIA,po... |
470eb24f86fd8dfd6b40412a18689a5f8dca9144 | Andrea Francis Soria Jimenez | andrea@huggingface.co | 2023-12-11T13:59:32 | fix delete_jobs key in admin-ui (#2196) | diff --git a/front/admin_ui/app.py b/front/admin_ui/app.py
index e87163a8..a4900a5f 100644
--- a/front/admin_ui/app.py
+++ b/front/admin_ui/app.py
@@ -437 +437 @@ The cache is outdated or in an incoherent state. Here is the plan to backfill th
- result = f"[{delete_and_recreate_dataset_name}] ✅ {counts['dele... |
f12c21fa5617e6e716ce7cbe3b1c579a23a7996f | Andrea Francis Soria Jimenez | andrea@huggingface.co | 2023-12-07T20:18:15 | fix heartbeat error log (#2194) | diff --git a/services/worker/src/worker/executor.py b/services/worker/src/worker/executor.py
index ff001de6..c0e7d49e 100644
--- a/services/worker/src/worker/executor.py
+++ b/services/worker/src/worker/executor.py
@@ -163 +163 @@ class WorkerExecutor:
- logging.warning(f"Heartbeat failed for job {job_id... |
aef33c3a686d59220d2218f89b861145db30ed0f | Andrea Francis Soria Jimenez | andrea@huggingface.co | 2023-12-07T19:33:24 | logs and stop executor on failure (#2192) | diff --git a/libs/libcommon/src/libcommon/queue.py b/libs/libcommon/src/libcommon/queue.py
index e6f2dedf..cfa4eee0 100644
--- a/libs/libcommon/src/libcommon/queue.py
+++ b/libs/libcommon/src/libcommon/queue.py
@@ -1009,5 +1009 @@ class Queue:
- try:
- job = self.get_job_with_id(job_id)
- excep... |
2843de24fb852b5108ce6da003a3cf7ab6732bed | Quentin Lhoest | 42851186+lhoestq@users.noreply.github.com | 2023-12-07T18:51:22 | Allow common voice (#2193) | diff --git a/chart/values.yaml b/chart/values.yaml
index 288b36fa..aaf5f43c 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -87 +87 @@ common:
- datasetScriptsAllowList: "{{ALL_DATASETS_WITH_NO_NAMESPACE}},togethercomputer/RedPajama-Data-1T,togethercomputer/RedPajama-Data-V2,andreped/*,gaia-benchmark/GAIA,po... |
d25f5f9a55bf063c2f03bbf25505c080f8644857 | Albert Villanova del Moral | 8515462+albertvillanova@users.noreply.github.com | 2023-12-07T12:53:44 | Infer audio file extension (#2187) | diff --git a/libs/libcommon/src/libcommon/viewer_utils/asset.py b/libs/libcommon/src/libcommon/viewer_utils/asset.py
index 80b513a7..8661b9ce 100644
--- a/libs/libcommon/src/libcommon/viewer_utils/asset.py
+++ b/libs/libcommon/src/libcommon/viewer_utils/asset.py
@@ -7 +7 @@ from tempfile import NamedTemporaryFile
-from... |
99c853727036205eab0f20e66142cfb7a821bbbf | Andrea Francis Soria Jimenez | andrea@huggingface.co | 2023-12-06T18:44:14 | rollback worker difficulty to previous values (#2190) | diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml
index 28cacad2..8fd42616 100644
--- a/chart/env/prod.yaml
+++ b/chart/env/prod.yaml
@@ -404 +404 @@ workers:
- workerDifficultyMin: 80
+ workerDifficultyMin: 0
@@ -423,2 +423,2 @@ workers:
- workerDifficultyMax: 80
- workerDifficultyMin: 50
+ workerD... |
e04a9f1152ad1cee60b5f3ea4be8e65db34a1232 | Andrea Francis Soria Jimenez | andrea@huggingface.co | 2023-12-06T18:17:30 | remove read_parquet from descriptive stats (#2189) | 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 c71b34c1..ce37c44d 100644
--- a/services/worker/src/worker/job_runners/split/descriptive_statistics.py
+++ b/services/worker/src/worker/job_runners/split/des... |
15b8e753bf44ead49f1b67ff0742296774a03315 | Andrea Francis Soria Jimenez | andrea@huggingface.co | 2023-12-06T17:01:27 | removing useless status filter (#2188) | diff --git a/libs/libcommon/src/libcommon/queue.py b/libs/libcommon/src/libcommon/queue.py
index 8c5918a6..e6f2dedf 100644
--- a/libs/libcommon/src/libcommon/queue.py
+++ b/libs/libcommon/src/libcommon/queue.py
@@ -696,4 +696 @@ class Queue:
- # TODO: remove status__in=[Status.WAITING, Status.STARTED] fi... |
32f2a8b49a04e04a38fd69e9d4c4c7785d2f8be0 | Andrea Francis Soria Jimenez | andrea@huggingface.co | 2023-12-06T15:22:00 | remove finished jobs (#2175) | diff --git a/front/admin_ui/app.py b/front/admin_ui/app.py
index 55aec54b..e87163a8 100644
--- a/front/admin_ui/app.py
+++ b/front/admin_ui/app.py
@@ -281,2 +280,0 @@ with gr.Blocks() as demo:
- if "finished_at" in pending_jobs_df.columns:
- pending_jobs_df["finished_at"] = pd.to_datetime(pend... |
76d6a9d3fe469007e580b6ead2283298315bd3b6 | Andrea Francis Soria Jimenez | andrea@huggingface.co | 2023-12-06T13:51:12 | temporary remove validation in migration (#2186) | diff --git a/jobs/mongodb_migration/src/mongodb_migration/deletion_migrations.py b/jobs/mongodb_migration/src/mongodb_migration/deletion_migrations.py
index 459723e4..edb76af9 100644
--- a/jobs/mongodb_migration/src/mongodb_migration/deletion_migrations.py
+++ b/jobs/mongodb_migration/src/mongodb_migration/deletion_mig... |
850a462818f1cac7fd5025e1924577641c7400f1 | Andrea Francis Soria Jimenez | andrea@huggingface.co | 2023-12-06T13:29:45 | remove finished_at migrations (#2179) | diff --git a/jobs/mongodb_migration/src/mongodb_migration/collector.py b/jobs/mongodb_migration/src/mongodb_migration/collector.py
index a7b51889..8f33ae59 100644
--- a/jobs/mongodb_migration/src/mongodb_migration/collector.py
+++ b/jobs/mongodb_migration/src/mongodb_migration/collector.py
@@ -12,0 +13 @@ from mongodb_... |
fc93e6de1b06883e8a72f1bce15a3d9a6905157f | Quentin Lhoest | 42851186+lhoestq@users.noreply.github.com | 2023-12-06T11:35:51 | allow RedPajama-Data-1T (#2185) | diff --git a/chart/values.yaml b/chart/values.yaml
index 0c6e97e4..288b36fa 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -87 +87 @@ common:
- datasetScriptsAllowList: "{{ALL_DATASETS_WITH_NO_NAMESPACE}},togethercomputer/RedPajama-Data-V2,andreped/*,gaia-benchmark/GAIA,poloclub/diffusiondb,pufanyi/MIMICIT"... |
93c2ae5e3452b7852efe8a2265430a83582a814a | Andrea Francis Soria Jimenez | andrea@huggingface.co | 2023-12-06T11:31:07 | remove finished_at from code (#2178) | diff --git a/jobs/mongodb_migration/tests/test_deletion_migrations.py b/jobs/mongodb_migration/tests/test_deletion_migrations.py
index 77711b89..2adfe0ce 100644
--- a/jobs/mongodb_migration/tests/test_deletion_migrations.py
+++ b/jobs/mongodb_migration/tests/test_deletion_migrations.py
@@ -3,0 +4 @@
+import pytest
@@ -... |
e3e45a1cb706e4b3d041fb802d97837325b3410b | Andrea Francis Soria Jimenez | andrea@huggingface.co | 2023-12-05T20:05:46 | blocking temporary lunaluan datasets (#2184) | diff --git a/chart/values.yaml b/chart/values.yaml
index 49b6f9ee..0c6e97e4 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -83 +83 @@ common:
- blockedDatasets: "open-llm-leaderboard/*,taesiri/arxiv_qa,enzostvs/stable-diffusion-tpu-generations"
+ blockedDatasets: "open-llm-leaderboard/*,taesiri/arxiv_qa,en... |
fcd2b11de80f1ecdb0cda67fc80ff0fef44ac68b | Andrea Francis Soria Jimenez | andrea@huggingface.co | 2023-12-05T19:56:04 | temporary changing difficulty intervals in workers (#2183) | diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml
index 8fd42616..28cacad2 100644
--- a/chart/env/prod.yaml
+++ b/chart/env/prod.yaml
@@ -404 +404 @@ workers:
- workerDifficultyMin: 0
+ workerDifficultyMin: 80
@@ -423,2 +423,2 @@ workers:
- workerDifficultyMax: 70
- workerDifficultyMin: 0
+ workerDi... |
ecfb8e91416b2a03c9e5978f8dc051b84ccc540b | Albert Villanova del Moral | 8515462+albertvillanova@users.noreply.github.com | 2023-12-05T13:07:26 | Do not raise error if audio file has no extension (#2180) | diff --git a/libs/libcommon/poetry.lock b/libs/libcommon/poetry.lock
index 64f2af52..fd376edd 100644
--- a/libs/libcommon/poetry.lock
+++ b/libs/libcommon/poetry.lock
@@ -2347,0 +2348,15 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "six", "virtuale
+[[package]]
+name = "pytest-datadir"
+version = ... |
924067238f7bdeff9dd106316eaefae91d1e10d1 | Albert Villanova del Moral | 8515462+albertvillanova@users.noreply.github.com | 2023-12-01T14:58:22 | Add filter endpoint to Quickstart docs (#2177) | diff --git a/docs/source/quick_start.mdx b/docs/source/quick_start.mdx
index 14142eb8..2fb5a7fa 100644
--- a/docs/source/quick_start.mdx
+++ b/docs/source/quick_start.mdx
@@ -13,0 +14,2 @@ In this quickstart, you'll learn how to use the Datasets Server's REST API to:
+## API endpoints
+
@@ -16,9 +18,10 @@ Each feature ... |
60c11b659bcb31b1ce05a6a1937f542808e4f26a | Albert Villanova del Moral | 8515462+albertvillanova@users.noreply.github.com | 2023-11-30T16:13:52 | Sort __hf_index_id column (#2172) | diff --git a/services/worker/src/worker/job_runners/split/duckdb_index.py b/services/worker/src/worker/job_runners/split/duckdb_index.py
index 2bd6c5e3..7b3250fa 100644
--- a/services/worker/src/worker/job_runners/split/duckdb_index.py
+++ b/services/worker/src/worker/job_runners/split/duckdb_index.py
@@ -57 +56,0 @@ D... |
3463f9f27f9152f9257cfe360920c785cf00fa36 | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-11-30T13:20:08 | allow script on another dataset (#2174) | diff --git a/chart/values.yaml b/chart/values.yaml
index 0b5638e0..49b6f9ee 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -87 +87 @@ common:
- datasetScriptsAllowList: "{{ALL_DATASETS_WITH_NO_NAMESPACE}},togethercomputer/RedPajama-Data-V2,andreped/*,gaia-benchmark/GAIA,poloclub/diffusiondb"
+ datasetScrip... |
cbd6db912f5f41b51f7268fb4b246b6f7853ee1b | Quentin Lhoest | 42851186+lhoestq@users.noreply.github.com | 2023-11-30T10:47:32 | Allow script for poloclub/diffusiondb (#2173) | diff --git a/chart/values.yaml b/chart/values.yaml
index b2506c84..0b5638e0 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -87 +87 @@ common:
- datasetScriptsAllowList: "{{ALL_DATASETS_WITH_NO_NAMESPACE}},togethercomputer/RedPajama-Data-V2,andreped/*,gaia-benchmark/GAIA"
+ datasetScriptsAllowList: "{{ALL_D... |
956c4f0b7fd8b0a762d53766d8b74c9065522c4c | Albert Villanova del Moral | 8515462+albertvillanova@users.noreply.github.com | 2023-11-29T10:45:59 | Update cryptography dependency to fix vulnerability (#2170) | diff --git a/libs/libapi/poetry.lock b/libs/libapi/poetry.lock
index dd37dfdd..6980e713 100644
--- a/libs/libapi/poetry.lock
+++ b/libs/libapi/poetry.lock
@@ -566 +566 @@ name = "cryptography"
-version = "41.0.4"
+version = "41.0.7"
@@ -572,23 +572,23 @@ files = [
- {file = "cryptography-41.0.4-cp37-abi3-macosx_10_1... |
5c31b8c8910718ab67e85b29a73ac7d5ad449e85 | Albert Villanova del Moral | 8515462+albertvillanova@users.noreply.github.com | 2023-11-28T16:03:07 | Update aiohttp in worker pyproject (#2157) | diff --git a/services/worker/poetry.lock b/services/worker/poetry.lock
index 867688d4..72883c7f 100644
--- a/services/worker/poetry.lock
+++ b/services/worker/poetry.lock
@@ -5899 +5899 @@ python-versions = "3.9.18"
-content-hash = "1d51c986dec66399b462b04d786c6340b4400f485a0ecf2baa684d65b5e6553a"
+content-hash = "dd3d... |
60bb49af71c3d82ff8cf5a844b7d09c5410f844a | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-11-28T14:26:57 | upgrade aiohttp (#2156) | diff --git a/front/admin_ui/poetry.lock b/front/admin_ui/poetry.lock
index 9f1241c5..55da9bdc 100644
--- a/front/admin_ui/poetry.lock
+++ b/front/admin_ui/poetry.lock
@@ -39 +39 @@ name = "aiohttp"
-version = "3.8.6"
+version = "3.9.1"
@@ -43 +43 @@ optional = false
-python-versions = ">=3.6"
+python-versions = ">=3.8"... |
d1a096ab93d12e7de8e2e3dba00bd4b28f72784b | Pierre Marcenac | pierremarcenac@google.com | 2023-11-23T15:01:25 | Ensure that names are unique. (#2142) | diff --git a/services/api/src/api/routes/croissant.py b/services/api/src/api/routes/croissant.py
index 1d681984..c98fae1c 100644
--- a/services/api/src/api/routes/croissant.py
+++ b/services/api/src/api/routes/croissant.py
@@ -43,3 +43,18 @@ NAME_PATTERN_REGEX = "[^a-zA-Z0-9\\-_\\.]"
-def _escape_name(name: str) -> str... |
19683ac1a81682efdeb7732c09b6b4ef07f2d454 | Albert Villanova del Moral | 8515462+albertvillanova@users.noreply.github.com | 2023-11-23T13:55:48 | Give insights to the user when we raise TooBigRows (#2144) | diff --git a/libs/libapi/src/libapi/exceptions.py b/libs/libapi/src/libapi/exceptions.py
index 6ffbe224..33962139 100644
--- a/libs/libapi/src/libapi/exceptions.py
+++ b/libs/libapi/src/libapi/exceptions.py
@@ -118,0 +119,9 @@ class SearchFeatureNotAvailableError(ApiError):
+class TooBigContentError(ApiError):
+ """... |
48caa149ab696cbc5aca9ea3b7de861ed149f36b | Andrea Francis Soria Jimenez | andrea@huggingface.co | 2023-11-23T12:31:42 | Sync queue index (#2140) | diff --git a/libs/libcommon/src/libcommon/queue.py b/libs/libcommon/src/libcommon/queue.py
index 30cfeabd..cf087415 100644
--- a/libs/libcommon/src/libcommon/queue.py
+++ b/libs/libcommon/src/libcommon/queue.py
@@ -23,7 +23 @@ from mongoengine.errors import DoesNotExist, NotUniqueError
-from mongoengine.fields import (... |
f3086d3206db940a69b9d38d3ca2c12a1d6fb02a | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-11-23T09:09:58 | allow dataset script on a new dataset (#2143) | diff --git a/chart/values.yaml b/chart/values.yaml
index 9cc34246..b2506c84 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -87 +87 @@ common:
- datasetScriptsAllowList: "{{ALL_DATASETS_WITH_NO_NAMESPACE}},togethercomputer/RedPajama-Data-V2,andreped/*"
+ datasetScriptsAllowList: "{{ALL_DATASETS_WITH_NO_NAME... |
8dfe935174aaf1b134fbfbd2b3440def0350e8a4 | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-11-21T22:12:42 | Upgrade huggingface-hub (#2138) | diff --git a/.github/workflows/_quality-python.yml b/.github/workflows/_quality-python.yml
index d1cfa2d5..5036e030 100644
--- a/.github/workflows/_quality-python.yml
+++ b/.github/workflows/_quality-python.yml
@@ -53,2 +53,3 @@ jobs:
- - name: Run pip-audit
- run: bash -c "poetry run pip-audit --ignore-vul... |
f41c757f65cf7aaf34b6f5c9d8c2d8029e327b6a | Andrea Francis Soria Jimenez | andrea@huggingface.co | 2023-11-21T15:39:11 | sanitize src url (#2080) | diff --git a/libs/libcommon/poetry.lock b/libs/libcommon/poetry.lock
index 7336bce8..56d54c8b 100644
--- a/libs/libcommon/poetry.lock
+++ b/libs/libcommon/poetry.lock
@@ -2970,0 +2971,23 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]
+[[package]]
+name = "validators"
+version = "0.22.0"
+description = "Python Data Valid... |
c6cd8a9539532ac82c7c6bfad35ea13f300b3760 | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-11-21T14:25:10 | Revert "feat: 🎸 upgrade huggingface-hub (#2134)" (#2135) | diff --git a/.github/workflows/_quality-python.yml b/.github/workflows/_quality-python.yml
index 5036e030..d1cfa2d5 100644
--- a/.github/workflows/_quality-python.yml
+++ b/.github/workflows/_quality-python.yml
@@ -53,3 +53,2 @@ jobs:
- #- name: Run pip-audit
- # run: bash -c "poetry run pip-audit --ignore-v... |
486474d3fe2b5ee7b94786ece7c64edc27e06cb0 | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-11-21T14:09:21 | feat: 🎸 upgrade huggingface-hub (#2134) | diff --git a/.github/workflows/_quality-python.yml b/.github/workflows/_quality-python.yml
index d1cfa2d5..5036e030 100644
--- a/.github/workflows/_quality-python.yml
+++ b/.github/workflows/_quality-python.yml
@@ -53,2 +53,3 @@ jobs:
- - name: Run pip-audit
- run: bash -c "poetry run pip-audit --ignore-vul... |
6549fb00bd76a0aeded080c69279413e4c9792b5 | Polina Kazakova | polina@huggingface.co | 2023-11-21T13:52:07 | Use `polars` to compute stats for three example big datasets (#2130) | diff --git a/services/worker/poetry.lock b/services/worker/poetry.lock
index 03e91b16..a5158770 100644
--- a/services/worker/poetry.lock
+++ b/services/worker/poetry.lock
@@ -1 +1 @@
-# This file is automatically @generated by Poetry 1.4.2 and should not be changed by hand.
+# This file is automatically @generated by P... |
f70c43ef83cda99a9869ce77d8d1a7ef8bf74acc | Pierre Marcenac | marcenacp@gmail.com | 2023-11-21T11:11:56 | Escape names in Croissant. (#2133) | diff --git a/services/api/src/api/routes/croissant.py b/services/api/src/api/routes/croissant.py
index 3ec132de..1d681984 100644
--- a/services/api/src/api/routes/croissant.py
+++ b/services/api/src/api/routes/croissant.py
@@ -1,0 +2 @@ import logging
+import re
@@ -38,0 +40,7 @@ HF_TO_CROISSANT_VALUE_TYPE = {
+NAME_PA... |
e29091ad2b50e5d25918d113796b6d88fd04ce41 | Quentin Lhoest | 42851186+lhoestq@users.noreply.github.com | 2023-11-20T23:40:15 | Add classlabel to croissant (#2131) | diff --git a/services/api/src/api/routes/croissant.py b/services/api/src/api/routes/croissant.py
index a81bfb14..3ec132de 100644
--- a/services/api/src/api/routes/croissant.py
+++ b/services/api/src/api/routes/croissant.py
@@ -7 +7 @@ from typing import Any, Optional
-from datasets import Features, Image, Value
+from d... |
4349b99ea4593e80f5a9d0f6acf675575a62deb7 | Quentin Lhoest | 42851186+lhoestq@users.noreply.github.com | 2023-11-20T16:23:44 | add /croissant API endpoint (#2127) | diff --git a/libs/libcommon/src/libcommon/config.py b/libs/libcommon/src/libcommon/config.py
index a2316097..9ff768a7 100644
--- a/libs/libcommon/src/libcommon/config.py
+++ b/libs/libcommon/src/libcommon/config.py
@@ -302,0 +303 @@ class ProcessingGraphConfig:
+ "provides_dataset_info": True,
diff --git... |
70884d9013525edf1a84cdae95b407b61b2b24ef | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-11-20T13:29:26 | Revert "upgrade huggingface-hub to temporary branch (#2128)" (#2129) | diff --git a/.github/workflows/_quality-python.yml b/.github/workflows/_quality-python.yml
index 03ac21b7..d1cfa2d5 100644
--- a/.github/workflows/_quality-python.yml
+++ b/.github/workflows/_quality-python.yml
@@ -53,2 +53,2 @@ jobs:
- # - name: Run pip-audit
- # run: bash -c "poetry run pip-audit --ignore... |
91d4661b9bab69b3af50e1c7da97c44b312aa52e | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-11-20T13:09:10 | upgrade huggingface-hub to temporary branch (#2128) | diff --git a/.github/workflows/_quality-python.yml b/.github/workflows/_quality-python.yml
index d1cfa2d5..03ac21b7 100644
--- a/.github/workflows/_quality-python.yml
+++ b/.github/workflows/_quality-python.yml
@@ -53,2 +53,2 @@ jobs:
- - name: Run pip-audit
- run: bash -c "poetry run pip-audit --ignore-vul... |
15030776dbbb85e7573a01353cdb53e7e1599fbf | Andrea Francis Soria Jimenez | andrea@huggingface.co | 2023-11-17T16:08:43 | fix exception catch in firs rows from parquet (#2126) | 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 e1448faa..855f4cb7 100644
--- a/services/worker/src/worker/job_runners/split/first_rows_from_parquet.py
+++ b/services/worker/src/worker/job_runners/split/... |
733dcea5f489a82a65ff5affeecad50d33324a1a | Andrea Francis Soria Jimenez | andrea@huggingface.co | 2023-11-17T14:37:29 | Split parquet schema mismatch (#2124) | diff --git a/libs/libapi/tests/conftest.py b/libs/libapi/tests/conftest.py
index adb248ea..6b010ec7 100644
--- a/libs/libapi/tests/conftest.py
+++ b/libs/libapi/tests/conftest.py
@@ -3,0 +4,2 @@
+from pathlib import Path
+
@@ -41,0 +44,7 @@ def anyio_backend() -> str:
+
+
+@fixture
+def image_path() -> str:
+ image_... |
62f589bbc0be836e3d68353885410ec6309afbd7 | Andrea Francis Soria Jimenez | andrea@huggingface.co | 2023-11-16T12:23:36 | fix ogg audio (#2085) | diff --git a/libs/libcommon/poetry.lock b/libs/libcommon/poetry.lock
index 9c165e4d..7336bce8 100644
--- a/libs/libcommon/poetry.lock
+++ b/libs/libcommon/poetry.lock
@@ -263,0 +264,20 @@ yaml = ["PyYAML"]
+[[package]]
+name = "boto3"
+version = "1.28.64"
+description = "The AWS SDK for Python"
+category = "dev"
+optio... |
4238a171d193785b846c99300ced7b6d4789f990 | Albert Villanova del Moral | 8515462+albertvillanova@users.noreply.github.com | 2023-11-16T11:47:02 | Update datasets to 2.15.0 and huggingface-hub to 0.18.0 (#2122) | diff --git a/e2e/poetry.lock b/e2e/poetry.lock
index fab689f8..fe8f1e46 100644
--- a/e2e/poetry.lock
+++ b/e2e/poetry.lock
@@ -416 +416 @@ name = "huggingface-hub"
-version = "0.16.4"
+version = "0.18.0"
@@ -420 +420 @@ optional = false
-python-versions = ">=3.7.0"
+python-versions = ">=3.8.0"
@@ -422,2 +422,2 @@ files... |
085ae3d85b68c70ea6c4b78b0c1a1042bc9152fe | Albert Villanova del Moral | 8515462+albertvillanova@users.noreply.github.com | 2023-11-15T17:09:37 | Re-enable tests on datasets ArrayND types (#2119) | diff --git a/libs/libcommon/tests/fixtures/datasets.py b/libs/libcommon/tests/fixtures/datasets.py
index 0e18cc23..448c3517 100644
--- a/libs/libcommon/tests/fixtures/datasets.py
+++ b/libs/libcommon/tests/fixtures/datasets.py
@@ -12,0 +13,4 @@ from datasets import (
+ Array2D,
+ Array3D,
+ Array4D,
+ Array... |
912690e3de4b886a341efa0e9e6025c1d219cc0e | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-11-15T13:45:26 | feat: 🎸 disable two datasets to avoid load on the Hub (#2120) | diff --git a/chart/values.yaml b/chart/values.yaml
index 3ffd91bb..9cc34246 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -83 +83 @@ common:
- blockedDatasets: "open-llm-leaderboard/*"
+ blockedDatasets: "open-llm-leaderboard/*,taesiri/arxiv_qa,enzostvs/stable-diffusion-tpu-generations" |
0334b867ff77cb65919ba4322b18b3965f965d13 | Albert Villanova del Moral | 8515462+albertvillanova@users.noreply.github.com | 2023-11-15T11:23:18 | Remove build/egg directories from worker vendor trec-car-tools (#2117) | diff --git a/.gitignore b/.gitignore
index 98a92a2f..33e8f860 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,0 +6 @@
+*.egg-info/
diff --git a/services/worker/vendors/trec-car-tools/python3/build/lib/trec_car/__init__.py b/services/worker/vendors/trec-car-tools/python3/build/lib/trec_car/__init__.py
deleted file mode 1... |
f894794b6cff251f9cf24d8fc4a4c7e700c2b3be | Albert Villanova del Moral | 8515462+albertvillanova@users.noreply.github.com | 2023-11-15T10:10:01 | Update datasets to 2.14.7 (#2118) | diff --git a/front/admin_ui/poetry.lock b/front/admin_ui/poetry.lock
index 91779c20..baf43a79 100644
--- a/front/admin_ui/poetry.lock
+++ b/front/admin_ui/poetry.lock
@@ -586 +586 @@ name = "datasets"
-version = "2.14.6"
+version = "2.14.7"
@@ -592,2 +592,2 @@ files = [
- {file = "datasets-2.14.6-py3-none-any.whl", ... |
d9ab6e595d4bcfe427cd5ae624a1515dea990d36 | Albert Villanova del Moral | 8515462+albertvillanova@users.noreply.github.com | 2023-11-15T09:07:04 | Update aiohttp to 3.8.16 to fix vulnerability (#2116) | diff --git a/front/admin_ui/poetry.lock b/front/admin_ui/poetry.lock
index 35696ee4..91779c20 100644
--- a/front/admin_ui/poetry.lock
+++ b/front/admin_ui/poetry.lock
@@ -39 +39 @@ name = "aiohttp"
-version = "3.8.5"
+version = "3.8.6"
@@ -45,87 +45,87 @@ files = [
- {file = "aiohttp-3.8.5-cp310-cp310-macosx_10_9_un... |
7b182baf85e938778ffe39092b3f8ecb482d2ede | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-11-15T09:01:22 | add an index recommended by Atlas (#2102) | diff --git a/libs/libcommon/src/libcommon/simple_cache.py b/libs/libcommon/src/libcommon/simple_cache.py
index b3078229..375b851c 100644
--- a/libs/libcommon/src/libcommon/simple_cache.py
+++ b/libs/libcommon/src/libcommon/simple_cache.py
@@ -145,0 +146 @@ class CachedResponseDocument(Document):
+ ("error_co... |
827b9de678720f92b93b822508d44d9a740a6ad2 | Andrea Francis Soria Jimenez | andrea@huggingface.co | 2023-11-14T15:47:35 | improve logs for cron job delete obsolete cache (#2104) | diff --git a/libs/libcommon/src/libcommon/obsolete_cache.py b/libs/libcommon/src/libcommon/obsolete_cache.py
index a3eef78e..661470fa 100644
--- a/libs/libcommon/src/libcommon/obsolete_cache.py
+++ b/libs/libcommon/src/libcommon/obsolete_cache.py
@@ -62,0 +63 @@ def delete_obsolete_cache(
+ deleted_cached_records = ... |
882de9277ae41f9c585120e8efe215f683905c16 | Andrea Francis Soria Jimenez | andrea@huggingface.co | 2023-11-14T15:12:11 | add cacheable ParquetResponseEmptyError in first-rows-from-parquet (#2101) | diff --git a/libs/libcommon/src/libcommon/parquet_utils.py b/libs/libcommon/src/libcommon/parquet_utils.py
index bcfc7dfa..e497d904 100644
--- a/libs/libcommon/src/libcommon/parquet_utils.py
+++ b/libs/libcommon/src/libcommon/parquet_utils.py
@@ -29 +29 @@ PARTIAL_PREFIX = "partial-"
-class ParquetResponseEmptyError(Ex... |
976fdc0dc2deef05313589077a0d79efc0fdcf35 | Andrea Francis Soria Jimenez | andrea@huggingface.co | 2023-11-14T11:37:29 | Fix container in delete obsolete cache job (#2103) | diff --git a/chart/templates/cron-jobs/delete-obsolete-cache/job.yaml b/chart/templates/cron-jobs/delete-obsolete-cache/job.yaml
index c3557f74..51ef2933 100644
--- a/chart/templates/cron-jobs/delete-obsolete-cache/job.yaml
+++ b/chart/templates/cron-jobs/delete-obsolete-cache/job.yaml
@@ -23 +23 @@ spec:
- co... |
cf54a9f95320043b190286e945fade0046d3238c | Andrea Francis Soria Jimenez | andrea@huggingface.co | 2023-11-14T11:25:53 | cron job to delete obsolete cache (#2100) | diff --git a/chart/Chart.yaml b/chart/Chart.yaml
index 9005bb01..bd4c3f18 100644
--- a/chart/Chart.yaml
+++ b/chart/Chart.yaml
@@ -29 +29 @@ version: 2.0.0
-appVersion: "0.21.2"
+appVersion: "0.22.2"
diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml
index 8986927f..8fd42616 100644
--- a/chart/env/prod.yaml
+++ b/c... |
003e4cc01f99255ad3ebeaa220e17faee1a53b26 | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-11-13T20:38:28 | add RAM to the API pods, to avoid OOM (#2098) | diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml
index b19f0c97..8986927f 100644
--- a/chart/env/prod.yaml
+++ b/chart/env/prod.yaml
@@ -350 +350 @@ api:
- memory: "512Mi"
+ memory: "4Gi"
@@ -353 +353 @@ api:
- memory: "4Gi"
+ memory: "8Gi" |
67459d20a074d58bd6c681f57736eeb30631ae5a | Andrea Francis Soria Jimenez | andrea@huggingface.co | 2023-11-10T19:07:37 | map CachedArtifactNotFoundError to PreviousStepStillProcessingError (#2093) | diff --git a/libs/libcommon/src/libcommon/exceptions.py b/libs/libcommon/src/libcommon/exceptions.py
index 5eb104fd..bcde4018 100644
--- a/libs/libcommon/src/libcommon/exceptions.py
+++ b/libs/libcommon/src/libcommon/exceptions.py
@@ -113,0 +114 @@ CacheableErrorCode = Literal[
+ "PreviousStepStillProcessingError",
... |
da54e3f88239022c5550071128c59d397ef829d1 | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-11-10T16:32:37 | use python 3.9.18 instead of 3.9.15 (#2090) | diff --git a/.github/workflows/_e2e_tests.yml b/.github/workflows/_e2e_tests.yml
index d115e5f9..21261020 100644
--- a/.github/workflows/_e2e_tests.yml
+++ b/.github/workflows/_e2e_tests.yml
@@ -8 +8 @@ env:
- python-version: 3.9.15
+ python-version: 3.9.18
diff --git a/.github/workflows/_quality-python.yml b/.github... |
8a6c727fb018d0c7e577c00a89a8f914cfae94eb | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-11-10T13:34:49 | upgrade pyarrow from 12 to 14 (#2089) | diff --git a/front/admin_ui/poetry.lock b/front/admin_ui/poetry.lock
index 15a6d27d..396933f8 100644
--- a/front/admin_ui/poetry.lock
+++ b/front/admin_ui/poetry.lock
@@ -1331,0 +1332 @@ psutil = "^5.9.4"
+pyarrow = "^14.0.1"
@@ -2214 +2215 @@ name = "pyarrow"
-version = "12.0.0"
+version = "14.0.1"
@@ -2218 +2219 @@ o... |
762e7d49431879baff95043baf9bb1a7ba0f7ca5 | Quentin Lhoest | 42851186+lhoestq@users.noreply.github.com | 2023-11-10T13:16:54 | Stats resources (#2081) | diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml
index 3ffe4e0c..b19f0c97 100644
--- a/chart/env/prod.yaml
+++ b/chart/env/prod.yaml
@@ -446 +446 @@ workers:
- cpu: 1
+ cpu: 2
diff --git a/services/worker/src/worker/job_runners/split/descriptive_statistics.py b/services/worker/src/worker/job_runners... |
bc8bdcb224ea4a074bc637610c19f0cfdc9864f0 | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-11-10T09:10:38 | add two indexes recommended by atlas (#2088) | diff --git a/libs/libcommon/src/libcommon/simple_cache.py b/libs/libcommon/src/libcommon/simple_cache.py
index 0fd81b5b..b3078229 100644
--- a/libs/libcommon/src/libcommon/simple_cache.py
+++ b/libs/libcommon/src/libcommon/simple_cache.py
@@ -144 +144,3 @@ class CachedResponseDocument(Document):
- ("kind", "... |
44fbe7207805f69285465af1ee1c6a1cc4cd584e | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-11-09T22:08:59 | log as debug (#2086) | diff --git a/services/sse-api/src/sse_api/routes/hub_cache.py b/services/sse-api/src/sse_api/routes/hub_cache.py
index 96511823..58fc7047 100644
--- a/services/sse-api/src/sse_api/routes/hub_cache.py
+++ b/services/sse-api/src/sse_api/routes/hub_cache.py
@@ -43 +43 @@ def create_hub_cache_endpoint(hub_cache_watcher: Hu... |
2848c1d57fb166882534c08649d53ceabeadf6da | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-11-09T20:55:04 | log on every new value sent in SSE (#2084) | diff --git a/services/sse-api/src/sse_api/routes/hub_cache.py b/services/sse-api/src/sse_api/routes/hub_cache.py
index e19f8e6a..96511823 100644
--- a/services/sse-api/src/sse_api/routes/hub_cache.py
+++ b/services/sse-api/src/sse_api/routes/hub_cache.py
@@ -42,0 +43 @@ def create_hub_cache_endpoint(hub_cache_watcher: ... |
c21ea0779046aeb0ba09f52261f2d5c62f2419fe | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-11-09T10:06:34 | use podMetricsEndpoints field (#2079) | diff --git a/chart/templates/worker/podmonitor.yaml b/chart/templates/worker/podmonitor.yaml
index 7acefb17..61c1e7eb 100644
--- a/chart/templates/worker/podmonitor.yaml
+++ b/chart/templates/worker/podmonitor.yaml
@@ -12 +12 @@ spec:
- endpoints:
+ podMetricsEndpoints: |
4da7cb42c73050405c5b2315ef17375ce8232b7c | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-11-09T09:52:19 | use a pod monitor (#2078) | diff --git a/chart/templates/worker/servicemonitor.yaml b/chart/templates/worker/podmonitor.yaml
similarity index 96%
rename from chart/templates/worker/servicemonitor.yaml
rename to chart/templates/worker/podmonitor.yaml
index 544f3fd4..7acefb17 100644
--- a/chart/templates/worker/servicemonitor.yaml
+++ b/chart/templ... |
55b62c082665ac6425ec84659a17f3cb1b814631 | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-11-09T09:21:32 | add index (#2077) | diff --git a/libs/libcommon/src/libcommon/simple_cache.py b/libs/libcommon/src/libcommon/simple_cache.py
index f6908d42..0fd81b5b 100644
--- a/libs/libcommon/src/libcommon/simple_cache.py
+++ b/libs/libcommon/src/libcommon/simple_cache.py
@@ -143,0 +144 @@ class CachedResponseDocument(Document):
+ ("kind", "... |
6e05984f64f54b79123794fa1e21c30dc03d562c | Albert Villanova del Moral | 8515462+albertvillanova@users.noreply.github.com | 2023-11-09T08:57:33 | Add .ruff_cache to .gitignore (#2072) | diff --git a/.gitignore b/.gitignore
index f2db052a..98a92a2f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,0 +9 @@
+.ruff_cache |
579519ca80d3dfbd6ed7c10b1fc69ecfd0fac0f2 | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-11-09T08:56:51 | allow andreped dataset scripts, remove scripts dataset from blocklist… (#2075) | diff --git a/chart/values.yaml b/chart/values.yaml
index 47bb771e..829d3a47 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -83 +83 @@ common:
- blockedDatasets: "Graphcore/gqa,Graphcore/gqa-lxmert,Graphcore/vqa,Graphcore/vqa-lxmert,echarlaix/gqa-lxmert,echarlaix/vqa,echarlaix/vqa-lxmert,KakologArchives/Kako... |
5e11e62a27092bebd8abb9d5399e64c12a253c61 | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-11-08T18:22:54 | create /healthcheck and /metrics endpoints in workers (#2069) | diff --git a/.github/workflows/_quality-python.yml b/.github/workflows/_quality-python.yml
index 1eaf54b5..c7475593 100644
--- a/.github/workflows/_quality-python.yml
+++ b/.github/workflows/_quality-python.yml
@@ -54 +54 @@ jobs:
- run: bash -c "poetry run pip-audit --ignore-vuln GHSA-wfm5-v35h-vwf4 --ignore-vu... |
99263481e38883ca43a4f3b44cbba5d7f6b3d8f2 | Andrea Francis Soria Jimenez | andrea@huggingface.co | 2023-11-07T19:09:49 | catch exception on delete assets (#2071) | diff --git a/libs/libcommon/src/libcommon/storage_client.py b/libs/libcommon/src/libcommon/storage_client.py
index 229ea765..11b1118f 100644
--- a/libs/libcommon/src/libcommon/storage_client.py
+++ b/libs/libcommon/src/libcommon/storage_client.py
@@ -50,2 +50,5 @@ class StorageClient:
- self._fs.rm(dataset_key, ... |
9e50b381d54e8211361b11e75c3140f0a3225132 | Quentin Lhoest | 42851186+lhoestq@users.noreply.github.com | 2023-11-07T12:10:21 | Add missing runners to job runner factory (#2070) | diff --git a/services/worker/src/worker/job_runner_factory.py b/services/worker/src/worker/job_runner_factory.py
index a81919a4..9f3ba885 100644
--- a/services/worker/src/worker/job_runner_factory.py
+++ b/services/worker/src/worker/job_runner_factory.py
@@ -14,0 +15,3 @@ from worker.job_runner import JobRunner
+from w... |
190d883c86e6df0ea5feb8fa00dd69a870d00092 | Andrea Francis Soria Jimenez | andrea@huggingface.co | 2023-11-07T11:29:26 | try to remove assets and cached-assets (#2068) | diff --git a/chart/Chart.yaml b/chart/Chart.yaml
index ccff15eb..9005bb01 100644
--- a/chart/Chart.yaml
+++ b/chart/Chart.yaml
@@ -21 +21 @@ type: application
-version: 1.21.0
+version: 2.0.0
diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml
index 15de9a6f..3fcbc4b4 100644
--- a/chart/env/prod.yaml
+++ b/chart/env... |
f146e3a1d30f26d90f61b4a11a55135827b8e295 | Albert Villanova del Moral | 8515462+albertvillanova@users.noreply.github.com | 2023-11-07T10:29:22 | Stop worker loop executor on SIGTERM (#2058) | diff --git a/services/worker/src/worker/executor.py b/services/worker/src/worker/executor.py
index b7eaffd6..31dd581f 100644
--- a/services/worker/src/worker/executor.py
+++ b/services/worker/src/worker/executor.py
@@ -5,0 +6 @@ import os
+import signal
@@ -91,0 +93 @@ class WorkerExecutor:
+ loop.add_signal_han... |
ad05b6ad523cccc5fcadc11a85349dd6e4a7d10f | Quentin Lhoest | 42851186+lhoestq@users.noreply.github.com | 2023-11-07T09:52:27 | Partial duckdb index (#1992) | diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml
index 975da53a..15de9a6f 100644
--- a/chart/env/prod.yaml
+++ b/chart/env/prod.yaml
@@ -146 +146 @@ parquetAndInfo:
- maxDatasetSize: "5_000_000_000"
+ maxDatasetSizeBytes: "5_000_000_000"
@@ -165 +165 @@ duckDBIndex:
- maxParquetSizeBytes: "5_000_000_000"
+ ma... |
cdc345f295006e925c72a3e8f47f311ce05a972c | Andrea Francis Soria Jimenez | andrea@huggingface.co | 2023-11-06T17:26:49 | Revert delete assets (#2066) | diff --git a/chart/Chart.yaml b/chart/Chart.yaml
index 9005bb01..ccff15eb 100644
--- a/chart/Chart.yaml
+++ b/chart/Chart.yaml
@@ -21 +21 @@ type: application
-version: 2.0.0
+version: 1.21.0
diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml
index d8a39ac7..975da53a 100644
--- a/chart/env/prod.yaml
+++ b/chart/env... |
9e8d93863aeb436fdef9b6b957be947abfc4e6ff | Polina Kazakova | polina@huggingface.co | 2023-11-06T17:21:39 | Fix cache directory for partial datasets for `split-descriptive-statistics` runner (#2062) | 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 21bd7167..480e92c0 100644
--- a/services/worker/src/worker/job_runners/split/descriptive_statistics.py
+++ b/services/worker/src/worker/job_runners/split/des... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.