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
89fda8cc52333de8cc413335e6eef4613abf932f
Quentin Lhoest
42851186+lhoestq@users.noreply.github.com
2024-10-29T16:49:01
Remove decord (#3092)
diff --git a/front/admin_ui/poetry.lock b/front/admin_ui/poetry.lock index 18850f24..298f3bf9 100644 --- a/front/admin_ui/poetry.lock +++ b/front/admin_ui/poetry.lock @@ -672,2 +672,2 @@ url = "https://github.com/huggingface/datasets.git" -reference = "f75f48926773f39798b85b6b5499e84c5e9e53b1" -resolved_reference = "f7...
342e4151124002ea1f25498801b63623d07bfc2e
Quentin Lhoest
42851186+lhoestq@users.noreply.github.com
2024-10-28T17:35:20
Add video support (#3089)
diff --git a/front/admin_ui/poetry.lock b/front/admin_ui/poetry.lock index f3a4b250..18850f24 100644 --- a/front/admin_ui/poetry.lock +++ b/front/admin_ui/poetry.lock @@ -627 +627 @@ name = "datasets" -version = "3.0.2" +version = "3.0.3.dev0" @@ -631,4 +631,2 @@ python-versions = ">=3.8.0" -files = [ - {file = "dat...
5e95f089f45d618307c1901e24a6734a74a6a01d
Quentin Lhoest
42851186+lhoestq@users.noreply.github.com
2024-10-23T13:15:24
Update datasets to 3.0.2 (#3088)
diff --git a/front/admin_ui/poetry.lock b/front/admin_ui/poetry.lock index 46b9bc10..f3a4b250 100644 --- a/front/admin_ui/poetry.lock +++ b/front/admin_ui/poetry.lock @@ -627 +627 @@ name = "datasets" -version = "3.0.1" +version = "3.0.2" @@ -632,2 +632,2 @@ files = [ - {file = "datasets-3.0.1-py3-none-any.whl", has...
51817a4a0b47e8cdd3c744f82b75cb4032cc672a
ccl-core
91942859+ccl-core@users.noreply.github.com
2024-10-22T13:29:21
[Croissant] Update `data` field in new splits recordset (#3087)
diff --git a/services/worker/src/worker/job_runners/dataset/croissant_crumbs.py b/services/worker/src/worker/job_runners/dataset/croissant_crumbs.py index a59994a8..935fa22d 100644 --- a/services/worker/src/worker/job_runners/dataset/croissant_crumbs.py +++ b/services/worker/src/worker/job_runners/dataset/croissant_cru...
8f3eb16f199c5daebb8a10e990ee5498b038e98c
Quentin Lhoest
42851186+lhoestq@users.noreply.github.com
2024-10-18T15:41:42
Cast features in stats (#3086)
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 ed8bb6aa..d851fe15 100644 --- a/services/worker/src/worker/job_runners/split/descriptive_statistics.py +++ b/services/worker/src/worker/job_runners/split/des...
7190a71e796ac43e771b37a0cd6c33509c130dd7
Quentin Lhoest
42851186+lhoestq@users.noreply.github.com
2024-10-18T13:59:09
Cast features in rows (#3084)
diff --git a/services/rows/src/rows/routes/rows.py b/services/rows/src/rows/routes/rows.py index 5a3aa686..14187118 100644 --- a/services/rows/src/rows/routes/rows.py +++ b/services/rows/src/rows/routes/rows.py @@ -6,0 +7 @@ from typing import Literal, Optional, Union +from datasets.table import cast_table_to_features ...
5a5af19ab367e676b174ecf0adfd56b109182d6c
Remy
remy@huggingface.co
2024-10-18T09:09:34
fix(infra): new token name (#3085)
diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index ac069982..43813473 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -139 +139 @@ jobs: - token: ${{ secrets.ARGO_CD_TOKEN }} + token: ${{ secrets.GIT_TOKEN_INFRA_DEPLOYMENT }}
6b5076d1724270d17d5611dd2eef0b665d8859c9
Sylvain Lesage
sylvain.lesage@huggingface.co
2024-10-07T14:59:44
remove the stale bot (#3080)
diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml deleted file mode 100644 index c7412363..00000000 --- a/.github/workflows/stale.yml +++ /dev/null @@ -1,30 +0,0 @@ -# SPDX-License-Identifier: Apache-2.0 -# Copyright 2022 The HuggingFace Authors. - -name: Stale Bot - -on: - schedule: - - cron: ...
dd1ae9db3fa8d71428fae866497950aebd503ff3
Quentin Lhoest
42851186+lhoestq@users.noreply.github.com
2024-10-07T13:42:54
fix stale bot (#3079)
diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 0d320370..c7412363 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -16 +16 @@ jobs: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.STALE_BOT_GITHUB_TOKEN }}
94767a5984eab84b6b47a5b46157d76645162b00
ccl-core
91942859+ccl-core@users.noreply.github.com
2024-10-07T10:18:55
Include splits in HF Croissant definitions. (#3058)
diff --git a/services/worker/src/worker/job_runners/dataset/croissant_crumbs.py b/services/worker/src/worker/job_runners/dataset/croissant_crumbs.py index d7bdece8..a59994a8 100644 --- a/services/worker/src/worker/job_runners/dataset/croissant_crumbs.py +++ b/services/worker/src/worker/job_runners/dataset/croissant_cru...
830cea2bb0d2c6b02c43d371a8083dc841d665e5
Quentin Lhoest
42851186+lhoestq@users.noreply.github.com
2024-10-04T15:24:53
Set datasets-maintainers org for admin auth (#3078)
diff --git a/chart/values.yaml b/chart/values.yaml index 865612b9..b1897305 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -387 +387 @@ admin: - hfOrganization: "huggingface" + hfOrganization: "datasets-maintainers"
36daeb6c11f2b17c6026f85650bde39778af83c6
Sylvain Lesage
sylvain.lesage@huggingface.co
2024-10-03T13:47:36
Update modalities.py (#3077)
diff --git a/services/worker/src/worker/job_runners/dataset/modalities.py b/services/worker/src/worker/job_runners/dataset/modalities.py index a287a9c1..cbd853cf 100644 --- a/services/worker/src/worker/job_runners/dataset/modalities.py +++ b/services/worker/src/worker/job_runners/dataset/modalities.py @@ -171 +171 @@ I...
f5fd117ceded990a7766e705bba1203fa907d6ad
Albert Villanova del Moral
8515462+albertvillanova@users.noreply.github.com
2024-10-01T15:36:19
Update huggingface-hub to 0.25.1 (#3073)
diff --git a/docs/poetry.lock b/docs/poetry.lock index 0e65e7d4..817b93a8 100644 --- a/docs/poetry.lock +++ b/docs/poetry.lock @@ -1 +1 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by han...
bbd23388c504f172e3df9c02b4f9fed065f57a4e
Albert Villanova del Moral
8515462+albertvillanova@users.noreply.github.com
2024-09-30T11:23:40
Set custom huggingface-hub cache (#3075)
diff --git a/services/worker/src/worker/job_runners/_job_runner_with_datasets_cache.py b/services/worker/src/worker/job_runners/_job_runner_with_datasets_cache.py index d8a6f369..d6f3e0e8 100644 --- a/services/worker/src/worker/job_runners/_job_runner_with_datasets_cache.py +++ b/services/worker/src/worker/job_runners/...
be8f4b48177941043369d888d653aba2820a5d4c
Albert Villanova del Moral
8515462+albertvillanova@users.noreply.github.com
2024-09-27T06:24:17
Update datasets to 3.0.1 (#3071)
diff --git a/front/admin_ui/poetry.lock b/front/admin_ui/poetry.lock index 1c7ac0f0..6bb5feb8 100644 --- a/front/admin_ui/poetry.lock +++ b/front/admin_ui/poetry.lock @@ -627 +627 @@ name = "datasets" -version = "2.21.0" +version = "3.0.1" @@ -632,2 +632,2 @@ files = [ - {file = "datasets-2.21.0-py3-none-any.whl", h...
ba57b509e696fe6ca905c07310a7443391e81632
Albert Villanova del Moral
8515462+albertvillanova@users.noreply.github.com
2024-09-26T15:23:30
Fix CI by deleting test_polars_struct_thread_panic_error (#3070)
diff --git a/services/worker/tests/job_runners/split/test_descriptive_statistics.py b/services/worker/tests/job_runners/split/test_descriptive_statistics.py index 1d00e13d..ae6b4ff7 100644 --- a/services/worker/tests/job_runners/split/test_descriptive_statistics.py +++ b/services/worker/tests/job_runners/split/test_des...
c10ccacf2469e54d8a272b2147db85d0a5f5a6c4
Albert Villanova del Moral
8515462+albertvillanova@users.noreply.github.com
2024-09-26T14:44:54
Update datasets to 2.21.0 (#3037)
diff --git a/front/admin_ui/poetry.lock b/front/admin_ui/poetry.lock index 39ae85d6..1c7ac0f0 100644 --- a/front/admin_ui/poetry.lock +++ b/front/admin_ui/poetry.lock @@ -627 +627 @@ name = "datasets" -version = "2.20.0" +version = "2.21.0" @@ -632,2 +632,2 @@ files = [ - {file = "datasets-2.20.0-py3-none-any.whl", ...
195a8eee7b6879fe52b3cdcb50f3fa8c4ab06548
Quentin Lhoest
42851186+lhoestq@users.noreply.github.com
2024-09-24T09:46:54
fine grained token for admin (#3067)
diff --git a/services/admin/README.md b/services/admin/README.md index 0f9ddf3d..ae74e64a 100644 --- a/services/admin/README.md +++ b/services/admin/README.md @@ -13 +13 @@ Set environment variables to configure the application (`ADMIN_` prefix): -- `ADMIN_HF_ORGANIZATION`: the huggingface organization from which the a...
c0e223c3886c1988d0eb5d856bd380347c9e0dea
Andrea Francis Soria Jimenez
andrea@huggingface.co
2024-09-20T17:59:11
Update cryptography >=43.0.1 (#3065)
diff --git a/front/admin_ui/poetry.lock b/front/admin_ui/poetry.lock index 39698645..39ae85d6 100644 --- a/front/admin_ui/poetry.lock +++ b/front/admin_ui/poetry.lock @@ -567 +567 @@ name = "cryptography" -version = "42.0.4" +version = "43.0.1" @@ -572,32 +572,27 @@ files = [ - {file = "cryptography-42.0.4-cp37-abi3...
3c5649b537d6d92531fe4a09b24d85f429ff4625
Sylvain Lesage
sylvain.lesage@huggingface.co
2024-09-20T13:40:52
update developer guide (#3062)
diff --git a/DEVELOPER_GUIDE.md b/DEVELOPER_GUIDE.md index dcfd1e96..561c0d9e 100644 --- a/DEVELOPER_GUIDE.md +++ b/DEVELOPER_GUIDE.md @@ -5 +5,157 @@ This document is intended for developers who want to install, test or contribute -## Install +## Set up development environment + +### Linux + +Install [rust](https://ww...
4859100ef282dcf73257dfb60e6b5a20d5955c68
Remy
remy@huggingface.co
2024-09-18T05:02:08
fix(chart): block admin metrics exposition (#3061)
diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml index cb64f6fd..7eb9ac6b 100644 --- a/chart/env/prod.yaml +++ b/chart/env/prod.yaml @@ -298,0 +299 @@ admin: + alb.ingress.kubernetes.io/actions.metrics-unauthorized: '{"type":"fixed-response","fixedResponseConfig":{"contentType":"text/plain","statusCode":"401...
ecfcada7225f31227fe2015ded7797e6f3db17e0
Quentin Lhoest
42851186+lhoestq@users.noreply.github.com
2024-09-09T10:37:31
Add relaion2b dataset opt-out results (#3059)
diff --git a/services/api/src/api/routes/endpoint.py b/services/api/src/api/routes/endpoint.py index 2c444cfa..66a8b677 100644 --- a/services/api/src/api/routes/endpoint.py +++ b/services/api/src/api/routes/endpoint.py @@ -67 +67 @@ HARD_CODED_OPT_IN_OUT_URLS = { - "laion/laion2B-en": OptInOutUrlsCountResponse( + ...
946b0788fa426007161f2077a70b5ae64b211cf8
David Steinberg
david@resium.com
2024-08-28T09:33:50
Fix typo "build > built" (#3051)
diff --git a/docs/source/croissant.md b/docs/source/croissant.md index 0445d557..dcf4566d 100644 --- a/docs/source/croissant.md +++ b/docs/source/croissant.md @@ -7 +7 @@ The dataset viewer automatically generates the metadata in [Croissant](https://g -Croissant is a metadata format build on top of [schema.org](https:/...
f9b0d895b78a0decaed4efc2cc4c719b3375ca3a
Sylvain Lesage
sylvain.lesage@huggingface.co
2024-08-27T14:51:04
remove obsolete retryable error codes (#3050)
diff --git a/libs/libcommon/src/libcommon/constants.py b/libs/libcommon/src/libcommon/constants.py index e8cd25aa..4af3a060 100644 --- a/libs/libcommon/src/libcommon/constants.py +++ b/libs/libcommon/src/libcommon/constants.py @@ -45,8 +44,0 @@ MAX_FAILED_RUNS_PER_ERROR_CODE = { - # 20240823 - temporary until all th...
2b867e9400e3432cb7ec9d8a715e47a655108c8f
Sylvain Lesage
sylvain.lesage@huggingface.co
2024-08-26T10:22:48
no need to keep the trace of the first exception (#3049)
diff --git a/services/worker/src/worker/job_runners/config/split_names.py b/services/worker/src/worker/job_runners/config/split_names.py index b53e258b..1becef1b 100644 --- a/services/worker/src/worker/job_runners/config/split_names.py +++ b/services/worker/src/worker/job_runners/config/split_names.py @@ -155,7 +155,7 ...
e637982982e0d904f5ce6e126b6f9a69d7f5da2b
dependabot[bot]
49699333+dependabot[bot]@users.noreply.github.com
2024-08-26T08:27:42
Bump certifi from 2023.7.22 to 2024.7.4 in /docs in the pip group across 1 directory (#2973)
diff --git a/docs/poetry.lock b/docs/poetry.lock index 153191a2..0e65e7d4 100644 --- a/docs/poetry.lock +++ b/docs/poetry.lock @@ -1 +1 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by han...
2db67b3d2ac5e96e021b12d10c87a3af55c4b3e1
Sylvain Lesage
sylvain.lesage@huggingface.co
2024-08-26T08:10:04
remove support for script-based datasets (#3046)
diff --git a/chart/templates/_env/_envCommon.tpl b/chart/templates/_env/_envCommon.tpl index cb1f9495..f8d013d1 100644 --- a/chart/templates/_env/_envCommon.tpl +++ b/chart/templates/_env/_envCommon.tpl @@ -7,2 +6,0 @@ -- name: COMMON_DATASET_SCRIPTS_ALLOW_LIST - value: {{ .Values.common.datasetScriptsAllowList | quot...
4381cc9c28b54ea2baf5c1c099bac95521a3ed32
Sylvain Lesage
sylvain.lesage@huggingface.co
2024-08-23T21:25:07
call pre_compute() and post_compute() in tests (#3047)
diff --git a/services/worker/tests/job_runners/config/test_duckdb_index_size.py b/services/worker/tests/job_runners/config/test_duckdb_index_size.py index 67518be3..0dd84a40 100644 --- a/services/worker/tests/job_runners/config/test_duckdb_index_size.py +++ b/services/worker/tests/job_runners/config/test_duckdb_index_s...
35ba8a0f5a572a5743e6277dd6358a297650a4fe
Sylvain Lesage
sylvain.lesage@huggingface.co
2024-08-23T15:07:22
mnist and zalando are now data-only (#3045)
diff --git a/chart/values.yaml b/chart/values.yaml index 953094cb..fc56ed4b 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -85 +85 @@ common: - datasetScriptsAllowList: "hf-internal-testing/dataset_with_script,togethercomputer/RedPajama-Data-1T,togethercomputer/RedPajama-Data-V2,gaia-benchmark/GAIA,poloclub...
5c5be128c205ae5c1f55440178497db564d81868
Sylvain Lesage
sylvain.lesage@huggingface.co
2024-08-23T09:48:11
Remove temporary retryable error codes (#3044)
diff --git a/libs/libcommon/src/libcommon/constants.py b/libs/libcommon/src/libcommon/constants.py index 35679390..cb20aba1 100644 --- a/libs/libcommon/src/libcommon/constants.py +++ b/libs/libcommon/src/libcommon/constants.py @@ -46,2 +45,0 @@ MAX_FAILED_RUNS_PER_ERROR_CODE = { - "DatasetGenerationError": DEFAULT_M...
4e648ebf3f296bbb3fc8108c50580e33c5fa26bd
Sylvain Lesage
sylvain.lesage@huggingface.co
2024-08-23T09:24:36
Update values.yaml (#3043)
diff --git a/chart/values.yaml b/chart/values.yaml index d4077ba2..953094cb 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -82 +82 @@ common: - blockedDatasets: "open-llm-leaderboard/details_*,open-llm-leaderboard-old/details_*,lunaluan/*,atom-in-the-universe/*,cot-leaderboard/cot-eval-traces,mitermix/yt-li...
29465f36d7f77daeffa3026c83fc786a2ef97e30
Albert Villanova del Moral
8515462+albertvillanova@users.noreply.github.com
2024-08-23T05:05:43
Update datasets to 2.20.0 (#3040)
diff --git a/e2e/tests/conftest.py b/e2e/tests/conftest.py index 7ad6ab9b..78bccc6d 100644 --- a/e2e/tests/conftest.py +++ b/e2e/tests/conftest.py @@ -39,0 +40,9 @@ def json_path(tmp_path_factory: TempPathFactory) -> str: +@pytest.fixture(scope="session") +def jsonl_path(tmp_path_factory: TempPathFactory) -> str: + ...
fc2f2b12e3d642403f00aa618e88bd95ed7b39a9
Sylvain Lesage
sylvain.lesage@huggingface.co
2024-08-22T14:38:12
show the traceback of the cause, it's clearer (#3042)
diff --git a/libs/libcommon/src/libcommon/constants.py b/libs/libcommon/src/libcommon/constants.py index 11305c8e..35679390 100644 --- a/libs/libcommon/src/libcommon/constants.py +++ b/libs/libcommon/src/libcommon/constants.py @@ -45,0 +46 @@ MAX_FAILED_RUNS_PER_ERROR_CODE = { + "DatasetGenerationError": DEFAULT_MAX...
e7fa2e0f92e9c2a4ae1a7dd7a5998b96bfae2e96
Sylvain Lesage
sylvain.lesage@huggingface.co
2024-08-22T14:34:50
Raise specific errors instead of ConfigNamesError when appropriate (#3041)
diff --git a/libs/libcommon/src/libcommon/constants.py b/libs/libcommon/src/libcommon/constants.py index 505b083b..11305c8e 100644 --- a/libs/libcommon/src/libcommon/constants.py +++ b/libs/libcommon/src/libcommon/constants.py @@ -45,0 +46,2 @@ MAX_FAILED_RUNS_PER_ERROR_CODE = { + "ConfigNamesError": DEFAULT_MAX_FAI...
0434dc62aa510bdbda7896ec5c48bbf3fe699732
Sylvain Lesage
sylvain.lesage@huggingface.co
2024-08-22T09:49:09
More explicit test and comments about offset-naive datetimes read from mongo (#3036)
diff --git a/libs/libcommon/src/libcommon/queue/dataset_blockages.py b/libs/libcommon/src/libcommon/queue/dataset_blockages.py index a5791c9b..c0cf4134 100644 --- a/libs/libcommon/src/libcommon/queue/dataset_blockages.py +++ b/libs/libcommon/src/libcommon/queue/dataset_blockages.py @@ -51,0 +52 @@ class DatasetBlockage...
9e221e096469f130f3933a26966fbfb6a49dff05
Sylvain Lesage
sylvain.lesage@huggingface.co
2024-08-22T09:48:26
fix the lock release when finishing a job (#3039)
diff --git a/libs/libcommon/src/libcommon/queue/jobs.py b/libs/libcommon/src/libcommon/queue/jobs.py index 5c0bf9e4..cfbdea20 100644 --- a/libs/libcommon/src/libcommon/queue/jobs.py +++ b/libs/libcommon/src/libcommon/queue/jobs.py @@ -33 +33 @@ from libcommon.queue.dataset_blockages import DATASET_STATUS_BLOCKED, DATAS...
3ab176bfc38ad533ed08ad8d015eaed0d26202d0
Albert Villanova del Moral
8515462+albertvillanova@users.noreply.github.com
2024-08-22T08:28:45
Update huggingface-hub to 0.24.6 (#3038)
diff --git a/docs/poetry.lock b/docs/poetry.lock index 463ade1a..153191a2 100644 --- a/docs/poetry.lock +++ b/docs/poetry.lock @@ -324 +324 @@ name = "huggingface-hub" -version = "0.22.2" +version = "0.24.6" @@ -329,2 +329,2 @@ files = [ - {file = "huggingface_hub-0.22.2-py3-none-any.whl", hash = "sha256:3429e25f38c...
2bf3d152d000763e11e50300b9f8648ac6f8ed65
Sylvain Lesage
sylvain.lesage@huggingface.co
2024-08-22T00:11:11
return 404 when accessing a renamed dataset, instead of unexpected error (#3035)
diff --git a/libs/libapi/src/libapi/authentication.py b/libs/libapi/src/libapi/authentication.py index 5b07b878..ffc2b5bc 100644 --- a/libs/libapi/src/libapi/authentication.py +++ b/libs/libapi/src/libapi/authentication.py @@ -15,0 +16 @@ from libapi.exceptions import ( + RenamedDatasetError, @@ -117,0 +119,2 @@ asy...
512dd91ae5a806f0745924a1cd4d42019f42924e
Sylvain Lesage
sylvain.lesage@huggingface.co
2024-08-21T15:22:06
import from the correct file (#3034)
diff --git a/e2e/tests/utils.py b/e2e/tests/utils.py index 3a3ef992..a1f72924 100644 --- a/e2e/tests/utils.py +++ b/e2e/tests/utils.py @@ -15 +15 @@ from huggingface_hub.hf_api import HfApi -from huggingface_hub.utils._errors import hf_raise_for_status +from huggingface_hub.utils import hf_raise_for_status diff --git a...
83c2b1df703c687f6125360c2efd380e2197a074
Sylvain Lesage
sylvain.lesage@huggingface.co
2024-08-21T15:21:43
Fix canonical dataset names (#3033)
diff --git a/docs/source/clickhouse.md b/docs/source/clickhouse.md index f4266bdb..c1320ebe 100644 --- a/docs/source/clickhouse.md +++ b/docs/source/clickhouse.md @@ -100 +100 @@ SET max_http_get_redirects = 1, enable_url_encoding = 0 -Let's create a function to return a list of Parquet files from the [`blog_authorship...
e8e0edfb3e4b76173675d6637c170441abd42141
Daniel van Strien
davanstrien@users.noreply.github.com
2024-08-21T13:31:34
Update to new dataset ID in example (#3031)
diff --git a/docs/source/valid.md b/docs/source/valid.md index 984c739f..53936980 100644 --- a/docs/source/valid.md +++ b/docs/source/valid.md @@ -28 +28 @@ headers = {"Authorization": f"Bearer {API_TOKEN}"} -API_URL = "https://datasets-server.huggingface.co/is-valid?dataset=rotten_tomatoes" +API_URL = "https://dataset...
102a6a4ef11c15e6deb7868ee4fece6a7fe3d5a9
Sylvain Lesage
sylvain.lesage@huggingface.co
2024-08-21T10:39:11
mediatype of opus is audio/ogg (#3032)
diff --git a/libs/libcommon/src/libcommon/viewer_utils/asset.py b/libs/libcommon/src/libcommon/viewer_utils/asset.py index 834d02b9..6a6f4fb5 100644 --- a/libs/libcommon/src/libcommon/viewer_utils/asset.py +++ b/libs/libcommon/src/libcommon/viewer_utils/asset.py @@ -15 +15 @@ if TYPE_CHECKING: -SUPPORTED_AUDIO_EXTENSIO...
ff8cf7155ab41a610bf6d0707662e1b4ac4182fa
Sylvain Lesage
sylvain.lesage@huggingface.co
2024-08-20T20:11:03
[nit] admin and sse-api get requests from ALB on /healthcheck (#3030)
diff --git a/e2e/tests/test_31_admin_metrics.py b/e2e/tests/test_31_admin_metrics.py index 4eac7483..c65e350c 100644 --- a/e2e/tests/test_31_admin_metrics.py +++ b/e2e/tests/test_31_admin_metrics.py @@ -21,3 +21 @@ def test_metrics() -> None: - assert name not in metrics, metrics - # ^ starlette-prometheus does n...
dbef1a844b5a1fad333aac8652ccaed9b33abc69
Sylvain Lesage
sylvain.lesage@huggingface.co
2024-08-20T16:52:59
add ingress for /sse (#3029)
diff --git a/chart/env/staging.yaml b/chart/env/staging.yaml index 26fd942a..92c0d296 100644 --- a/chart/env/staging.yaml +++ b/chart/env/staging.yaml @@ -4,0 +5 @@ + @@ -63 +63,0 @@ images: - @@ -249,0 +250,11 @@ sseApi: + ingress: + enabled: true + annotations: + alb.ingress.kubernetes.io/group.order: "4"...
c6972c224d9c317d9e292cb4b726a7eab2049412
Albert Villanova del Moral
8515462+albertvillanova@users.noreply.github.com
2024-08-20T06:19:03
Update aiohttp 3.10.2 min version to fix vulnerability (#3018)
diff --git a/front/admin_ui/poetry.lock b/front/admin_ui/poetry.lock index 789c5029..98fb1a92 100644 --- a/front/admin_ui/poetry.lock +++ b/front/admin_ui/poetry.lock @@ -34,0 +35,11 @@ files = [ +[[package]] +name = "aiohappyeyeballs" +version = "2.3.5" +description = "Happy Eyeballs for asyncio" +optional = false +py...
10393cbfc0b7c72aaad27ffcbe5601b39818e410
Albert Villanova del Moral
8515462+albertvillanova@users.noreply.github.com
2024-08-20T05:57:02
Fix CI worker tests for gated datasets (#3026)
diff --git a/services/worker/tests/job_runners/config/test_split_names.py b/services/worker/tests/job_runners/config/test_split_names.py index 3a7c79ca..769d767d 100644 --- a/services/worker/tests/job_runners/config/test_split_names.py +++ b/services/worker/tests/job_runners/config/test_split_names.py @@ -176 +176 @@ d...
e000fcd18a8dd8ba3c08c3a30180e0e8a96e5aa4
Andrea Francis Soria Jimenez
andrea@huggingface.co
2024-08-19T12:05:17
doc: Read parquet files with PySpark (#3020)
diff --git a/docs/source/_toctree.yml b/docs/source/_toctree.yml index 2c8ddcc3..64b7ab6a 100644 --- a/docs/source/_toctree.yml +++ b/docs/source/_toctree.yml @@ -48,0 +49,2 @@ + - local: pyspark + title: PySpark diff --git a/docs/source/parquet_process.md b/docs/source/parquet_process.md index 78683d9e...
e4bb30c5e296b2850e67f993140d075211ce0357
Sylvain Lesage
sylvain.lesage@huggingface.co
2024-08-16T14:57:45
fix anchor (#3023)
diff --git a/docs/source/valid.md b/docs/source/valid.md index 1d034103..984c739f 100644 --- a/docs/source/valid.md +++ b/docs/source/valid.md @@ -143 +143 @@ Some cases where a dataset is not valid are: - Remember if a dataset is <a href="./quick_start#gated-datasets">gated</a>, + Remember if a dataset is <a href="....
0aad72c8a59fc3b64283b453d4db0b73025a655a
Albert Villanova del Moral
8515462+albertvillanova@users.noreply.github.com
2024-08-16T09:13:09
Fix CI test StorageClient.url_preparator (#3019)
diff --git a/libs/libapi/tests/test_response.py b/libs/libapi/tests/test_response.py index a172670c..54af876c 100644 --- a/libs/libapi/tests/test_response.py +++ b/libs/libapi/tests/test_response.py @@ -10,0 +11 @@ from libcommon.storage_client import StorageClient +from libcommon.url_preparator import URLPreparator @@...
f0036e73e6cb319f6023e0ed220b26d1d1ddcab4
Albert Villanova del Moral
8515462+albertvillanova@users.noreply.github.com
2024-08-16T08:32:31
Fix CI e2e admin test_metrics with missing dataset_status (#3022)
diff --git a/e2e/tests/test_21_api_metrics.py b/e2e/tests/test_21_api_metrics.py index 59914648..541b0ea3 100644 --- a/e2e/tests/test_21_api_metrics.py +++ b/e2e/tests/test_21_api_metrics.py @@ -34 +34 @@ def test_metrics() -> None: - labels={"pid": "[0-9]*", "queue": endpoint, "status": "started"}, + ...
9affd751a7f2969efc84510cc5132a91c6774764
Sylvain Lesage
sylvain.lesage@huggingface.co
2024-08-09T12:43:26
fix docstring (#3016)
diff --git a/services/worker/src/worker/job_runners/config/parquet_and_info.py b/services/worker/src/worker/job_runners/config/parquet_and_info.py index 8a5011e8..109b20ce 100644 --- a/services/worker/src/worker/job_runners/config/parquet_and_info.py +++ b/services/worker/src/worker/job_runners/config/parquet_and_info....
c52a98162cab10794582d10823da31f116e2cb61
Sylvain Lesage
sylvain.lesage@huggingface.co
2024-08-09T12:39:03
obsolete (#3015)
diff --git a/services/worker/src/worker/job_runners/config/parquet_and_info.py b/services/worker/src/worker/job_runners/config/parquet_and_info.py index 49e4dd8a..8a5011e8 100644 --- a/services/worker/src/worker/job_runners/config/parquet_and_info.py +++ b/services/worker/src/worker/job_runners/config/parquet_and_info....
be9ed0510fb68dd8f28c0f68030f62c67bcbae18
Sylvain Lesage
sylvain.lesage@huggingface.co
2024-08-01T21:50:00
Add links to the Hub docs (#3013)
diff --git a/docs/source/index.md b/docs/source/index.md index dcd571c8..4883a866 100644 --- a/docs/source/index.md +++ b/docs/source/index.md @@ -3,16 +3 @@ -The dataset viewer is a lightweight web API for visualizing and exploring all types of datasets - computer vision, speech, text, and tabular - stored on the Hugg...
893c0f086c849de0dc431240f58848a9cc3df672
Sylvain Lesage
sylvain.lesage@huggingface.co
2024-08-01T15:11:00
Update README.md (#3012)
diff --git a/README.md b/README.md index a978a927..b38b3772 100644 --- a/README.md +++ b/README.md @@ -3 +3 @@ -> Integrate into your apps over 100,000 datasets via simple HTTP requests, with pre-processed responses and scalability built-in. +The dataset page includes a table with the dataset's contents, arranged by pa...
4fa9c8210552eaef700bb7459c5b46708bfe61ba
Sylvain Lesage
sylvain.lesage@huggingface.co
2024-07-31T22:36:56
add a field to the index + it should fix the deployment issue (#3009)
diff --git a/libs/libcommon/src/libcommon/queue/metrics.py b/libs/libcommon/src/libcommon/queue/metrics.py index 125de053..b38d2711 100644 --- a/libs/libcommon/src/libcommon/queue/metrics.py +++ b/libs/libcommon/src/libcommon/queue/metrics.py @@ -70 +70 @@ class JobTotalMetricDocument(Document): - "indexes": [("...
9b08fd7438bf64dd79d23546c02dc689032d5e63
Sylvain Lesage
sylvain.lesage@huggingface.co
2024-07-31T15:12:08
add dataset_status='normal|blocked' to job metrics (#3008)
diff --git a/jobs/cache_maintenance/src/cache_maintenance/queue_metrics.py b/jobs/cache_maintenance/src/cache_maintenance/queue_metrics.py index 4ebadb23..4fe55250 100644 --- a/jobs/cache_maintenance/src/cache_maintenance/queue_metrics.py +++ b/jobs/cache_maintenance/src/cache_maintenance/queue_metrics.py @@ -21 +21 @@...
64920b3e136328815433fe9f194b429785e2a59a
Sylvain Lesage
sylvain.lesage@huggingface.co
2024-07-31T10:40:12
fix 'FileNotFoundError' in polars detection function (#3006)
diff --git a/services/worker/src/worker/job_runners/dataset/compatible_libraries.py b/services/worker/src/worker/job_runners/dataset/compatible_libraries.py index 10ed7b7a..a9af8dd2 100644 --- a/services/worker/src/worker/job_runners/dataset/compatible_libraries.py +++ b/services/worker/src/worker/job_runners/dataset/c...
7c9146ef4d21840830ac9ca0ba5aa33f918091ae
Sylvain Lesage
sylvain.lesage@huggingface.co
2024-07-31T08:22:59
remove code for 'manual download' script datasets (#3005)
diff --git a/docs/source/openapi.json b/docs/source/openapi.json index a7f76dfb..bc22ce70 100644 --- a/docs/source/openapi.json +++ b/docs/source/openapi.json @@ -1848,93 +1847,0 @@ - }, - "one of the subsets has an error": { - "summary": "one of the subsets require ...
df29e8560575a7d94c9fc1d8c53479f664cabc0e
Quentin Lhoest
42851186+lhoestq@users.noreply.github.com
2024-07-30T12:28:49
Fix json compatible libraries (#3003)
diff --git a/services/worker/src/worker/job_runners/dataset/compatible_libraries.py b/services/worker/src/worker/job_runners/dataset/compatible_libraries.py index 53ddc725..10ed7b7a 100644 --- a/services/worker/src/worker/job_runners/dataset/compatible_libraries.py +++ b/services/worker/src/worker/job_runners/dataset/c...
c4bc5e7081f11df0a2114506f8b10d2390662359
Sylvain Lesage
sylvain.lesage@huggingface.co
2024-07-26T15:12:59
increment version to recompute dataset-compatible-libraries (#3002)
diff --git a/libs/libcommon/src/libcommon/processing_graph.py b/libs/libcommon/src/libcommon/processing_graph.py index c7025a33..2a6810f8 100644 --- a/libs/libcommon/src/libcommon/processing_graph.py +++ b/libs/libcommon/src/libcommon/processing_graph.py @@ -706 +706 @@ specification: ProcessingGraphSpecification = { -...
894e1d901a3ceff03869f3b646a990e54e3e5e08
nameexhaustion
simonlin.rqmmw@slmail.me
2024-07-26T13:42:24
Add Polars loading code (#2997)
diff --git a/services/worker/src/worker/dtos.py b/services/worker/src/worker/dtos.py index 90433076..da04930e 100644 --- a/services/worker/src/worker/dtos.py +++ b/services/worker/src/worker/dtos.py @@ -315 +315 @@ class IsValidResponse(TypedDict): -DatasetLibrary = Literal["mlcroissant", "webdataset", "datasets", "pan...
3493e05b3af4d7cd975b67a89b06fb764f7ff208
Sylvain Lesage
sylvain.lesage@huggingface.co
2024-07-25T16:01:37
otherwise we have dataset_name: 'parquet' (#3001)
diff --git a/services/worker/src/worker/job_runners/config/parquet_and_info.py b/services/worker/src/worker/job_runners/config/parquet_and_info.py index 00ce6ec7..6d3b5748 100644 --- a/services/worker/src/worker/job_runners/config/parquet_and_info.py +++ b/services/worker/src/worker/job_runners/config/parquet_and_info....
92232506093355a3826903ffbedfff6d86c060d1
Quentin Lhoest
42851186+lhoestq@users.noreply.github.com
2024-07-25T12:02:33
Add estimated_num_rows in openapi (#2951)
diff --git a/docs/source/openapi.json b/docs/source/openapi.json index 45e05e4c..a7f76dfb 100644 --- a/docs/source/openapi.json +++ b/docs/source/openapi.json @@ -897 +897,2 @@ - "num_rows" + "num_rows", + "estimated_num_rows" @@ -914 +915,2 @@ - } + }, + "estimated...
3279e9550e6524ba43f1e0a6d647f27e3f8eb660
Quentin Lhoest
42851186+lhoestq@users.noreply.github.com
2024-07-25T12:02:13
run presidio on UpVoteWeb (#2981)
diff --git a/services/worker/src/worker/job_runners/split/presidio_scan.py b/services/worker/src/worker/job_runners/split/presidio_scan.py index 6e3198a4..5fabae6e 100644 --- a/services/worker/src/worker/job_runners/split/presidio_scan.py +++ b/services/worker/src/worker/job_runners/split/presidio_scan.py @@ -232 +232 ...
e8b0c83b467d825ba0f1113c6b2838e2844c3b02
Sylvain Lesage
sylvain.lesage@huggingface.co
2024-07-25T10:43:39
publish dataset-hub-cache at /hub-cache?dataset=... (#3000)
diff --git a/services/api/src/api/config.py b/services/api/src/api/config.py index f8d37f40..2c88a975 100644 --- a/services/api/src/api/config.py +++ b/services/api/src/api/config.py @@ -95,0 +96 @@ class EndpointConfig: + "/hub-cache": {"dataset": "dataset-hub-cache"},
92f0e5a81cd717df640af05e970e8b31f3029a4a
Quentin Lhoest
42851186+lhoestq@users.noreply.github.com
2024-07-25T09:27:10
bump croissant job version (#2998)
diff --git a/libs/libcommon/src/libcommon/processing_graph.py b/libs/libcommon/src/libcommon/processing_graph.py index 3ef134ea..c7025a33 100644 --- a/libs/libcommon/src/libcommon/processing_graph.py +++ b/libs/libcommon/src/libcommon/processing_graph.py @@ -718 +718 @@ specification: ProcessingGraphSpecification = { -...
45d117dc35fe9b614f20caf42cd526fe579d1d7f
qiusiki
75963313+Siki-cloud@users.noreply.github.com
2024-07-25T07:56:43
Update statistics.md: Add the length calculation statement. (#2976)
diff --git a/docs/source/statistics.md b/docs/source/statistics.md index 0b8444b8..3b061c01 100644 --- a/docs/source/statistics.md +++ b/docs/source/statistics.md @@ -378 +378 @@ If the proportion of unique values in a string column within requested split is -If string column does not satisfy the conditions to be treat...
b454cf921159c089dcf8700c0c6a7a24269d5e52
Sylvain Lesage
sylvain.lesage@huggingface.co
2024-07-23T15:49:15
move the docs page (#2995)
diff --git a/.github/workflows/doc-build.yml b/.github/workflows/doc-build.yml index 6238f7c7..a7ef915e 100644 --- a/.github/workflows/doc-build.yml +++ b/.github/workflows/doc-build.yml @@ -19 +19 @@ jobs: - package: datasets-server + package: dataset-viewer diff --git a/.github/workflows/doc-pr-build.yml b/...
acb17bd379630d092d4e7b03bce984b6ea9769e0
Sylvain Lesage
sylvain.lesage@huggingface.co
2024-07-22T14:11:34
replace configuration with subset where appropriate (#2993)
diff --git a/docs/source/_toctree.yml b/docs/source/_toctree.yml index 3c9112e5..2c8ddcc3 100644 --- a/docs/source/_toctree.yml +++ b/docs/source/_toctree.yml @@ -14 +14 @@ - title: List splits and configurations + title: List splits and subsets @@ -52 +52 @@ - title: Splits and configurations + tit...
a438bd45547f80b25ce92cc5e648f2b236a0889c
Pierre Marcenac
pierremarcenac@google.com
2024-07-22T11:00:37
Support `Sequence()` features in Croissant crumbs. (#2943)
diff --git a/libs/libcommon/src/libcommon/croissant_utils.py b/libs/libcommon/src/libcommon/croissant_utils.py index d9423a7d..d9e40353 100644 --- a/libs/libcommon/src/libcommon/croissant_utils.py +++ b/libs/libcommon/src/libcommon/croissant_utils.py @@ -5 +5,3 @@ from collections.abc import Mapping -from typing import...
baae15eb78654f2e072edbcd3e849b1b34402eac
Albert Villanova del Moral
8515462+albertvillanova@users.noreply.github.com
2024-07-17T09:18:45
Update setuptools to 70.3.0 to fix vulnerability (#2989)
diff --git a/services/worker/poetry.lock b/services/worker/poetry.lock index 6d128397..1e62cee9 100644 --- a/services/worker/poetry.lock +++ b/services/worker/poetry.lock @@ -4341 +4341 @@ name = "setuptools" -version = "67.8.0" +version = "70.3.0" @@ -4344 +4344 @@ optional = false -python-versions = ">=3.7" +python-v...
57008ce13e0c5f25f392f450d49c9112a852f705
Quentin Lhoest
42851186+lhoestq@users.noreply.github.com
2024-07-15T17:27:46
Use placeholder revision in urls in cached responses (#2966)
diff --git a/libs/libcommon/src/libcommon/cloudfront.py b/libs/libcommon/src/libcommon/cloudfront.py index 3830bbf0..8668502b 100644 --- a/libs/libcommon/src/libcommon/cloudfront.py +++ b/libs/libcommon/src/libcommon/cloudfront.py @@ -8 +8 @@ from typing import Optional -from botocore.signers import CloudFrontSigner +i...
2ff0da568abf3424f69b58e65d32b70a96095c8d
Quentin Lhoest
42851186+lhoestq@users.noreply.github.com
2024-07-15T16:48:09
Count image urls as image modality (#2988)
diff --git a/libs/libcommon/src/libcommon/processing_graph.py b/libs/libcommon/src/libcommon/processing_graph.py index 91a92920..3ef134ea 100644 --- a/libs/libcommon/src/libcommon/processing_graph.py +++ b/libs/libcommon/src/libcommon/processing_graph.py @@ -711 +711 @@ specification: ProcessingGraphSpecification = { -...
945534c3283997651e0a6fa8d3db89892076cadd
Quentin Lhoest
42851186+lhoestq@users.noreply.github.com
2024-07-12T15:06:44
fix text and arrow format (#2987)
diff --git a/services/worker/src/worker/dtos.py b/services/worker/src/worker/dtos.py index 29076aa4..90433076 100644 --- a/services/worker/src/worker/dtos.py +++ b/services/worker/src/worker/dtos.py @@ -316 +316 @@ DatasetLibrary = Literal["mlcroissant", "webdataset", "datasets", "pandas", "das -DatasetFormat = Literal...
d1423281eac05aea6756c2f2e631e41c7dca07fc
Andrea Francis Soria Jimenez
andrea@huggingface.co
2024-07-11T16:11:54
Ignore transformed data in split-duckdb-index when stats throws error (#2983)
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 e39beec5..e970177e 100644 --- a/services/worker/src/worker/job_runners/split/duckdb_index.py +++ b/services/worker/src/worker/job_runners/split/duckdb_index.py @@ -326 +326,5 @@...
2bcb8985539b8edd5669dee653083ac1b6f22bd9
Andrea Francis Soria Jimenez
andrea@huggingface.co
2024-07-11T16:11:37
Skip smart update when language tag is updated (#2985)
diff --git a/libs/libcommon/src/libcommon/constants.py b/libs/libcommon/src/libcommon/constants.py index a38e61e5..6ebfd4f7 100644 --- a/libs/libcommon/src/libcommon/constants.py +++ b/libs/libcommon/src/libcommon/constants.py @@ -105,0 +106,2 @@ LONG_DURATION_PROMETHEUS_HISTOGRAM_BUCKETS = ( + +YAML_FIELDS_TO_CHECK = ...
02be848a35f6b694d64ed6f60e503d4b1982f504
Sylvain Lesage
sylvain.lesage@huggingface.co
2024-07-10T08:50:51
remove the 'tags' field from the Hub cache response (#2978)
diff --git a/services/api/README.md b/services/api/README.md index f5fe3976..d3556d98 100644 --- a/services/api/README.md +++ b/services/api/README.md @@ -23 +23 @@ See https://huggingface.co/docs/datasets-server -- /croissant: Return the [Croissant](https://huggingface.co/docs/datasets-server/croissant) metadata for a...
06a9f667bf73dca2efe094df5406d795fbbcdf7d
Albert Villanova del Moral
8515462+albertvillanova@users.noreply.github.com
2024-07-10T07:06:42
Update zipp to 3.19.2 to fix vulnerability (#2984)
diff --git a/front/admin_ui/poetry.lock b/front/admin_ui/poetry.lock index d72bd007..789c5029 100644 --- a/front/admin_ui/poetry.lock +++ b/front/admin_ui/poetry.lock @@ -3644 +3644 @@ name = "zipp" -version = "3.15.0" +version = "3.19.2" @@ -3647 +3647 @@ optional = false -python-versions = ">=3.7" +python-versions = ...
09c35408dcbdff6f373d33a4169d3c1e6791f762
Quentin Lhoest
42851186+lhoestq@users.noreply.github.com
2024-07-09T16:59:14
Docs: mention partial parquet conversion for big row groups (#2982)
diff --git a/docs/source/parquet.md b/docs/source/parquet.md index 77c3ee75..a5340ea9 100644 --- a/docs/source/parquet.md +++ b/docs/source/parquet.md @@ -202 +202,3 @@ To read and query the Parquet files, take a look at the [Query datasets from the -The Parquet version can be partial if the dataset is not already in P...
6bc4615750dabc239c8dd9f793fe47ec33fbec78
Polina Kazakova
polina@huggingface.co
2024-07-09T13:06:35
Add duration to cached steps (#2967)
diff --git a/jobs/mongodb_migration/src/mongodb_migration/collector.py b/jobs/mongodb_migration/src/mongodb_migration/collector.py index c87fa9bd..ae9ed2fd 100644 --- a/jobs/mongodb_migration/src/mongodb_migration/collector.py +++ b/jobs/mongodb_migration/src/mongodb_migration/collector.py @@ -92,0 +93,3 @@ from mongod...
59a8158f3ab6313c7eb5e675b2c320fc5021a848
Sylvain Lesage
sylvain.lesage@huggingface.co
2024-07-09T12:40:12
remove unused actions (#2980)
diff --git a/.github/workflows/chart-pr.yml b/.github/workflows/chart-pr.yml index 5827a8b5..800e9ebf 100644 --- a/.github/workflows/chart-pr.yml +++ b/.github/workflows/chart-pr.yml @@ -28,22 +27,0 @@ jobs: - helm-diff: - name: Diff - runs-on: ubuntu-latest - steps: - - name: Checkout repository - ...
aa561082e6a1401702869cae5f8dc77e47997621
Sylvain Lesage
sylvain.lesage@huggingface.co
2024-07-09T09:43:13
Revert "the repository will be moved (#2977)" (#2979)
diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index d5baeb98..ac069982 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -136 +136 @@ jobs: - repo: huggingface-internal/infra-deployments + repo: huggingface/infra-deployments
858ec8c147959cd426c2c662a2ff067dcc7149c3
Sylvain Lesage
sylvain.lesage@huggingface.co
2024-07-09T09:36:57
the repository will be moved (#2977)
diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index ac069982..d5baeb98 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -136 +136 @@ jobs: - repo: huggingface/infra-deployments + repo: huggingface-internal/infra-deployments
97b3fd9bf8e1e0c8b9b5aaa222759358cf324900
Andrea Francis Soria Jimenez
andrea@huggingface.co
2024-07-08T15:26:31
Decrease worker size metrics when dataset is blocked (#2972)
diff --git a/libs/libcommon/src/libcommon/queue/jobs.py b/libs/libcommon/src/libcommon/queue/jobs.py index 886369ac..fd4b16f0 100644 --- a/libs/libcommon/src/libcommon/queue/jobs.py +++ b/libs/libcommon/src/libcommon/queue/jobs.py @@ -35,0 +36 @@ from libcommon.queue.metrics import ( + decrease_worker_size_metrics, ...
fe605b0c8364b5c0f61bb3e0571c9652660b24b4
Albert Villanova del Moral
8515462+albertvillanova@users.noreply.github.com
2024-07-08T07:00:09
Update certifi to 2024.7.4 to fix vulnerability (#2974)
diff --git a/docs/poetry.lock b/docs/poetry.lock index f7a8afb4..463ade1a 100644 --- a/docs/poetry.lock +++ b/docs/poetry.lock @@ -69 +69 @@ name = "certifi" -version = "2023.7.22" +version = "2024.7.4" @@ -74,2 +74,2 @@ files = [ - {file = "certifi-2023.7.22-py3-none-any.whl", hash = "sha256:92d6037539857d8206b8f6a...
4da51feca3e8c515af2736aa5761db8acb0b5bd3
Andrea Francis Soria Jimenez
andrea@huggingface.co
2024-07-04T22:40:16
Fix dataset name when decreasing metrics (#2971)
diff --git a/libs/libcommon/src/libcommon/queue/jobs.py b/libs/libcommon/src/libcommon/queue/jobs.py index ac401ad1..886369ac 100644 --- a/libs/libcommon/src/libcommon/queue/jobs.py +++ b/libs/libcommon/src/libcommon/queue/jobs.py @@ -371 +371 @@ class Queue: - decrease_metric(dataset=job.type, job_type=...
3d948fb4835750117f1921b70a1ec2276fad714d
Quentin Lhoest
42851186+lhoestq@users.noreply.github.com
2024-07-04T15:19:45
Add threshold to modalities from filetypes (#2969)
diff --git a/services/worker/src/worker/job_runners/dataset/modalities.py b/services/worker/src/worker/job_runners/dataset/modalities.py index c834ce6d..0e528092 100644 --- a/services/worker/src/worker/job_runners/dataset/modalities.py +++ b/services/worker/src/worker/job_runners/dataset/modalities.py @@ -108,0 +109,11...
adeec1539439ceded595790f3fb92d8a18bb52eb
Andrea Francis Soria Jimenez
andrea@huggingface.co
2024-07-01T15:58:17
Removing has_fts field from split-duckdb-index (#2962)
diff --git a/jobs/mongodb_migration/src/mongodb_migration/collector.py b/jobs/mongodb_migration/src/mongodb_migration/collector.py index f868fd26..c87fa9bd 100644 --- a/jobs/mongodb_migration/src/mongodb_migration/collector.py +++ b/jobs/mongodb_migration/src/mongodb_migration/collector.py @@ -89,0 +90,3 @@ from mongod...
b6a187099750d929ea743b4229ffd149790eb29c
Andrea Francis Soria Jimenez
andrea@huggingface.co
2024-07-01T15:33:46
Fix ISO 639-1 mapping for stemming (#2963)
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 1a1d38a1..bac1fa2f 100644 --- a/services/worker/src/worker/job_runners/split/duckdb_index.py +++ b/services/worker/src/worker/job_runners/split/duckdb_index.py @@ -96,2 +96,2 @@...
630da86990a0eb444fa1ff663448fa0c6523083c
Quentin Lhoest
42851186+lhoestq@users.noreply.github.com
2024-06-27T15:38:39
Detect rename in smart update (#2960)
diff --git a/libs/libcommon/src/libcommon/orchestrator.py b/libs/libcommon/src/libcommon/orchestrator.py index 6dcd38b5..f54f2d9e 100644 --- a/libs/libcommon/src/libcommon/orchestrator.py +++ b/libs/libcommon/src/libcommon/orchestrator.py @@ -920 +920 @@ class SmartDatasetUpdatePlan(Plan): - line[len("--- a/...
b1cf9ba766d641487b51c2a4bd09778900c4e1a4
Quentin Lhoest
42851186+lhoestq@users.noreply.github.com
2024-06-27T15:26:52
update test_plan_job_creation_and_termination (#2961)
diff --git a/libs/libcommon/tests/test_backfill_on_real_graph.py b/libs/libcommon/tests/test_backfill_on_real_graph.py index 0d2765b1..5d8bea64 100644 --- a/libs/libcommon/tests/test_backfill_on_real_graph.py +++ b/libs/libcommon/tests/test_backfill_on_real_graph.py @@ -8,0 +9 @@ from libcommon.constants import CONFIG_...
6e8a969d3d2ffb31d6aeae05ca8ccae12e2deb3e
Sylvain Lesage
sylvain.lesage@huggingface.co
2024-06-27T15:22:18
add diagram to docs (#2959)
diff --git a/DEVELOPER_GUIDE.md b/DEVELOPER_GUIDE.md index bb19ac4d..0eec5f24 100644 --- a/DEVELOPER_GUIDE.md +++ b/DEVELOPER_GUIDE.md @@ -107,0 +108,8 @@ The following environments contain all the modules: reverse proxy, API server, a +## Jobs queue + +The following diagram represents the logic when a worker pulls a j...
cd832d5c78491632e5b22c9913ddfe0b9b7e8167
Sylvain Lesage
sylvain.lesage@huggingface.co
2024-06-27T13:17:04
Remove blocked only job types (#2958)
diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml index 985316ab..cb64f6fd 100644 --- a/chart/env/prod.yaml +++ b/chart/env/prod.yaml @@ -431,2 +430,0 @@ workers: - workerJobTypesBlocked: "" - workerJobTypesOnly: "" @@ -462,2 +459,0 @@ workers: - workerJobTypesBlocked: "" - workerJobTypesOnly: "" @@ -4...
6b57e688144a2b1d231578d0479637dd427b2deb
Sylvain Lesage
sylvain.lesage@huggingface.co
2024-06-26T19:20:10
add /admin/blocked-datasets endpoint (#2953)
diff --git a/services/admin/src/admin/app.py b/services/admin/src/admin/app.py index 76931773..f177ce9f 100644 --- a/services/admin/src/admin/app.py +++ b/services/admin/src/admin/app.py @@ -20,0 +21 @@ from admin.config import AppConfig, UvicornConfig +from admin.routes.blocked_datasets import create_blocked_datasets_...
a6a43096d8d8bb4697dbd4d039bb45c18416b47e
Quentin Lhoest
42851186+lhoestq@users.noreply.github.com
2024-06-26T17:00:00
Smart update on all datasets (#2954)
diff --git a/services/webhook/src/webhook/routes/webhook.py b/services/webhook/src/webhook/routes/webhook.py index 2f32dcfe..0df82369 100644 --- a/services/webhook/src/webhook/routes/webhook.py +++ b/services/webhook/src/webhook/routes/webhook.py @@ -115,3 +115 @@ def process_payload( - if ( - event =...
ae007899af0d49ef0ca4c39dfc713af240aea272
Quentin Lhoest
42851186+lhoestq@users.noreply.github.com
2024-06-26T16:05:21
No cache in smart update (#2952)
diff --git a/libs/libcommon/src/libcommon/orchestrator.py b/libs/libcommon/src/libcommon/orchestrator.py index f9da0ff2..6dcd38b5 100644 --- a/libs/libcommon/src/libcommon/orchestrator.py +++ b/libs/libcommon/src/libcommon/orchestrator.py @@ -10 +9,0 @@ from http import HTTPStatus -from pathlib import Path @@ -14,2 +13...
21cea15b8f1a79be7f8c63fd36fbf0972c8c02db
Andrea Francis Soria Jimenez
andrea@huggingface.co
2024-06-26T15:15:52
Ignore blocked datasets in WorkerSize metrics for auto scaling (#2949)
diff --git a/libs/libcommon/src/libcommon/queue/jobs.py b/libs/libcommon/src/libcommon/queue/jobs.py index d882295d..b256a655 100644 --- a/libs/libcommon/src/libcommon/queue/jobs.py +++ b/libs/libcommon/src/libcommon/queue/jobs.py @@ -299 +299 @@ class Queue: - increase_metric(job_type=job_type, status=Status.WA...
eea774d69ea81507e724aa085803adf9a3c73c52
Andrea Francis Soria Jimenez
andrea@huggingface.co
2024-06-26T14:14:51
FTS: Add specific stemmer for monolingual datasets (#2928)
diff --git a/jobs/mongodb_migration/src/mongodb_migration/collector.py b/jobs/mongodb_migration/src/mongodb_migration/collector.py index 64cc2c2e..f868fd26 100644 --- a/jobs/mongodb_migration/src/mongodb_migration/collector.py +++ b/jobs/mongodb_migration/src/mongodb_migration/collector.py @@ -86,0 +87,3 @@ from mongod...
7a39cd4107d420105599b614370fb8ebdfdc85bf
Quentin Lhoest
42851186+lhoestq@users.noreply.github.com
2024-06-26T13:23:10
Smart dataset update: don't recompute everything all the time (#2788)
diff --git a/libs/libcommon/pyproject.toml b/libs/libcommon/pyproject.toml index 2b24176a..056880bf 100644 --- a/libs/libcommon/pyproject.toml +++ b/libs/libcommon/pyproject.toml @@ -77,0 +78 @@ module = [ + "requests.*", diff --git a/libs/libcommon/src/libcommon/operations.py b/libs/libcommon/src/libcommon/operatio...
a525a87113e030b83af43f805c02a0527b570556
Remy
remy@huggingface.co
2024-06-26T08:20:16
feat(chart): auto deploy when secrets change (#2911)
diff --git a/chart/templates/services/admin/deployment.yaml b/chart/templates/services/admin/deployment.yaml index 17a4571b..85013407 100644 --- a/chart/templates/services/admin/deployment.yaml +++ b/chart/templates/services/admin/deployment.yaml @@ -9,0 +10,4 @@ metadata: + {{- if .Values.secrets.infisical.enabled }}...