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
918acfc2f1e8f3990f55a6d55915bfcd1341784f
Polina Kazakova
polina@huggingface.co
2024-03-27T12:47:13
Stats for audio (#2612)
diff --git a/docs/source/openapi.json b/docs/source/openapi.json index 7079f208..a2f1891e 100644 --- a/docs/source/openapi.json +++ b/docs/source/openapi.json @@ -1087 +1087 @@ - "enum": ["float", "int", "class_label", "string_label", "string_text", "bool", "list"] + "enum": ["float", "int", "class_label"...
dbbcb7a9a8a67692c0edcdb18bd90ad83dfbf36d
Quentin Lhoest
42851186+lhoestq@users.noreply.github.com
2024-03-27T10:43:53
Add login comment in code snippets (#2635)
diff --git a/libs/libcommon/src/libcommon/processing_graph.py b/libs/libcommon/src/libcommon/processing_graph.py index 8611d9ba..76b66d23 100644 --- a/libs/libcommon/src/libcommon/processing_graph.py +++ b/libs/libcommon/src/libcommon/processing_graph.py @@ -691 +691 @@ specification: ProcessingGraphSpecification = { -...
49fef59ecb033079fc75e433d263b17ee6d0e551
Sylvain Lesage
sylvain.lesage@huggingface.co
2024-03-26T13:54:24
adapt JWT verification to new field (#2622)
diff --git a/libs/libapi/src/libapi/jwt_token.py b/libs/libapi/src/libapi/jwt_token.py index 97986ed9..50ec0db2 100644 --- a/libs/libapi/src/libapi/jwt_token.py +++ b/libs/libapi/src/libapi/jwt_token.py @@ -234,0 +235,3 @@ def get_jwt_public_keys( +READ_PERMISSIONS = ["repo.content.read", "repo.content.write", "repo.re...
02ab1edcb842f97e4cc05bf06f9de209ca51a048
dependabot[bot]
49699333+dependabot[bot]@users.noreply.github.com
2024-03-26T13:12:27
Bump black from 22.12.0 to 24.3.0 in /docs (#2616)
diff --git a/docs/poetry.lock b/docs/poetry.lock index e23ceba5..f26a9713 100644 --- a/docs/poetry.lock +++ b/docs/poetry.lock @@ -23 +23 @@ name = "black" -version = "22.12.0" +version = "24.3.0" @@ -26 +26 @@ optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" @@ -28,12 +28,22 @@ files = [ - {fi...
8af044b581d683e41df313495df7ed42854a2946
Andrea Francis Soria Jimenez
andrea@huggingface.co
2024-03-22T14:26:09
try to fix env variable (#2623)
diff --git a/chart/templates/_env/_envWorker.tpl b/chart/templates/_env/_envWorker.tpl index af9cbf65..468fb35c 100644 --- a/chart/templates/_env/_envWorker.tpl +++ b/chart/templates/_env/_envWorker.tpl @@ -116 +116 @@ - value: 1 + value: "1" diff --git a/chart/templates/services/search/_container.tpl b/chart/templat...
d493e655efe4436bd6daa1aede1339527ad02ce8
Andrea Francis Soria Jimenez
andrea@huggingface.co
2024-03-22T14:00:15
Add hf transfer (#2615)
diff --git a/.github/workflows/_e2e_tests.yml b/.github/workflows/_e2e_tests.yml index 40bb9c16..55599725 100644 --- a/.github/workflows/_e2e_tests.yml +++ b/.github/workflows/_e2e_tests.yml @@ -68,0 +69 @@ jobs: + HF_HUB_ENABLE_HF_TRANSFER: "1" diff --git a/chart/templates/_env/_envWorker.tpl b/chart/template...
5c1572ac6e3bad8d260823f63cf83c165a706a71
Polina Kazakova
polina@huggingface.co
2024-03-22T11:01:04
Compute stats for Sequence feature only if it's underlying schema is List (#2602)
diff --git a/libs/libcommon/src/libcommon/exceptions.py b/libs/libcommon/src/libcommon/exceptions.py index 7adc8cf9..67124789 100644 --- a/libs/libcommon/src/libcommon/exceptions.py +++ b/libs/libcommon/src/libcommon/exceptions.py @@ -117,0 +118 @@ CacheableErrorCode = Literal[ + "PolarsParquetReadError", @@ -414,0 ...
2072941db92827734063cb08f8584b58ecd24bb0
Quentin Lhoest
42851186+lhoestq@users.noreply.github.com
2024-03-21T19:26:01
Use pandas for single files datasets (#2621)
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 8cc1a73f..2ed3898c 100644 --- a/services/worker/src/worker/job_runners/dataset/compatible_libraries.py +++ b/services/worker/src/worker/job_runners/dataset/c...
80fa7a331059d4f8eacc04ccc87aea3b3ff7fc1c
Quentin Lhoest
42851186+lhoestq@users.noreply.github.com
2024-03-21T13:58:48
Add formats tags (#2617)
diff --git a/libs/libcommon/src/libcommon/processing_graph.py b/libs/libcommon/src/libcommon/processing_graph.py index dfda666e..8611d9ba 100644 --- a/libs/libcommon/src/libcommon/processing_graph.py +++ b/libs/libcommon/src/libcommon/processing_graph.py @@ -691 +691 @@ specification: ProcessingGraphSpecification = { -...
dd2a81568b2334f69a005f2c1dfa224ad2024e9f
Quentin Lhoest
42851186+lhoestq@users.noreply.github.com
2024-03-20T17:59:48
Add Modalities tags (#2606)
diff --git a/libs/libcommon/src/libcommon/processing_graph.py b/libs/libcommon/src/libcommon/processing_graph.py index be7e2bbf..dfda666e 100644 --- a/libs/libcommon/src/libcommon/processing_graph.py +++ b/libs/libcommon/src/libcommon/processing_graph.py @@ -682,0 +683 @@ specification: ProcessingGraphSpecification = {...
e78940d692e48e2ebb4e2af1442e421c0ea6bdc5
Andrea Francis Soria Jimenez
andrea@huggingface.co
2024-03-20T14:26:24
Fix ExternalServerError for None URLs in split-opt-in-out-scan (#2611)
diff --git a/services/worker/src/worker/job_runners/split/opt_in_out_urls_scan_from_streaming.py b/services/worker/src/worker/job_runners/split/opt_in_out_urls_scan_from_streaming.py index 5939a523..e58c1534 100644 --- a/services/worker/src/worker/job_runners/split/opt_in_out_urls_scan_from_streaming.py +++ b/services/...
782ea6f3d8854e0a6c4d9fe5dd2ab812f0af3ef0
ccl-core
91942859+ccl-core@users.noreply.github.com
2024-03-20T10:12:04
Updating Croissant field names to include RecordSet names. (#2609)
diff --git a/services/api/src/api/routes/croissant.py b/services/api/src/api/routes/croissant.py index 169851d7..9ab6f64e 100644 --- a/services/api/src/api/routes/croissant.py +++ b/services/api/src/api/routes/croissant.py @@ -90 +90 @@ def get_croissant_from_dataset_infos( - "@type": "sc:FileObject", + ...
547bcea772919ff25c83eb6496e24d9b6f92f5fe
Quentin Lhoest
42851186+lhoestq@users.noreply.github.com
2024-03-19T15:47:09
Fix hub cache libraries (#2610)
diff --git a/libs/libcommon/src/libcommon/processing_graph.py b/libs/libcommon/src/libcommon/processing_graph.py index 71723104..be7e2bbf 100644 --- a/libs/libcommon/src/libcommon/processing_graph.py +++ b/libs/libcommon/src/libcommon/processing_graph.py @@ -684 +684 @@ specification: ProcessingGraphSpecification = { -...
e39f73084737c3d1b7f3eb7242a01aa98238514e
ccl-core
91942859+ccl-core@users.noreply.github.com
2024-03-19T09:54:59
Update HF Croissant to Croissant 1.0 (#2583)
diff --git a/services/api/src/api/routes/croissant.py b/services/api/src/api/routes/croissant.py index 734fb859..169851d7 100644 --- a/services/api/src/api/routes/croissant.py +++ b/services/api/src/api/routes/croissant.py @@ -48 +48 @@ def _escape_name(name: str, names: set[str]) -> str: - """Escapes names in Crois...
64ef83588da9d646c9f2d3b2eb3555dc89931307
Mario Šaško
mario@huggingface.co
2024-03-18T22:01:47
Support exif images (#2605)
diff --git a/libs/libcommon/src/libcommon/viewer_utils/asset.py b/libs/libcommon/src/libcommon/viewer_utils/asset.py index f60f9ac4..de08eaf3 100644 --- a/libs/libcommon/src/libcommon/viewer_utils/asset.py +++ b/libs/libcommon/src/libcommon/viewer_utils/asset.py @@ -10 +10 @@ from urllib import parse -from PIL import I...
aa2700c95b27fc2cd02ee2f354bdec918a555598
Sylvain Lesage
sylvain.lesage@huggingface.co
2024-03-15T16:26:42
change values for autoscaling (#2603)
diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml index f0634b48..cb70a0f8 100644 --- a/chart/env/prod.yaml +++ b/chart/env/prod.yaml @@ -434 +434 @@ workers: - maxReplicas: 50 + maxReplicas: 40 @@ -462 +462 @@ workers: - maxReplicas: 100 + maxReplicas: 80 @@ -465 +465 @@ workers: - ta...
a116f89ebff907f323e289ac0c0959f30c5bff1f
Quentin Lhoest
42851186+lhoestq@users.noreply.github.com
2024-03-15T11:00:03
Fix cell truncation (#2595)
diff --git a/libs/libcommon/src/libcommon/viewer_utils/truncate_rows.py b/libs/libcommon/src/libcommon/viewer_utils/truncate_rows.py index c7ff1966..e5e72df5 100644 --- a/libs/libcommon/src/libcommon/viewer_utils/truncate_rows.py +++ b/libs/libcommon/src/libcommon/viewer_utils/truncate_rows.py @@ -147 +147 @@ def creat...
016c721c54f35b3e97a803865d0fa92d5f514be4
Sylvain Lesage
sylvain.lesage@huggingface.co
2024-03-14T22:27:06
move backfill cron job time (#2600)
diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml index 04f8fc21..f0634b48 100644 --- a/chart/env/prod.yaml +++ b/chart/env/prod.yaml @@ -201 +201 @@ backfill: - schedule: "30 13 * * *" + schedule: "45 22 * * *"
a0620fdaf17322f7018bf1eb97cd9316a5b215a6
Sylvain Lesage
sylvain.lesage@huggingface.co
2024-03-14T22:25:42
add missing dependency between steps (#2599)
diff --git a/libs/libcommon/src/libcommon/processing_graph.py b/libs/libcommon/src/libcommon/processing_graph.py index 132bcd0f..71723104 100644 --- a/libs/libcommon/src/libcommon/processing_graph.py +++ b/libs/libcommon/src/libcommon/processing_graph.py @@ -592,0 +593 @@ specification: ProcessingGraphSpecification = {...
9f49759e7770839c46998817f95fd89f16e69070
Sylvain Lesage
sylvain.lesage@huggingface.co
2024-03-14T21:17:11
set statistics as required in response to /is-valid (#2598)
diff --git a/docs/source/openapi.json b/docs/source/openapi.json index d3065f34..7079f208 100644 --- a/docs/source/openapi.json +++ b/docs/source/openapi.json @@ -772 +772 @@ - "required": ["preview", "viewer", "search", "filter"], + "required": ["preview", "viewer", "search", "filter", "statistics"],
183850528b9372a78cf968752314818ed970965b
Andrea Francis Soria Jimenez
andrea@huggingface.co
2024-03-14T19:32:59
Add retry when loading dataset builder (#2597)
diff --git a/libs/libcommon/src/libcommon/constants.py b/libs/libcommon/src/libcommon/constants.py index 1e301aec..f2b0ef2a 100644 --- a/libs/libcommon/src/libcommon/constants.py +++ b/libs/libcommon/src/libcommon/constants.py @@ -42,0 +43 @@ ERROR_CODES_TO_RETRY = { + "HfHubError", diff --git a/libs/libcommon/src/l...
f2e3c63baa24d3538a050d1a7a3bf9061b88a31c
Polina Kazakova
polina@huggingface.co
2024-03-14T17:14:27
Update polars to fix PanicException (#2585)
diff --git a/services/worker/poetry.lock b/services/worker/poetry.lock index 565e3a9c..9e7a72cc 100644 --- a/services/worker/poetry.lock +++ b/services/worker/poetry.lock @@ -748,0 +749,11 @@ files = [ + {file = "crc32c-2.3.post0-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:6281582e919e405fdc4bf0f3ecd5f2a...
4a9503fa353331a12b0a1ba24f408cbc05dad49e
Quentin Lhoest
42851186+lhoestq@users.noreply.github.com
2024-03-14T16:22:00
Add `/compatible-libraries` route (#2557)
diff --git a/jobs/mongodb_migration/src/mongodb_migration/collector.py b/jobs/mongodb_migration/src/mongodb_migration/collector.py index 75bd9492..d5152dac 100644 --- a/jobs/mongodb_migration/src/mongodb_migration/collector.py +++ b/jobs/mongodb_migration/src/mongodb_migration/collector.py @@ -349,0 +350,10 @@ class Mi...
870f951337cbfa6fe8c02aa5d0ce40456440f300
Sylvain Lesage
sylvain.lesage@huggingface.co
2024-03-14T15:12:55
Fix openapi deatils (#2594)
diff --git a/.vscode/monorepo.code-workspace b/.vscode/monorepo.code-workspace index 5688f070..4e36f928 100644 --- a/.vscode/monorepo.code-workspace +++ b/.vscode/monorepo.code-workspace @@ -12,4 +11,0 @@ - { - "name": "docs", - "path": "../docs" - }, @@ -76 +71,0 @@ - "docs": true, diff --git a/do...
3ac3ed0916693f64e37b335dde11ef318d92f8ff
Sylvain Lesage
sylvain.lesage@huggingface.co
2024-03-14T13:11:53
Force backfill (#2592)
diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml index 1756278d..04f8fc21 100644 --- a/chart/env/prod.yaml +++ b/chart/env/prod.yaml @@ -201 +201 @@ backfill: - schedule: "45 21 * * *" + schedule: "30 13 * * *" diff --git a/libs/libcommon/src/libcommon/constants.py b/libs/libcommon/src/libcommon/constants.py in...
53da18c33c1d242c0c08448feda9d1d243bf938c
Sylvain Lesage
sylvain.lesage@huggingface.co
2024-03-14T12:54:53
increment job runner version (#2590)
diff --git a/libs/libcommon/src/libcommon/processing_graph.py b/libs/libcommon/src/libcommon/processing_graph.py index 7a814fd2..0cae9fcd 100644 --- a/libs/libcommon/src/libcommon/processing_graph.py +++ b/libs/libcommon/src/libcommon/processing_graph.py @@ -689 +689 @@ specification: ProcessingGraphSpecification = { -...
7f9d1048e1dae6ced830f8b59c1f9d8b84b5b1c8
Sylvain Lesage
sylvain.lesage@huggingface.co
2024-03-14T12:35:55
retry all PreviousStepSOMETHING (#2589)
diff --git a/libs/libcommon/src/libcommon/constants.py b/libs/libcommon/src/libcommon/constants.py index 1e301aec..345aae84 100644 --- a/libs/libcommon/src/libcommon/constants.py +++ b/libs/libcommon/src/libcommon/constants.py @@ -44,0 +45,2 @@ ERROR_CODES_TO_RETRY = { + "PreviousStepFormatError", + "PreviousStep...
a5c8503edf730193aa093050ee6ceffe4f7d2b8a
Sylvain Lesage
sylvain.lesage@huggingface.co
2024-03-14T11:19:59
block a new dataset (#2588)
diff --git a/chart/values.yaml b/chart/values.yaml index 48600487..1bb788a7 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -81,3 +81,2 @@ common: - # Comma-separated list of blocked datasets (e.g. if not supported by the Hub). No jobs will be processed for those datasets. - # See https://observablehq.com/@...
c7ce403c8337b2ba824d52e68be22dc7651ba1e3
Sylvain Lesage
sylvain.lesage@huggingface.co
2024-03-13T10:42:27
Fix size of splits (#2582)
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 6b1f2bf9..205e353d 100644 --- a/services/worker/src/worker/job_runners/config/parquet_and_info.py +++ b/services/worker/src/worker/job_runners/config/parquet_and_info....
f45af9cf63ceabe9c99474456eb69b54ef58de8b
Sylvain Lesage
sylvain.lesage@huggingface.co
2024-03-13T09:54:52
Replace canonical datasets with community ones in the docs/tests (#2579)
diff --git a/docs/source/filter.md b/docs/source/filter.md index bd4a21aa..34c8b3bf 100644 --- a/docs/source/filter.md +++ b/docs/source/filter.md @@ -15 +15 @@ The `/filter` endpoint accepts the following query parameters: -- `dataset`: the dataset name, for example `glue` or `mozilla-foundation/common_voice_10_0` +- ...
db70a71572f93798d7f99dd60027db3eee7ad363
Sylvain Lesage
sylvain.lesage@huggingface.co
2024-03-13T09:48:17
remove support for cookies (#2580)
diff --git a/docs/source/openapi.json b/docs/source/openapi.json index 3df01607..a0c67130 100644 --- a/docs/source/openapi.json +++ b/docs/source/openapi.json @@ -1283,6 +1282,0 @@ - "CookieHuggingFace": { - "type": "apiKey", - "description": "The HuggingFace cookie. Get it by logging in to https://h...
476c564b218c98eb9005ecd73c81d62d2d2f2563
Polina Kazakova
polina@huggingface.co
2024-03-12T17:17:41
Determine if a string column is string or category by proportion of unique values (#2553)
diff --git a/docs/source/statistics.md b/docs/source/statistics.md index f038948c..1d1a58dd 100644 --- a/docs/source/statistics.md +++ b/docs/source/statistics.md @@ -176,2 +176,2 @@ Currently, statistics are supported for strings, float and integer numbers, and -* `string_label` - for string dtypes, if there are less ...
43ae75bb503fca0406439a2f5dabd0e844e767f2
Polina Kazakova
polina@huggingface.co
2024-03-12T16:42:20
Add "statistics" field to is-valid workers (#2577)
diff --git a/docs/source/openapi.json b/docs/source/openapi.json index 2f77b8f5..3df01607 100644 --- a/docs/source/openapi.json +++ b/docs/source/openapi.json @@ -784,0 +785,3 @@ + }, + "statistics": { + "type": "boolean" @@ -4575 +4578 @@ - "description": "Returns the capabilities o...
a0fdae854b593667534558acaea0f9af6094e098
Polina Kazakova
polina@huggingface.co
2024-03-12T09:55:19
Fix memory leak in `config-parquet-and-info`: do not store pq.ParquetFIle objects in memory (#2564)
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 1e612ffd..e02e935f 100644 --- a/services/worker/src/worker/job_runners/config/parquet_and_info.py +++ b/services/worker/src/worker/job_runners/config/parquet_and_info....
eec8dadc8fbbdda57599f9dc207563db7eed033e
Sylvain Lesage
sylvain.lesage@huggingface.co
2024-03-12T00:34:47
clearer without the intermediate type (#2576)
diff --git a/docs/source/openapi.json b/docs/source/openapi.json index 46baba0f..2f77b8f5 100644 --- a/docs/source/openapi.json +++ b/docs/source/openapi.json @@ -1104,3 +1103,0 @@ - "NullableNumber": { - "oneOf": [{ "type": "number" }, { "type": "null" }] - }, @@ -1126,5 +1123,5 @@ - "min": {...
c2ac7055817bdc200a29f73726734c01502c7b51
Sylvain Lesage
sylvain.lesage@huggingface.co
2024-03-12T00:23:11
remove openapi-spec-validator (use spectral) (#2575)
diff --git a/.github/workflows/openapi-spec.yml b/.github/workflows/openapi-spec.yml index b12a0d66..38cd2640 100644 --- a/.github/workflows/openapi-spec.yml +++ b/.github/workflows/openapi-spec.yml @@ -12,0 +13 @@ on: + - ".spectral.yml" @@ -17,6 +18 @@ on: -env: - python-version: 3.9.18 - poetry-version: "1.7....
5650e464b8ce050b2a84ff5b9d7b3c96a5877647
Sylvain Lesage
sylvain.lesage@huggingface.co
2024-03-12T00:17:33
Fix openapi.json (#2574)
diff --git a/docs/source/openapi.json b/docs/source/openapi.json index 67fbdda5..46baba0f 100644 --- a/docs/source/openapi.json +++ b/docs/source/openapi.json @@ -1103,0 +1104,3 @@ + "NullableNumber": { + "oneOf": [{ "type": "number" }, { "type": "null" }] + }, @@ -1123,16 +1126,6 @@ - "min": ...
84c5e3bdb01c931c2766441efb3d63708b707abd
Sylvain Lesage
sylvain.lesage@huggingface.co
2024-03-11T22:29:04
check openapi spec against spectral (#2571)
diff --git a/.github/workflows/openapi-spec.yml b/.github/workflows/openapi-spec.yml index d572d684..b12a0d66 100644 --- a/.github/workflows/openapi-spec.yml +++ b/.github/workflows/openapi-spec.yml @@ -12 +12 @@ on: - - ".github/workflows/openapi.yml" + - ".github/workflows/openapi-spec.yml" @@ -16 +16 @@ on...
60bcc28d3bcbc27ced08c29966aa332af666d02c
Sylvain Lesage
sylvain.lesage@huggingface.co
2024-03-11T14:04:04
remove temporary EFS (#2569)
diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml index 8a2d1cbb..1756278d 100644 --- a/chart/env/prod.yaml +++ b/chart/env/prod.yaml @@ -124,2 +123,0 @@ persistence: - descriptiveStatistics: - existingClaim: "datasets-server-statistics-pvc" @@ -128,2 +125,0 @@ persistence: - hfDatasetsCache: - existingCla...
45167e3437c136fcbb847229c408d0556fffeb8e
Sylvain Lesage
sylvain.lesage@huggingface.co
2024-03-08T16:28:13
tweak autoscale parameters (again) (#2567)
diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml index 1a83fac1..8a2d1cbb 100644 --- a/chart/env/prod.yaml +++ b/chart/env/prod.yaml @@ -452 +452 @@ workers: - minReplicas: 2 + minReplicas: 4 @@ -480 +480 @@ workers: - minReplicas: 2 + minReplicas: 10 @@ -484 +484 @@ workers: - target...
a970d52a342cd61e90c084d1558956fc6cf0cfd2
Sylvain Lesage
sylvain.lesage@huggingface.co
2024-03-08T15:57:49
increase threshold for heavy workers to 50 (#2566)
diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml index 6331ca23..1a83fac1 100644 --- a/chart/env/prod.yaml +++ b/chart/env/prod.yaml @@ -456 +456 @@ workers: - targetQueueLength: 20 + targetQueueLength: 50
640b9bc7272065d6d612fa30670613367c4f8466
Sylvain Lesage
sylvain.lesage@huggingface.co
2024-03-08T14:53:56
tweaking the threshold for autoscaling (#2560)
diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml index fd342673..6331ca23 100644 --- a/chart/env/prod.yaml +++ b/chart/env/prod.yaml @@ -456 +456 @@ workers: - targetQueueLength: 30 + targetQueueLength: 20 @@ -484 +484 @@ workers: - targetQueueLength: 30 + targetQueueLength: 10...
bb9f17cf01ecf14b8a8ccbbf6d60c102b327919d
Andrea Francis Soria Jimenez
andrea@huggingface.co
2024-03-08T12:00:54
Rollback delete duckdb indexes job (#2559)
diff --git a/chart/templates/_common/_helpers.tpl b/chart/templates/_common/_helpers.tpl index d571f6b7..ee447dd1 100644 --- a/chart/templates/_common/_helpers.tpl +++ b/chart/templates/_common/_helpers.tpl @@ -92,5 +91,0 @@ app.kubernetes.io/component: "{{ include "name" . }}-mongodb-migration" -{{- define "labels.del...
b40606d399731137846f3d67ec3bda964cd25946
Andrea Francis Soria Jimenez
andrea@huggingface.co
2024-03-07T19:36:22
Fix: delete duckb indexes failed for datasets without refs/convert/parquet revision (#2558)
diff --git a/jobs/cache_maintenance/src/cache_maintenance/duckdb_indexes.py b/jobs/cache_maintenance/src/cache_maintenance/duckdb_indexes.py index 4a6210a1..88564e74 100644 --- a/jobs/cache_maintenance/src/cache_maintenance/duckdb_indexes.py +++ b/jobs/cache_maintenance/src/cache_maintenance/duckdb_indexes.py @@ -38,8 ...
20e8818d4fa163cb4c12dca6f7d7dac1380795c3
Andrea Francis Soria Jimenez
andrea@huggingface.co
2024-03-07T19:03:53
Post-deploy job to delete old duckdb index files (#2540)
diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml index 12982898..fd342673 100644 --- a/chart/env/prod.yaml +++ b/chart/env/prod.yaml @@ -187,0 +188,11 @@ mongodbMigration: +# --- jobs (post-install/upgrade hooks) --- + +deleteDuckdbIndexes: + nodeSelector: + role-datasets-server: "true" + resources: + req...
0beebd661e79490f4142631131bf33519cdd3f31
Sylvain Lesage
sylvain.lesage@huggingface.co
2024-03-07T18:04:31
let's use more workers when needed (#2556)
diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml index 798488ff..12982898 100644 --- a/chart/env/prod.yaml +++ b/chart/env/prod.yaml @@ -442 +442 @@ workers: - maxReplicas: 20 + maxReplicas: 50 @@ -470 +470 @@ workers: - maxReplicas: 20 + maxReplicas: 100 @@ -498 +498 @@ workers: - maxRep...
580202fcc1740c7472a2c02c0c5d703517b23c95
Quentin Lhoest
42851186+lhoestq@users.noreply.github.com
2024-03-07T17:09:52
Default config first (#2554)
diff --git a/services/worker/src/worker/job_runners/dataset/config_names.py b/services/worker/src/worker/job_runners/dataset/config_names.py index 94e76a8a..f0b02c7c 100644 --- a/services/worker/src/worker/job_runners/dataset/config_names.py +++ b/services/worker/src/worker/job_runners/dataset/config_names.py @@ -7 +7 ...
39ee3342aa8606f8244a03949cb67832d3c57b41
Polina Kazakova
polina@huggingface.co
2024-03-06T15:55:52
Update openapi specs according to changes in stats #2453 (#2551)
diff --git a/docs/source/openapi.json b/docs/source/openapi.json index 73f89025..67fbdda5 100644 --- a/docs/source/openapi.json +++ b/docs/source/openapi.json @@ -1084 +1084 @@ - "enum": ["float", "int", "class_label", "string_label", "string_text", "bool"] + "enum": ["float", "int", "class_label", "strin...
e4aac49c4d3c245cb3c0e48695b7d24a934a8377
Andrea Francis Soria Jimenez
andrea@huggingface.co
2024-03-05T11:17:15
Fix: Add datasets cache to loading tags job runner (#2549)
diff --git a/services/worker/src/worker/job_runner_factory.py b/services/worker/src/worker/job_runner_factory.py index 6132902b..8f37d4da 100644 --- a/services/worker/src/worker/job_runner_factory.py +++ b/services/worker/src/worker/job_runner_factory.py @@ -230,0 +231 @@ class JobRunnerFactory(BaseJobRunnerFactory): +...
35a189116cb7b706711f12060c74a7e60af90ffa
Quentin Lhoest
42851186+lhoestq@users.noreply.github.com
2024-03-04T23:05:47
Don't truncate image bytes (#2548)
diff --git a/libs/libcommon/src/libcommon/parquet_utils.py b/libs/libcommon/src/libcommon/parquet_utils.py index a0330251..b165cbc1 100644 --- a/libs/libcommon/src/libcommon/parquet_utils.py +++ b/libs/libcommon/src/libcommon/parquet_utils.py @@ -136,0 +137 @@ class RowGroupReader: + features: Features @@ -146 +147 ...
05fe4261cc0e8c265dc27f629fdd1aedafba8352
Quentin Lhoest
42851186+lhoestq@users.noreply.github.com
2024-03-04T22:47:54
hot fix for images (#2547)
diff --git a/libs/libcommon/src/libcommon/viewer_utils/features.py b/libs/libcommon/src/libcommon/viewer_utils/features.py index 3395c699..e16f4582 100644 --- a/libs/libcommon/src/libcommon/viewer_utils/features.py +++ b/libs/libcommon/src/libcommon/viewer_utils/features.py @@ -73 +73 @@ def image( - value = PIL...
d9ecbba0f56e8133ab39be27920cb04ac666b786
Quentin Lhoest
42851186+lhoestq@users.noreply.github.com
2024-03-04T22:15:35
Revert max_workers for pq validation (#2546)
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 9dc8568e..1e612ffd 100644 --- a/services/worker/src/worker/job_runners/config/parquet_and_info.py +++ b/services/worker/src/worker/job_runners/config/parquet_and_info....
1c59750e8a2818e4bb27477106b731310ef203a9
Quentin Lhoest
42851186+lhoestq@users.noreply.github.com
2024-03-04T21:16:57
Support binary columns for images (#2545)
diff --git a/libs/libcommon/src/libcommon/viewer_utils/features.py b/libs/libcommon/src/libcommon/viewer_utils/features.py index 108075fc..3395c699 100644 --- a/libs/libcommon/src/libcommon/viewer_utils/features.py +++ b/libs/libcommon/src/libcommon/viewer_utils/features.py @@ -71,0 +72,2 @@ def image( + elif isinst...
c40210b5e992fc0749e076ad7f8ee87884f0f693
Quentin Lhoest
42851186+lhoestq@users.noreply.github.com
2024-03-04T20:26:03
Truncate binary for major tom (#2543)
diff --git a/libs/libapi/src/libapi/response.py b/libs/libapi/src/libapi/response.py index 4a4a0c6f..06181e9c 100644 --- a/libs/libapi/src/libapi/response.py +++ b/libs/libapi/src/libapi/response.py @@ -1,0 +2 @@ import logging +from typing import Optional @@ -27,0 +29 @@ async def create_response( + truncated_colum...
3ca8204edc4462dd99aa79678125329cbd2c0c2e
Quentin Lhoest
42851186+lhoestq@users.noreply.github.com
2024-03-04T20:15:07
Update datasets and hfh (#2542)
diff --git a/front/admin_ui/poetry.lock b/front/admin_ui/poetry.lock index 1aee57bd..ef134b66 100644 --- a/front/admin_ui/poetry.lock +++ b/front/admin_ui/poetry.lock @@ -620 +620 @@ name = "datasets" -version = "2.17.1" +version = "2.18.0" @@ -625,2 +625,2 @@ files = [ - {file = "datasets-2.17.1-py3-none-any.whl", ...
b813d7b422d00dd8230e691dc668dda971df439b
Polina Kazakova
polina@huggingface.co
2024-03-04T18:09:54
Set max workers for `retry_and_validate_get_parquet_file_and_size` in `config-parquet-and-info` to 4 (#2544)
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 02dfe621..9dc8568e 100644 --- a/services/worker/src/worker/job_runners/config/parquet_and_info.py +++ b/services/worker/src/worker/job_runners/config/parquet_and_info....
d558d002797475b7d70fa708a056b484afa1e4a0
Quentin Lhoest
42851186+lhoestq@users.noreply.github.com
2024-03-01T17:31:43
Add loading tags and code (pandas, dask, wds) (#2454)
diff --git a/libs/libcommon/src/libcommon/constants.py b/libs/libcommon/src/libcommon/constants.py index c6941c87..da538c07 100644 --- a/libs/libcommon/src/libcommon/constants.py +++ b/libs/libcommon/src/libcommon/constants.py @@ -63,0 +64 @@ CROISSANT_MAX_CONFIGS = 100 +LOADING_METHODS_MAX_CONFIGS = 100 diff --git a/l...
a0bc333fe016d6f2aa921045d0c460b5958032ed
Remy
remy@huggingface.co
2024-03-01T13:40:39
feat(chart): enable workers HPA based on queue size (next) (#2538)
diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml index 62ddcd82..798488ff 100644 --- a/chart/env/prod.yaml +++ b/chart/env/prod.yaml @@ -443,2 +443,4 @@ workers: - targetQueueName: "worker_size_jobs_count" - targetQueueLength: 10 + targets: + - targetQueueName: "worker_size_jobs_count" + ...
b0d66f2fb154510ab102c6a7504fd8df41c8804c
Polina Kazakova
polina@huggingface.co
2024-03-01T12:01:37
Statistics for list feature (#2453)
diff --git a/e2e/tests/conftest.py b/e2e/tests/conftest.py index 64d326bd..7ad6ab9b 100644 --- a/e2e/tests/conftest.py +++ b/e2e/tests/conftest.py @@ -4,0 +5 @@ import csv +import json @@ -11 +12 @@ from pytest import TempPathFactory -from .constants import DATA, NORMAL_USER, NORMAL_USER_TOKEN +from .constants import D...
1fc24ee7a38cc049d6c888d98058b44a0dfc4aaa
Remy
remy@huggingface.co
2024-03-01T10:34:59
feat(chart): enable workers HPA based on queue size (#2537)
diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml index 67389d60..62ddcd82 100644 --- a/chart/env/prod.yaml +++ b/chart/env/prod.yaml @@ -438,0 +439,6 @@ workers: + autoscaling: + enabled: true + minReplicas: 2 + maxReplicas: 20 + targetQueueName: "worker_size_jobs_count" + targetQueueL...
e4bf02b791314d3d2c3b9a3459e86d72a2ae0e41
Quentin Lhoest
42851186+lhoestq@users.noreply.github.com
2024-02-29T18:37:38
Support yodas (#2536)
diff --git a/chart/values.yaml b/chart/values.yaml index a1dfae43..effc7872 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...
9a49ee1bb0f51cd06f392005db9119b34a00f24e
Sylvain Lesage
sylvain.lesage@huggingface.co
2024-02-29T14:29:01
use a generic LongStepProfiler (#2534)
diff --git a/libs/libcommon/src/libcommon/constants.py b/libs/libcommon/src/libcommon/constants.py index c80a63ba..c6941c87 100644 --- a/libs/libcommon/src/libcommon/constants.py +++ b/libs/libcommon/src/libcommon/constants.py @@ -66 +66 @@ MAX_NUM_ROWS_PER_PAGE = 100 -DESCRIPTIVE_STATISTICS_PROMETHEUS_HISTOGRAM_BUCKET...
fa6674e097c874bb18de261786f95e3e6e897606
Polina Kazakova
polina@huggingface.co
2024-02-29T12:36:16
Adjust Prometheus hist buckets for `split-descriptive-statistics` job runner (#2533)
diff --git a/libs/libcommon/src/libcommon/constants.py b/libs/libcommon/src/libcommon/constants.py index 12c60597..c80a63ba 100644 --- a/libs/libcommon/src/libcommon/constants.py +++ b/libs/libcommon/src/libcommon/constants.py @@ -66,0 +67 @@ DESCRIPTIVE_STATISTICS_PROMETHEUS_HISTOGRAM_BUCKETS = ( + 0.005, @@ -67,0 ...
b18b53d9baa3b226c14fb3cb5d7febdbce68ae35
Sylvain Lesage
sylvain.lesage@huggingface.co
2024-02-29T11:56:14
Restore missing triggers between steps (#2531)
diff --git a/libs/libcommon/src/libcommon/processing_graph.py b/libs/libcommon/src/libcommon/processing_graph.py index a90c5245..3f799dbd 100644 --- a/libs/libcommon/src/libcommon/processing_graph.py +++ b/libs/libcommon/src/libcommon/processing_graph.py @@ -41,0 +42,25 @@ def guard_int(x: Any) -> int: +def check_one_o...
00acd55503023742e566d6989a27ad51eb32dd7a
Polina Kazakova
polina@huggingface.co
2024-02-29T11:49:42
Change Prometheus histogram buckets for duration of `split-descriptive-statistics` job (#2469)
diff --git a/libs/libcommon/src/libcommon/constants.py b/libs/libcommon/src/libcommon/constants.py index 2226d94a..12c60597 100644 --- a/libs/libcommon/src/libcommon/constants.py +++ b/libs/libcommon/src/libcommon/constants.py @@ -64,0 +65,18 @@ MAX_NUM_ROWS_PER_PAGE = 100 + +DESCRIPTIVE_STATISTICS_PROMETHEUS_HISTOGRAM...
2ec43b15d347ac6400f7a34031c2126046184009
Sylvain Lesage
sylvain.lesage@huggingface.co
2024-02-29T09:36:49
run the backfill on retryable errors every 30 min (not every 10 min) (#2528)
diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml index 31702301..67389d60 100644 --- a/chart/env/prod.yaml +++ b/chart/env/prod.yaml @@ -211,2 +211,2 @@ backfillRetryableErrors: - schedule: "*/10 * * * *" - # every 10 minutes + schedule: "*/30 * * * *" + # every 30 minutes
2e1425e5082c117d10dac597f42f1077564809b6
Sylvain Lesage
sylvain.lesage@huggingface.co
2024-02-28T18:08:12
backfill retryable errors every 10 minutes (#2519)
diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml index 0268e0be..31702301 100644 --- a/chart/env/prod.yaml +++ b/chart/env/prod.yaml @@ -195 +195 @@ backfill: - # every four hours + # every day @@ -201 +201,18 @@ backfill: - memory: "4Gi" + memory: "1Gi" + limits: + cpu: 2 + memory: "8Gi"...
8c02319f402b02e63210d4be3f6b5538b3159262
Sylvain Lesage
sylvain.lesage@huggingface.co
2024-02-28T17:55:49
Tweak the production resources (#2518)
diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml index cbb8ee78..0268e0be 100644 --- a/chart/env/prod.yaml +++ b/chart/env/prod.yaml @@ -235,4 +234,0 @@ postMessages: -deleteObsoleteCache: - nodeSelector: - role-datasets-server: "true" -
c733bc66e60c651243e0a5b48b718ef2267f7687
Sylvain Lesage
sylvain.lesage@huggingface.co
2024-02-28T16:52:44
add metrics on jobs count per worker type (#2526)
diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml index d5ea0bb4..cbb8ee78 100644 --- a/chart/env/prod.yaml +++ b/chart/env/prod.yaml @@ -420 +420 @@ workers: - workerDifficultyMin: 0 + workerDifficultyMin: 70 @@ -440 +440 @@ workers: - workerDifficultyMin: 0 + workerDifficultyMin: 40 diff --git a/e2e/...
9e67d3e435fb026469e0f3571ef832a3d751cfa4
Quentin Lhoest
42851186+lhoestq@users.noreply.github.com
2024-02-27T21:07:41
Don't augment difficulty of children jobs (#2523)
diff --git a/libs/libcommon/src/libcommon/orchestrator.py b/libs/libcommon/src/libcommon/orchestrator.py index 6c0db71b..21433504 100644 --- a/libs/libcommon/src/libcommon/orchestrator.py +++ b/libs/libcommon/src/libcommon/orchestrator.py @@ -439 +439 @@ class AfterJobPlan(Plan): - difficulty = min(DEFAULT_D...
7dd3a4fa8edad177d09e755d663dd441157f4980
Quentin Lhoest
42851186+lhoestq@users.noreply.github.com
2024-02-27T20:54:32
Fix backfill wrong difficulties, causing OOMs (#2522)
diff --git a/libs/libcommon/src/libcommon/orchestrator.py b/libs/libcommon/src/libcommon/orchestrator.py index 30ecd772..6c0db71b 100644 --- a/libs/libcommon/src/libcommon/orchestrator.py +++ b/libs/libcommon/src/libcommon/orchestrator.py @@ -6,0 +7 @@ from dataclasses import dataclass, field +from functools import lru...
de720f150081ead6f9972a86a184cb5aced6ae11
Quentin Lhoest
42851186+lhoestq@users.noreply.github.com
2024-02-27T16:52:33
Support parquet datasets with >10k files (#2503)
diff --git a/libs/libcommon/src/libcommon/parquet_utils.py b/libs/libcommon/src/libcommon/parquet_utils.py index 3106723d..61c9b812 100644 --- a/libs/libcommon/src/libcommon/parquet_utils.py +++ b/libs/libcommon/src/libcommon/parquet_utils.py @@ -28,0 +29,4 @@ PARTIAL_PREFIX = "partial-" +# For paths like "en/train-par...
8906660582671b46d1cb9752ef7ee9f8d5bd0888
Albert Villanova del Moral
8515462+albertvillanova@users.noreply.github.com
2024-02-27T09:22:04
Update orjson to 3.9.15 to fix vulnerability (#2516)
diff --git a/front/admin_ui/poetry.lock b/front/admin_ui/poetry.lock index ccd38a3d..1aee57bd 100644 --- a/front/admin_ui/poetry.lock +++ b/front/admin_ui/poetry.lock @@ -1373 +1373 @@ numba = "0.56.4" -orjson = "^3.8.6" +orjson = "^3.9.15" @@ -1508,10 +1507,0 @@ files = [ - {file = "MarkupSafe-2.1.3-cp312-cp312-mac...
494564b46307b8051f573736370cc5ea8cfba646
Sylvain Lesage
sylvain.lesage@huggingface.co
2024-02-23T21:49:48
reduce resources to 4/10/4 (#2501)
diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml index b27cd39d..d5ea0bb4 100644 --- a/chart/env/prod.yaml +++ b/chart/env/prod.yaml @@ -425 +425 @@ workers: - replicas: 10 + replicas: 4 @@ -445 +445 @@ workers: - replicas: 80 + replicas: 10 @@ -465 +465 @@ workers: - replicas: 10 + replicas: 4
e82a30becc41902515f84e03ee003392cd601577
Sylvain Lesage
sylvain.lesage@huggingface.co
2024-02-23T21:37:31
move the backfill hour + refresh cache metrics every 3 hours (#2500)
diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml index 880a3b11..b27cd39d 100644 --- a/chart/env/prod.yaml +++ b/chart/env/prod.yaml @@ -194 +194 @@ backfill: - schedule: "20 21 * * *" + schedule: "45 21 * * *" @@ -242 +242 @@ queueMetricsCollector: - # every ten minutes, then it will be changed to default + ...
6cc8fc462e7bda57605202b151f8608022810c59
Andrea Francis Soria Jimenez
andrea@huggingface.co
2024-02-23T17:50:17
Fix extensions directory search (#2499)
diff --git a/chart/templates/services/search/_container.tpl b/chart/templates/services/search/_container.tpl index 5d57e1ba..0e66020f 100644 --- a/chart/templates/services/search/_container.tpl +++ b/chart/templates/services/search/_container.tpl @@ -37,0 +38,2 @@ + - name: DUCKDB_INDEX_EXTENSIONS_DIRECTORY + value...
f4b97e6c035378458dc15df60eaaa40620c60a7a
Andrea Francis Soria Jimenez
andrea@huggingface.co
2024-02-23T16:47:43
Update pandas version to 2.2 (#2483)
diff --git a/front/admin_ui/poetry.lock b/front/admin_ui/poetry.lock index 63b7a7a7..ccd38a3d 100644 --- a/front/admin_ui/poetry.lock +++ b/front/admin_ui/poetry.lock @@ -1374 +1374 @@ orjson = "^3.8.6" -pandas = "~2.0.3" +pandas = "^2.2.0" @@ -2014 +2014 @@ name = "pandas" -version = "2.0.3" +version = "2.2.0" @@ -201...
d625c92b85131306f6eae26503ce2020e3794fbb
Andrea Francis Soria Jimenez
andrea@huggingface.co
2024-02-23T16:27:29
Switch to duckdb 010 in search/filter service (#2482)
diff --git a/.github/workflows/_unit-tests-python.yml b/.github/workflows/_unit-tests-python.yml index 061443f8..1bbda393 100644 --- a/.github/workflows/_unit-tests-python.yml +++ b/.github/workflows/_unit-tests-python.yml @@ -39,4 +38,0 @@ jobs: - - name: Download DUCKB_CLI - run: | - curl -LO htt...
4db98ae9a283bbc2bcdf2af2a3faf596c19d84e6
Sylvain Lesage
sylvain.lesage@huggingface.co
2024-02-23T14:37:03
Fix metrics (#2497)
diff --git a/jobs/cache_maintenance/src/cache_maintenance/cache_metrics.py b/jobs/cache_maintenance/src/cache_maintenance/cache_metrics.py index 4a7b1fc9..dbe015d4 100644 --- a/jobs/cache_maintenance/src/cache_maintenance/cache_metrics.py +++ b/jobs/cache_maintenance/src/cache_maintenance/cache_metrics.py @@ -13,17 +13...
5e6e1bf9f2b3a9b35bfe2da0be198d167c7fc063
Sylvain Lesage
sylvain.lesage@huggingface.co
2024-02-23T12:57:06
set updated_at field to the same value for all steps of a dataset (#2493)
diff --git a/jobs/mongodb_migration/src/mongodb_migration/collector.py b/jobs/mongodb_migration/src/mongodb_migration/collector.py index c360a5ea..13f38f05 100644 --- a/jobs/mongodb_migration/src/mongodb_migration/collector.py +++ b/jobs/mongodb_migration/src/mongodb_migration/collector.py @@ -70,0 +71,3 @@ from mongod...
c623a46d2d7ff512489119fef66863123d77aa3a
Sylvain Lesage
sylvain.lesage@huggingface.co
2024-02-23T11:24:00
remove MetricsMongoResource and METRICS_MONGOENGINE_ALIAS (#2494)
diff --git a/.github/workflows/_unit-tests-python.yml b/.github/workflows/_unit-tests-python.yml index d927cb3d..061443f8 100644 --- a/.github/workflows/_unit-tests-python.yml +++ b/.github/workflows/_unit-tests-python.yml @@ -58 +57,0 @@ jobs: - METRICS_MONGO_URL: mongodb://localhost:${{ env.mongo-port }} dif...
f1ca2a4d578f04de50cc74693e3f2072102ff2fc
dependabot[bot]
49699333+dependabot[bot]@users.noreply.github.com
2024-02-22T22:53:15
Bump the pip group across 2 directories with 1 update (#2492)
diff --git a/front/admin_ui/README.md b/front/admin_ui/README.md index a7f3630a..d58e9165 100644 --- a/front/admin_ui/README.md +++ b/front/admin_ui/README.md @@ -7 +7 @@ sdk: gradio -sdk_version: 4.18.0 +sdk_version: 4.19.2 diff --git a/front/admin_ui/poetry.lock b/front/admin_ui/poetry.lock index 9173d067..63b7a7a7 1...
2982e1ca2c42bd7f34a5bf7683e099e2cbfebbb7
Sylvain Lesage
sylvain.lesage@huggingface.co
2024-02-22T21:22:35
retry error PreviousStepStillProcessingError - at least every day (#2491)
diff --git a/libs/libcommon/src/libcommon/constants.py b/libs/libcommon/src/libcommon/constants.py index 2f7922a0..6e2685b6 100644 --- a/libs/libcommon/src/libcommon/constants.py +++ b/libs/libcommon/src/libcommon/constants.py @@ -43,0 +44 @@ ERROR_CODES_TO_RETRY = { + "PreviousStepStillProcessingError",
e0652d039f204b8969b2fa73fd3b0ef6393c2b3b
Sylvain Lesage
sylvain.lesage@huggingface.co
2024-02-22T18:00:17
upgrade ruff to >=2.1.0 (#2490)
diff --git a/e2e/poetry.lock b/e2e/poetry.lock index 3620e6c0..dfa94f70 100644 --- a/e2e/poetry.lock +++ b/e2e/poetry.lock @@ -1023,2 +1023,2 @@ name = "ruff" -version = "0.1.3" -description = "An extremely fast Python linter, written in Rust." +version = "0.2.2" +description = "An extremely fast Python linter and code...
e42783bdd2839129570377be16adbd55a18c2f72
Sylvain Lesage
sylvain.lesage@huggingface.co
2024-02-22T17:59:24
remove unnecessary triggers from processing graph (#2489)
diff --git a/libs/libcommon/src/libcommon/processing_graph.py b/libs/libcommon/src/libcommon/processing_graph.py index 593ea4d7..7eb84c98 100644 --- a/libs/libcommon/src/libcommon/processing_graph.py +++ b/libs/libcommon/src/libcommon/processing_graph.py @@ -486 +486 @@ specification: ProcessingGraphSpecification = { -...
270642031086c7c30fbb81e15f2c791bc6522359
Sylvain Lesage
sylvain.lesage@huggingface.co
2024-02-22T14:52:54
count is deprecated (#2488)
diff --git a/jobs/mongodb_migration/src/mongodb_migration/migrations/_20240221103200_cache_merge_config_split_names.py b/jobs/mongodb_migration/src/mongodb_migration/migrations/_20240221103200_cache_merge_config_split_names.py index 04fa564f..520dd44e 100644 --- a/jobs/mongodb_migration/src/mongodb_migration/migrations...
b10ed03996b1b31b2b47475f9c6016c013bf87a9
Sylvain Lesage
sylvain.lesage@huggingface.co
2024-02-22T14:32:08
use the new job runner version when migrating (#2487)
diff --git a/jobs/mongodb_migration/src/mongodb_migration/migrations/_20240221103200_cache_merge_config_split_names.py b/jobs/mongodb_migration/src/mongodb_migration/migrations/_20240221103200_cache_merge_config_split_names.py index aac34bfe..04fa564f 100644 --- a/jobs/mongodb_migration/src/mongodb_migration/migrations...
f1109d723f3129dce696c1df01c210f1dc51fe97
Sylvain Lesage
sylvain.lesage@huggingface.co
2024-02-22T14:03:58
remove parallel steps (#2477)
diff --git a/e2e/tests/test_31_admin_metrics.py b/e2e/tests/test_31_admin_metrics.py index 18e4038b..75722520 100644 --- a/e2e/tests/test_31_admin_metrics.py +++ b/e2e/tests/test_31_admin_metrics.py @@ -28,2 +28,2 @@ def test_metrics() -> None: - for queue in ["dataset-config-names", "split-first-rows-from-streaming...
915c61005d7bb1aae9a57144824dfce0a9004841
Pierre Marcenac
pierremarcenac@google.com
2024-02-22T13:57:29
Add schema.org/license and schema.org/identifier to Croissant. (#2486)
diff --git a/services/api/src/api/routes/croissant.py b/services/api/src/api/routes/croissant.py index 20bd3c86..fd40e9a0 100644 --- a/services/api/src/api/routes/croissant.py +++ b/services/api/src/api/routes/croissant.py @@ -6 +6 @@ from itertools import islice -from typing import Any, Optional +from typing import An...
3fde294063ba51d9f14fff6aa59881d2791968fc
Albert Villanova del Moral
8515462+albertvillanova@users.noreply.github.com
2024-02-22T09:14:56
Update cryptography to 42.0.4 to fix vulnerability (#2485)
diff --git a/front/admin_ui/poetry.lock b/front/admin_ui/poetry.lock index 99583ab2..94383eaa 100644 --- a/front/admin_ui/poetry.lock +++ b/front/admin_ui/poetry.lock @@ -555 +555 @@ name = "cryptography" -version = "42.0.2" +version = "42.0.4" @@ -560,32 +560,32 @@ files = [ - {file = "cryptography-42.0.2-cp37-abi3...
9c48fd73261bf40359231e8bcb1e229e6138c08d
Andrea Francis Soria Jimenez
andrea@huggingface.co
2024-02-21T22:29:02
Increase resources (#2484)
diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml index 77f867bc..880a3b11 100644 --- a/chart/env/prod.yaml +++ b/chart/env/prod.yaml @@ -416 +416 @@ workers: - replicas: 4 + replicas: 10 @@ -436 +436 @@ workers: - replicas: 10 + replicas: 80 @@ -456 +456 @@ workers: - replicas: 4 + replicas: 10
3a04c5901d4fc9a8cbac61d5b14d60bcdc9c7257
Andrea Francis Soria Jimenez
andrea@huggingface.co
2024-02-21T14:47:40
temporary hardcode filter target revision (#2481)
diff --git a/services/search/src/search/app.py b/services/search/src/search/app.py index 1dd6c73d..6677476b 100644 --- a/services/search/src/search/app.py +++ b/services/search/src/search/app.py @@ -110 +110 @@ def create_app_with_config(app_config: AppConfig) -> Starlette: - target_revision=app_config.d...
6fb558b7394d96fa628b27fbc97498e42db7c051
Andrea Francis Soria Jimenez
andrea@huggingface.co
2024-02-21T14:37:32
fix search/filter temporary hardcode target revision (#2480)
diff --git a/services/search/src/search/app.py b/services/search/src/search/app.py index 6bb3d7de..1dd6c73d 100644 --- a/services/search/src/search/app.py +++ b/services/search/src/search/app.py @@ -93 +93 @@ def create_app_with_config(app_config: AppConfig) -> Starlette: - target_revision=app_config.duc...
687a0359bb569dad91681e4fd62352fb8cb1ecb4
Andrea Francis Soria Jimenez
andrea@huggingface.co
2024-02-21T12:16:29
Update duckdb to 0.10.0 (#2463)
diff --git a/.github/workflows/_unit-tests-python.yml b/.github/workflows/_unit-tests-python.yml index ca652eb6..d927cb3d 100644 --- a/.github/workflows/_unit-tests-python.yml +++ b/.github/workflows/_unit-tests-python.yml @@ -38,0 +39,4 @@ jobs: + - name: Download DUCKB_CLI + run: | + curl -LO htt...
aca4fc097a594ad0d58e338a30c478a05ce6acf7
Albert Villanova del Moral
8515462+albertvillanova@users.noreply.github.com
2024-02-20T15:23:10
Remove codecov from CI (#2471)
diff --git a/.github/workflows/_unit-tests-python.yml b/.github/workflows/_unit-tests-python.yml index 4c5fd1db..ca652eb6 100644 --- a/.github/workflows/_unit-tests-python.yml +++ b/.github/workflows/_unit-tests-python.yml @@ -63,13 +63 @@ jobs: - run: poetry run python -m pytest -s --cov=./ --cov-report=xml:./c...
d6cab0953b68c468972dc2d28e8c78b43b971328
Sylvain Lesage
sylvain.lesage@huggingface.co
2024-02-20T14:57:31
remove dependency 'trec-car-tools' from worker (#2475)
diff --git a/.github/workflows/s-worker.yml b/.github/workflows/s-worker.yml index 146a6bcf..2ed624f0 100644 --- a/.github/workflows/s-worker.yml +++ b/.github/workflows/s-worker.yml @@ -17 +16,0 @@ on: - - "vendors/" @@ -26 +24,0 @@ on: - - "vendors/" diff --git a/services/worker/Dockerfile b/services/worker...
28f297f7948c78e3db914b256ae445d77b26493d
Albert Villanova del Moral
8515462+albertvillanova@users.noreply.github.com
2024-02-20T08:30:13
Update datasets to 2.17.1 (#2466)
diff --git a/front/admin_ui/poetry.lock b/front/admin_ui/poetry.lock index d168de83..b4b38b27 100644 --- a/front/admin_ui/poetry.lock +++ b/front/admin_ui/poetry.lock @@ -620 +620 @@ name = "datasets" -version = "2.17.0" +version = "2.17.1" @@ -625,2 +625,2 @@ files = [ - {file = "datasets-2.17.0-py3-none-any.whl", ...
a9cb2c2f8f6961420c4e4121b7692baf6268dfe2
Sylvain Lesage
sylvain.lesage@huggingface.co
2024-02-19T21:53:22
remove obsolete error code (#2459)
diff --git a/libs/libcommon/src/libcommon/constants.py b/libs/libcommon/src/libcommon/constants.py index 4c96f3fd..7a9e33eb 100644 --- a/libs/libcommon/src/libcommon/constants.py +++ b/libs/libcommon/src/libcommon/constants.py @@ -40 +39,0 @@ ERROR_CODES_TO_RETRY = { - "SplitWithTooBigParquetError", # TODO: to be r...
a73514a0c47887d31c17446620f140b2ec15e5f2
Sylvain Lesage
sylvain.lesage@huggingface.co
2024-02-19T21:34:55
Revert "increase resources to 10/80/10 (#2468)" (#2472)
diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml index 880a3b11..77f867bc 100644 --- a/chart/env/prod.yaml +++ b/chart/env/prod.yaml @@ -416 +416 @@ workers: - replicas: 10 + replicas: 4 @@ -436 +436 @@ workers: - replicas: 80 + replicas: 10 @@ -456 +456 @@ workers: - replicas: 10 + replicas: 4
eca0e5236e2aba70789e9ec6d2f81d441b5b835e
Albert Villanova del Moral
8515462+albertvillanova@users.noreply.github.com
2024-02-19T14:44:25
Update GitHub Actions to Node 20 (#2464)
diff --git a/.github/workflows/_e2e_tests.yml b/.github/workflows/_e2e_tests.yml index 140192e9..40bb9c16 100644 --- a/.github/workflows/_e2e_tests.yml +++ b/.github/workflows/_e2e_tests.yml @@ -74 +74 @@ jobs: - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 diff --git a/.github/workflows/...