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 |
|---|---|---|---|---|---|
1d17211189944957940e8c616a02658eb279d689 | Andrea Francis Soria Jimenez | andrea@huggingface.co | 2023-08-04T16:23:43 | Increase chart version because of new job (#1624) | diff --git a/chart/Chart.yaml b/chart/Chart.yaml
index fbb83507..c0705ae7 100644
--- a/chart/Chart.yaml
+++ b/chart/Chart.yaml
@@ -21 +21 @@ type: application
-version: 1.15.3
+version: 1.16.0 |
91bd4dfc9cbed882c007899d8e707f41fe7c73d8 | Andrea Francis Soria Jimenez | andrea@huggingface.co | 2023-08-04T16:16:15 | Enable every 10 minutes (#1623) | diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml
index dfb51464..e84fd7ed 100644
--- a/chart/env/prod.yaml
+++ b/chart/env/prod.yaml
@@ -191,0 +192,4 @@ backfill:
+deleteIndexes:
+ schedule: "*/10 * * * *"
+ # every ten minutes
+
diff --git a/chart/env/staging.yaml b/chart/env/staging.yaml
index 18e30b9d..e1cf... |
f4cff008d50e32127648596bcf5efdb586c76789 | Andrea Francis Soria Jimenez | andrea@huggingface.co | 2023-08-04T16:02:59 | K8s job to periodically remove indexes (#1536) | diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml
index 28827aaf..dfb51464 100644
--- a/chart/env/prod.yaml
+++ b/chart/env/prod.yaml
@@ -139,0 +140 @@ duckDBIndex:
+ expiredTimeIntervalSeconds: 259_200 # 3 days
diff --git a/chart/templates/_common/_helpers.tpl b/chart/templates/_common/_helpers.tpl
index dd6ad00... |
7bc51e3c18d3817f1a6c3f9e5604faa4f0d0f372 | Albert Villanova del Moral | 8515462+albertvillanova@users.noreply.github.com | 2023-08-04T11:40:53 | Fix e2e test_16_statistics (#1622) | diff --git a/e2e/tests/test_16_statistics.py b/e2e/tests/test_16_statistics.py
index 2d69b09d..f6ad8f73 100644
--- a/e2e/tests/test_16_statistics.py
+++ b/e2e/tests/test_16_statistics.py
@@ -16 +16,2 @@ def test_statistics_endpoint(
- dataset, config, split = get_default_config_split(hf_public_dataset_repo_csv_data)... |
067bc934df3eaf043c5d1d130212001be2367811 | Albert Villanova del Moral | 8515462+albertvillanova@users.noreply.github.com | 2023-08-04T10:55:43 | Fix authentication with DownloadConfig (#1620) | 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 57ce8f2c..206e04cf 100644
--- a/services/worker/src/worker/job_runners/config/parquet_and_info.py
+++ b/services/worker/src/worker/job_runners/config/parquet_and_info.... |
0bfb1cb2ed01e4e17b07eabd70624b0ed0b1fbb0 | Albert Villanova del Moral | 8515462+albertvillanova@users.noreply.github.com | 2023-08-04T09:36:40 | Fix HfFileSystem (#1619) | 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 8ca98eef..57ce8f2c 100644
--- a/services/worker/src/worker/job_runners/config/parquet_and_info.py
+++ b/services/worker/src/worker/job_runners/config/parquet_and_info.... |
5ddc915f75fa29cd7ac557be3e827111f8831df2 | Albert Villanova del Moral | 8515462+albertvillanova@users.noreply.github.com | 2023-08-04T06:55:53 | Fix cached filenames (#1617) | 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 68a6066a..8ca98eef 100644
--- a/services/worker/src/worker/job_runners/config/parquet_and_info.py
+++ b/services/worker/src/worker/job_runners/config/parquet_and_info.... |
4ea6607eb5becd577923444e0299059095020e97 | Albert Villanova del Moral | 8515462+albertvillanova@users.noreply.github.com | 2023-08-03T19:46:18 | Fix default config name (#1616) | diff --git a/e2e/tests/test_11_api.py b/e2e/tests/test_11_api.py
index b3a43305..d380be47 100644
--- a/e2e/tests/test_11_api.py
+++ b/e2e/tests/test_11_api.py
@@ -35 +35 @@ def test_auth_e2e(
- dataset, config, split = get_default_config_split(hf_dataset_repos_csv_data[type])
+ dataset = hf_dataset_repos_csv_data... |
2ef60e0261573d4a69fe98d9c2ef77ec5d45aaab | Albert Villanova del Moral | 8515462+albertvillanova@users.noreply.github.com | 2023-08-03T16:18:54 | Update datasets 2.14.3 (#1614) | diff --git a/front/admin_ui/poetry.lock b/front/admin_ui/poetry.lock
index b8fef47f..67c60823 100644
--- a/front/admin_ui/poetry.lock
+++ b/front/admin_ui/poetry.lock
@@ -1 +1 @@
-# This file is automatically @generated by Poetry and should not be changed by hand.
+# This file is automatically @generated by Poetry 1.4.... |
22243e3abda85a259d4a6a34cffa7e544519b6f4 | Andrea Francis Soria Jimenez | andrea@huggingface.co | 2023-08-03T15:37:54 | Increase replicas for all worker (#1615) | diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml
index 0e61243d..28827aaf 100644
--- a/chart/env/prod.yaml
+++ b/chart/env/prod.yaml
@@ -346 +346 @@ workers:
- replicas: 60
+ replicas: 100 |
3811de18e361a02298b1f34a9ff8353b6e0581fb | Andrea Francis Soria Jimenez | andrea@huggingface.co | 2023-08-03T15:12:24 | test: add basic e2e for /statistics (#1612) | diff --git a/e2e/tests/test_16_statistics.py b/e2e/tests/test_16_statistics.py
new file mode 100644
index 00000000..2d69b09d
--- /dev/null
+++ b/e2e/tests/test_16_statistics.py
@@ -0,0 +1,73 @@
+# SPDX-License-Identifier: Apache-2.0
+# Copyright 2023 The HuggingFace Authors.
+
+from .fixtures.hub import AuthHeaders, Au... |
128d7031d51ec4c9b23cdce568c020cb0f8bbd30 | Andrea Francis Soria Jimenez | andrea@huggingface.co | 2023-08-02T21:27:37 | Increase resources (#1611) | diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml
index 514eb64a..0e61243d 100644
--- a/chart/env/prod.yaml
+++ b/chart/env/prod.yaml
@@ -346 +346 @@ workers:
- replicas: 40
+ replicas: 60
@@ -363 +363 @@ workers:
- replicas: 15
+ replicas: 25 |
41bfb3d7cafb616c4075f51ffe1f3251727bb211 | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-08-02T21:02:53 | fix: 🐛 fix docker image name (#1610) | diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml
index b3f5f7c3..698c6f38 100644
--- a/.github/workflows/cd.yml
+++ b/.github/workflows/cd.yml
@@ -121 +121 @@ jobs:
- storage-admin:
+ storageAdmin: |
244af936fbbce3441bf96d9119b363556b0d1bd7 | Andrea Francis Soria Jimenez | andrea@huggingface.co | 2023-08-02T21:00:24 | Set another cache directory because of permissions (#1608) | diff --git a/services/search/src/search/routes/search.py b/services/search/src/search/routes/search.py
index 554b7316..79bea59f 100644
--- a/services/search/src/search/routes/search.py
+++ b/services/search/src/search/routes/search.py
@@ -67,0 +68 @@ REPO_TYPE = "dataset"
+HUB_DOWNLOAD_CACHE_FOLDER = "cache"
@@ -79,0 +... |
e76e32f92d8e98e4fe96816a040746f84e804501 | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-08-02T20:51:56 | feat: 🎸 build a Docker image for storageAdmin to have rsync (#1609) | diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml
index 73e8634a..b3f5f7c3 100644
--- a/.github/workflows/cd.yml
+++ b/.github/workflows/cd.yml
@@ -35,0 +36,2 @@ jobs:
+ - directory: services
+ project: storage-admin
@@ -118,0 +121,2 @@ jobs:
+ storage-admin:
+ ... |
6c5bc42396037c6e7038cea2fd73c0f437c42266 | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-08-02T19:51:41 | feat: 🎸 mount EFS storage for parquet-metadata on storage-admin (#1607) | diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml
index 43a3fbb5..712abea1 100644
--- a/chart/env/prod.yaml
+++ b/chart/env/prod.yaml
@@ -99 +99 @@ persistence:
- parquet:
+ parquetMetadata:
diff --git a/chart/env/staging.yaml b/chart/env/staging.yaml
index 113ef89d..e8c0ec4f 100644
--- a/chart/env/staging.yaml
... |
704b06123d2277967d0d3cee094336fd1c66c9a0 | Andrea Francis Soria Jimenez | andrea@huggingface.co | 2023-08-02T18:52:46 | feat: /search endpoint (#1516) | diff --git a/.github/workflows/_e2e_tests.yml b/.github/workflows/_e2e_tests.yml
index 25fccf99..7819cfeb 100644
--- a/.github/workflows/_e2e_tests.yml
+++ b/.github/workflows/_e2e_tests.yml
@@ -36,0 +37,2 @@ jobs:
+ SEARCH_UVICORN_NUM_WORKERS: "2"
+ SEARCH_UVICORN_PORT: "8083"
@@ -42,0 +45 @@ jobs:
+... |
05cf0848ffaf9ba112b667e8170531d49c11042f | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-08-02T16:08:25 | feat: 🎸 optimize the computation of metrics (#1605) | diff --git a/libs/libcommon/src/libcommon/simple_cache.py b/libs/libcommon/src/libcommon/simple_cache.py
index a3a2baad..c99e8a00 100644
--- a/libs/libcommon/src/libcommon/simple_cache.py
+++ b/libs/libcommon/src/libcommon/simple_cache.py
@@ -489,0 +490,16 @@ class CountEntry(TypedDict):
+def format_group(group: Dict[s... |
906cead2500f10fe5141ce612dadab2992c7ab37 | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-08-02T15:09:47 | refactor: 💡 clean the chart variables (#1601) | diff --git a/chart/Chart.yaml b/chart/Chart.yaml
index 41c55baa..fbb83507 100644
--- a/chart/Chart.yaml
+++ b/chart/Chart.yaml
@@ -21 +21 @@ type: application
-version: 1.15.2
+version: 1.15.3
diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml
index fad011bb..c69cb76e 100644
--- a/chart/env/prod.yaml
+++ b/chart/en... |
deb708ae737a2f8da51b74c1ca4a489c4ff39b51 | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-08-02T14:16:23 | fix: 🐛 fix vulnerability in cryptography (#1603) | diff --git a/libs/libapi/poetry.lock b/libs/libapi/poetry.lock
index e8440393..e9f5f658 100644
--- a/libs/libapi/poetry.lock
+++ b/libs/libapi/poetry.lock
@@ -1 +1 @@
-# This file is automatically @generated by Poetry and should not be changed by hand.
+# This file is automatically @generated by Poetry 1.4.2 and should... |
83d99c509fa124b95247597ceb7e8cc129bc6b56 | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-08-01T21:43:52 | feat: 🎸 increment the chart version (#1600) | diff --git a/chart/Chart.yaml b/chart/Chart.yaml
index 7dd7166c..41c55baa 100644
--- a/chart/Chart.yaml
+++ b/chart/Chart.yaml
@@ -21 +21 @@ type: application
-version: 1.15.1
+version: 1.15.2 |
899da2bd66fbf0cd0a6231d7205e33586dec7486 | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-08-01T21:41:28 | fix: 🐛 fix statistics volume (#1599) | diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml
index 3eb295f0..fad011bb 100644
--- a/chart/env/prod.yaml
+++ b/chart/env/prod.yaml
@@ -321 +321 @@ workers:
- replicas: 24
+ replicas: 40
@@ -338 +338 @@ workers:
- replicas: 8
+ replicas: 15
diff --git a/chart/templates/_volumeMountDescriptiveStatisti... |
20df31b0655903ae1a798205c09b37b686b9d329 | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-08-01T21:12:32 | feat: 🎸 give more RAM to backfill script (#1598) | diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml
index 2b9da5ca..3eb295f0 100644
--- a/chart/env/prod.yaml
+++ b/chart/env/prod.yaml
@@ -171 +171 @@ backfill:
- schedule: "0 * * * *"
+ schedule: "20 21 * * *"
@@ -176,0 +177 @@ backfill:
+ memory: "4Gi"
@@ -178,2 +179,2 @@ backfill:
- cpu: 1
- mem... |
a60a7f120d73df0d677a5a69423eceed3bc43d5d | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-08-01T20:53:03 | feat: 🎸 fix temporarily the backfill cron (#1597) | diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml
index 4e5f9049..2b9da5ca 100644
--- a/chart/env/prod.yaml
+++ b/chart/env/prod.yaml
@@ -171 +171 @@ backfill:
- schedule: "45 * * * *"
+ schedule: "0 * * * *" |
3dc6d32c1fa5b0f2d28697f49dcd2a155c8e71a6 | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-08-01T20:41:20 | Fix backfill job (#1596) | diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml
index 880af022..4e5f9049 100644
--- a/chart/env/prod.yaml
+++ b/chart/env/prod.yaml
@@ -171 +171 @@ backfill:
- schedule: "00 */4 * * *"
+ schedule: "45 * * * *"
diff --git a/jobs/cache_maintenance/src/cache_maintenance/backfill.py b/jobs/cache_maintenance/src/ca... |
89b8ee536542bf588bb4160c2383b63aef1d270d | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-08-01T20:38:48 | Fix descriptive statistics env var (#1595) | diff --git a/chart/Chart.yaml b/chart/Chart.yaml
index b8e32aef..7dd7166c 100644
--- a/chart/Chart.yaml
+++ b/chart/Chart.yaml
@@ -29 +29 @@ version: 1.15.1
-appVersion: "0.21.1"
+appVersion: "0.21.2"
diff --git a/chart/templates/_envWorker.tpl b/chart/templates/_envWorker.tpl
index 54e51c1b..559f6db2 100644
--- a/char... |
5a3fc78668e200d0c3e219da24ff2da04360bfe5 | Andrea Francis Soria Jimenez | andrea@huggingface.co | 2023-08-01T20:27:00 | Fix id from 0 and enable parquet 5G (#1594) | diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml
index 9dfcf97d..880af022 100644
--- a/chart/env/prod.yaml
+++ b/chart/env/prod.yaml
@@ -129,0 +130,3 @@ optInOutUrlsScan:
+duckDBIndex:
+ maxParquetSizeBytes: "5_000_000_000"
+
diff --git a/libs/libcommon/src/libcommon/constants.py b/libs/libcommon/src/libcommon/c... |
f76bfd7946bc70fb059be06e6bc5264fc3604a10 | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-08-01T19:17:19 | feat: 🎸 cron every 4 hours (my calculation was wrong) (#1593) | diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml
index eb470bf0..9dfcf97d 100644
--- a/chart/env/prod.yaml
+++ b/chart/env/prod.yaml
@@ -168,2 +168,2 @@ backfill:
- schedule: "00 */8 * * *"
- # every eight hours
+ schedule: "00 */4 * * *"
+ # every four hours |
76f1855f40e0a392b4a11639e61e80e30790ec6d | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-08-01T19:10:32 | feat: 🎸 increase rate of backfill (#1592) | diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml
index 6bb34087..eb470bf0 100644
--- a/chart/env/prod.yaml
+++ b/chart/env/prod.yaml
@@ -168,2 +168,2 @@ backfill:
- schedule: "00 12 * * *"
- # every day at 12:00
+ schedule: "00 */8 * * *"
+ # every eight hours |
05f7fb495eea2566628dfcb5d2066d68e2c42cbc | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-07-31T21:40:44 | feat: 🎸 adapt examples to new format of the API response (#1590) | diff --git a/docs/source/parquet.mdx b/docs/source/parquet.mdx
index c9a20bc3..14f70954 100644
--- a/docs/source/parquet.mdx
+++ b/docs/source/parquet.mdx
@@ -212 +212 @@ curl https://huggingface.co/api/datasets/duorc/parquet \
-The endpoint response is a JSON containing a list of the dataset's files URLs in the Parque... |
ace9b759f78be4d71a08f60a9f15f9479ffb814a | geethika-123 | 49366733+geethika-123@users.noreply.github.com | 2023-07-31T13:18:47 | remove redundant indices (#1570) | diff --git a/libs/libcommon/src/libcommon/simple_cache.py b/libs/libcommon/src/libcommon/simple_cache.py
index cf5704fa..a3a2baad 100644
--- a/libs/libcommon/src/libcommon/simple_cache.py
+++ b/libs/libcommon/src/libcommon/simple_cache.py
@@ -112 +111,0 @@ class CachedResponseDocument(Document):
- ("kind", "... |
38a8aedbd064b4291ae73f040966b444cca299b1 | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-07-28T17:56:20 | Revert logs and 'dns config revert' (#1586) | diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml
index 18cea28d..6bb34087 100644
--- a/chart/env/prod.yaml
+++ b/chart/env/prod.yaml
@@ -111 +111 @@ log:
- level: "DEBUG"
+ level: "INFO"
diff --git a/chart/templates/_dnsConfig.tpl b/chart/templates/_dnsConfig.tpl
new file mode 100644
index 00000000..629d56cf
--... |
379b2948beb5a2f553bf264e6ceecf743bdf0380 | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-07-28T17:46:44 | feat: 🎸 set log level to debug in prod (#1585) | diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml
index 6bb34087..18cea28d 100644
--- a/chart/env/prod.yaml
+++ b/chart/env/prod.yaml
@@ -111 +111 @@ log:
- level: "INFO"
+ level: "DEBUG" |
65dfd0a9e44c6f052a9a6bc4107f983e27d4156b | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-07-28T17:28:10 | Revert "feat: 🎸 reduce the number of DNS requests (#1581)" (#1584) | diff --git a/chart/templates/_dnsConfig.tpl b/chart/templates/_dnsConfig.tpl
deleted file mode 100644
index 629d56cf..00000000
--- a/chart/templates/_dnsConfig.tpl
+++ /dev/null
@@ -1,9 +0,0 @@
-# SPDX-License-Identifier: Apache-2.0
-# Copyright 2022 The HuggingFace Authors.
-
-{{- define "dnsConfig" -}}
-dnsConfig:
- ... |
3302184ac87de717b3ee4930c0a45f37f432f118 | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-07-28T16:16:12 | Add num_rows_total to /rows response (#1580) | diff --git a/libs/libapi/src/libapi/utils.py b/libs/libapi/src/libapi/utils.py
index 11837371..b616ee8c 100644
--- a/libs/libapi/src/libapi/utils.py
+++ b/libs/libapi/src/libapi/utils.py
@@ -86 +86 @@ def are_valid_parameters(parameters: List[Any]) -> bool:
-def try_backfill_dataset(
+def try_backfill_dataset_then_rais... |
ad754cda0c26bf7d609292853f0c1681380a882e | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-07-28T15:50:31 | feat: 🎸 reduce the number of DNS requests (#1581) | diff --git a/chart/templates/_dnsConfig.tpl b/chart/templates/_dnsConfig.tpl
new file mode 100644
index 00000000..629d56cf
--- /dev/null
+++ b/chart/templates/_dnsConfig.tpl
@@ -0,0 +1,9 @@
+# SPDX-License-Identifier: Apache-2.0
+# Copyright 2022 The HuggingFace Authors.
+
+{{- define "dnsConfig" -}}
+dnsConfig:
+ opt... |
e792862bd3968ac4b091d47a9391cb166e7a3bbe | Quentin Lhoest | 42851186+lhoestq@users.noreply.github.com | 2023-07-28T12:42:21 | Use cached features in /rows (#1573) | diff --git a/chart/static-files/openapi.json b/chart/static-files/openapi.json
index 832fd7a7..378ae7c9 100644
--- a/chart/static-files/openapi.json
+++ b/chart/static-files/openapi.json
@@ -2814,0 +2815,17 @@
+ },
+ {
+ "name": "config",
+ "in": "query",
+ "descriptio... |
f0b599204603625d48d3a396d8dcf30c77e9c41f | Andrea Francis Soria Jimenez | andrea@huggingface.co | 2023-07-27T19:20:26 | Skip real test (#1575) | diff --git a/services/worker/tests/job_runners/split/test_opt_in_out_urls_scan_from_streaming.py b/services/worker/tests/job_runners/split/test_opt_in_out_urls_scan_from_streaming.py
index ff6640a4..dbb8b8d5 100644
--- a/services/worker/tests/job_runners/split/test_opt_in_out_urls_scan_from_streaming.py
+++ b/services/... |
fa7c7e8c80d018c22e1b0c06fd21c2087e667592 | Quentin Lhoest | 42851186+lhoestq@users.noreply.github.com | 2023-07-27T16:47:47 | fix torch on macos (#1571) | diff --git a/services/worker/poetry.lock b/services/worker/poetry.lock
index 7296cd7d..a1104a04 100644
--- a/services/worker/poetry.lock
+++ b/services/worker/poetry.lock
@@ -1 +1 @@
-# This file is automatically @generated by Poetry and should not be changed by hand.
+# This file is automatically @generated by Poetry ... |
770a11c1eebde18ed28fb8c9717e774723237115 | Quentin Lhoest | 42851186+lhoestq@users.noreply.github.com | 2023-07-27T16:17:29 | fix dev admin auth (#1574) | diff --git a/tools/docker-compose-dev-datasets-server.yml b/tools/docker-compose-dev-datasets-server.yml
index d49dc549..a79211bd 100644
--- a/tools/docker-compose-dev-datasets-server.yml
+++ b/tools/docker-compose-dev-datasets-server.yml
@@ -36 +36 @@ services:
- ADMIN_HF_ORGANIZATION: ${ADMIN_HF_ORGANIZATION-hug... |
66ec434c7ae447de085a68acaf7897bb5d660bbb | Polina Kazakova | polina@huggingface.co | 2023-07-27T15:51:05 | Descriptive statistics (#1199) | diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml
index f71a593a..6bb34087 100644
--- a/chart/env/prod.yaml
+++ b/chart/env/prod.yaml
@@ -95,0 +96,3 @@ duckdbPersistence:
+statisticsPersistence:
+ existingClaim: "datasets-server-statistics-pvc"
+
@@ -126,0 +130,2 @@ optInOutUrlsScan:
+descriptiveStatistics:
+ ma... |
cfdba5a9a8306e613e574643fd590899b47f0bce | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-07-27T14:51:28 | feat: 🎸 reduce overcommitment for rows service (#1572) | diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml
index 192d1593..f71a593a 100644
--- a/chart/env/prod.yaml
+++ b/chart/env/prod.yaml
@@ -298 +298 @@ rows:
- memory: "4Gi"
+ memory: "6Gi" |
e172f24072299bc1a98266ccbd3e3c31396bcccc | Albert Villanova del Moral | 8515462+albertvillanova@users.noreply.github.com | 2023-07-27T09:52:21 | Document setting up local dev env with same Poetry version as CI (#1566) | diff --git a/DEVELOPER_GUIDE.md b/DEVELOPER_GUIDE.md
index e2101dc5..6e97737e 100644
--- a/DEVELOPER_GUIDE.md
+++ b/DEVELOPER_GUIDE.md
@@ -156 +156,44 @@ GITHUB_TOKEN=xxx
-## Mac OS
+## Set up development environment
+
+### Linux
+
+Install pyenv:
+
+```bash
+$ curl https://pyenv.run | bash
+```
+
+Install Python 3.9.1... |
4ee4b65f557236ecc2829a9470a76b09c20c1e0a | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-07-26T20:06:42 | feat: 🎸 update the modification date of root dataset dir (#1569) | diff --git a/libs/libcommon/src/libcommon/viewer_utils/asset.py b/libs/libcommon/src/libcommon/viewer_utils/asset.py
index f98eff12..55dbf532 100644
--- a/libs/libcommon/src/libcommon/viewer_utils/asset.py
+++ b/libs/libcommon/src/libcommon/viewer_utils/asset.py
@@ -3,0 +4 @@
+import contextlib
@@ -36,0 +38,12 @@ def g... |
2045018de4f43fac262a39804f28be351d0d943e | Quentin Lhoest | 42851186+lhoestq@users.noreply.github.com | 2023-07-26T15:28:16 | fix flaky executor test on long jobs (#1567) | diff --git a/services/worker/src/worker/executor.py b/services/worker/src/worker/executor.py
index d663a775..06903414 100644
--- a/services/worker/src/worker/executor.py
+++ b/services/worker/src/worker/executor.py
@@ -60,0 +61,5 @@ class WorkerExecutor:
+ self.heartbeat_interval_seconds = self.app_config.worker... |
221e5f6f3c314d33555ce51fc2527447aab78c71 | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-07-26T15:22:13 | feat: 🎸 only issues with label P0, P1 or P2 cannot be stale (#1568) | diff --git a/tools/stale.py b/tools/stale.py
index 8c791c9a..9a2a0d04 100644
--- a/tools/stale.py
+++ b/tools/stale.py
@@ -17,3 +17,3 @@ LABELS_TO_EXEMPT = [
- "good first issue",
- "feature request",
- "keep"
+ "P0",
+ "P1",
+ "P2" |
0a8d8c6aa62f36c8afb24de8a131ddf46f0aae38 | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-07-25T22:26:24 | feat: 🎸 add heavy workers to help flush the queue (#1564) | diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml
index 60a9ed52..192d1593 100644
--- a/chart/env/prod.yaml
+++ b/chart/env/prod.yaml
@@ -312 +312 @@ workers:
- replicas: 16
+ replicas: 24 |
3e531f619f41aacdcb84b61855780d631d3f96c8 | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-07-25T20:22:18 | Fix storage configs (#1559) | diff --git a/chart/templates/_envDatasetsBased.tpl b/chart/templates/_envDatasetsBased.tpl
index 05d1ed29..0bf57342 100644
--- a/chart/templates/_envDatasetsBased.tpl
+++ b/chart/templates/_envDatasetsBased.tpl
@@ -9,2 +8,0 @@
-- name: NUMBA_CACHE_DIR
- value: "/tmp/numba-cache"
diff --git a/chart/templates/worker/_co... |
3ca773737a86c37b8fdbae7b5c32e712e2261591 | Albert Villanova del Moral | 8515462+albertvillanova@users.noreply.github.com | 2023-07-25T17:30:34 | Update poetry minor version in Dockerfiles and GH Actions (#1555) | diff --git a/.github/workflows/_e2e_tests.yml b/.github/workflows/_e2e_tests.yml
index c4272b3e..25fccf99 100644
--- a/.github/workflows/_e2e_tests.yml
+++ b/.github/workflows/_e2e_tests.yml
@@ -9 +9 @@ env:
- poetry-version: 1.4.0
+ poetry-version: "1.4.2"
diff --git a/.github/workflows/_quality-python.yml b/.github... |
1cdf727e642f7501b494e7f878468deb5e06db8d | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-07-25T16:40:07 | feat: 🎸 request 4Gi per /rows pod (#1558) | diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml
index f21a6255..60a9ed52 100644
--- a/chart/env/prod.yaml
+++ b/chart/env/prod.yaml
@@ -298 +298 @@ rows:
- memory: "2Gi"
+ memory: "4Gi" |
2445ac925c05864f6f1cbc1f087711bbccaa6825 | Albert Villanova del Moral | 8515462+albertvillanova@users.noreply.github.com | 2023-07-25T16:14:21 | Update locked cachecontrol yanked version (#1553) | diff --git a/e2e/poetry.lock b/e2e/poetry.lock
index 56320794..8631d58d 100644
--- a/e2e/poetry.lock
+++ b/e2e/poetry.lock
@@ -84 +84 @@ name = "cachecontrol"
-version = "0.13.0"
+version = "0.13.1"
@@ -88 +88 @@ optional = false
-python-versions = ">=3.6"
+python-versions = ">=3.7"
@@ -90,2 +90,2 @@ files = [
- {fi... |
bbd54ae85426fc447091543bf4f843a03aafdb23 | Albert Villanova del Moral | 8515462+albertvillanova@users.noreply.github.com | 2023-07-25T16:13:38 | Update huggingface-hub dependency to 0.16.4 version (#1552) | diff --git a/e2e/poetry.lock b/e2e/poetry.lock
index 50da8526..56320794 100644
--- a/e2e/poetry.lock
+++ b/e2e/poetry.lock
@@ -456 +456 @@ name = "huggingface-hub"
-version = "0.15.1"
+version = "0.16.4"
@@ -462,2 +462,2 @@ files = [
- {file = "huggingface_hub-0.15.1-py3-none-any.whl", hash = "sha256:05b0fb0abbf1f62... |
b86d437552e6583fbc9473ea5a12cff5a87893fc | Albert Villanova del Moral | 8515462+albertvillanova@users.noreply.github.com | 2023-07-25T16:05:52 | Update certifi in poetry lock files (#1557) | diff --git a/e2e/poetry.lock b/e2e/poetry.lock
index 19c5b449..50da8526 100644
--- a/e2e/poetry.lock
+++ b/e2e/poetry.lock
@@ -105 +105 @@ name = "certifi"
-version = "2023.5.7"
+version = "2023.7.22"
@@ -111,2 +111,2 @@ files = [
- {file = "certifi-2023.5.7-py3-none-any.whl", hash = "sha256:c6c2e98f5c7869efca1f8916... |
589c02c01352aa186ee9db005613a5d150c446d3 | Albert Villanova del Moral | 8515462+albertvillanova@users.noreply.github.com | 2023-07-25T13:17:13 | Align poetry version in all Docker files (#1554) | diff --git a/jobs/cache_maintenance/Dockerfile b/jobs/cache_maintenance/Dockerfile
index 1cf31830..bcc0d76e 100644
--- a/jobs/cache_maintenance/Dockerfile
+++ b/jobs/cache_maintenance/Dockerfile
@@ -13 +13 @@ ENV PYTHONFAULTHANDLER=1 \
- POETRY_VERSION=1.3.2 \
+ POETRY_VERSION=1.4.0 \ |
f5a911990c401bf2becaf3821add45dd6a35cc99 | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-07-24T20:15:13 | feat: 🎸 reduce resources (#1551) | diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml
index 99173525..f21a6255 100644
--- a/chart/env/prod.yaml
+++ b/chart/env/prod.yaml
@@ -312 +312 @@ workers:
- replicas: 60
+ replicas: 16
@@ -329 +329 @@ workers:
- replicas: 15
+ replicas: 8 |
e4a93b9530fca953ac58781559293176de7fd1ae | Rémy | remy.trompier@gmail.com | 2023-07-24T15:47:54 | fix(helm): update probes for services pods (#1548) | diff --git a/chart/templates/services/admin/_container.tpl b/chart/templates/services/admin/_container.tpl
index fcb86635..f6e3ea1f 100644
--- a/chart/templates/services/admin/_container.tpl
+++ b/chart/templates/services/admin/_container.tpl
@@ -45 +45,4 @@
- tcpSocket:
+ failureThreshold: 30
+ periodSeconds:... |
0e8c96e9d2b6b508508a74a4fbd17c4434387e15 | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-07-24T15:45:49 | Update prod.yaml (#1547) | diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml
index cca3909e..99173525 100644
--- a/chart/env/prod.yaml
+++ b/chart/env/prod.yaml
@@ -118 +118 @@ parquetAndInfo:
- supportedDatasets: "bigcode/the-stack"
+ supportedDatasets: "" |
ab05c1047d473f23debd63e20b84d93ecf717961 | Rémy | remy.trompier@gmail.com | 2023-07-24T15:22:43 | fix: use dedicated nodes for rows pods (#1546) | diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml
index 04d967ab..cca3909e 100644
--- a/chart/env/prod.yaml
+++ b/chart/env/prod.yaml
@@ -290 +289,0 @@ rows:
-
@@ -292 +291 @@ rows:
- role-datasets-server: "true"
+ role-datasets-server-rows: "true" |
59d959fb56c9dba5868a6e9d6716e7071fc6abfb | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-07-24T15:21:45 | feat: 🎸 unblock all datasets but Graphcore (and echarlaix) ones (#1545) | diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml
index 4f8433d6..04d967ab 100644
--- a/chart/env/prod.yaml
+++ b/chart/env/prod.yaml
@@ -117 +117 @@ parquetAndInfo:
- blockedDatasets: "1aurent/icdar-2011,Abuelnour/json_1000_Scientific_Paper,Biomedical-TeMU/ProfNER_corpus_NER,Biomedical-TeMU/ProfNER_corpus_classi... |
3fa0feab15d09f6f1ba62560ba91da29a5dd8661 | Rémy | remy.trompier@gmail.com | 2023-07-24T14:56:22 | fix: resources allocation and use dedicated nodes for worker light (#1544) | diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml
index 13709c27..4f8433d6 100644
--- a/chart/env/prod.yaml
+++ b/chart/env/prod.yaml
@@ -317 +317 @@ workers:
- memory: "4Gi"
+ memory: "8Gi"
@@ -329 +329 @@ workers:
- role-datasets-server-worker: "true"
+ role-datasets-server-worker-light: ... |
9518971f69d0d0616411e7c0b9ec00468f8b5dcc | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-07-24T14:51:18 | feat: 🎸 unblock datasets with 200 downloads or more (#1543) | diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml
index 442cbf6e..13709c27 100644
--- a/chart/env/prod.yaml
+++ b/chart/env/prod.yaml
@@ -117 +117 @@ parquetAndInfo:
- blockedDatasets: "1aurent/icdar-2011,Abuelnour/json_1000_Scientific_Paper,Biomedical-TeMU/ProfNER_corpus_NER,Biomedical-TeMU/ProfNER_corpus_classi... |
6e9e2c897c1a987ca020ff2ca26d8694d0c95537 | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-07-24T14:11:56 | feat: 🎸 unblock datasets with at least 3 likes (#1542) | diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml
index 15a3b2fb..442cbf6e 100644
--- a/chart/env/prod.yaml
+++ b/chart/env/prod.yaml
@@ -117 +117 @@ parquetAndInfo:
- blockedDatasets: "1aurent/icdar-2011,Abuelnour/json_1000_Scientific_Paper,Biomedical-TeMU/ProfNER_corpus_NER,Biomedical-TeMU/ProfNER_corpus_classi... |
56682aa1bbc6489902cf26603239b4a22fa207c7 | Quentin Lhoest | 42851186+lhoestq@users.noreply.github.com | 2023-07-24T10:17:30 | add auth to first_rows_from_parquet (#1541) | diff --git a/services/worker/src/worker/job_runners/split/first_rows_from_parquet.py b/services/worker/src/worker/job_runners/split/first_rows_from_parquet.py
index 472eae18..402c0d70 100644
--- a/services/worker/src/worker/job_runners/split/first_rows_from_parquet.py
+++ b/services/worker/src/worker/job_runners/split/... |
4b012593a3abecab1940add2bf49e5d572d7c80f | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-07-21T18:12:24 | feat: 🎸 unblock 26 datasets (5 likes or more) (#1540) | diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml
index d5b48476..15a3b2fb 100644
--- a/chart/env/prod.yaml
+++ b/chart/env/prod.yaml
@@ -117 +117 @@ parquetAndInfo:
- blockedDatasets: "1aurent/icdar-2011,Abuelnour/json_1000_Scientific_Paper,Biomedical-TeMU/ProfNER_corpus_NER,Biomedical-TeMU/ProfNER_corpus_classi... |
14c639c80340f913b875f9d6906d86438a126c87 | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-07-21T16:02:39 | feat: 🎸 unblock impactful datasets (#1539) | diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml
index 370fee1a..d5b48476 100644
--- a/chart/env/prod.yaml
+++ b/chart/env/prod.yaml
@@ -117 +117 @@ parquetAndInfo:
- blockedDatasets: "1aurent/icdar-2011,Abuelnour/json_1000_Scientific_Paper,Biomedical-TeMU/ProfNER_corpus_NER,Biomedical-TeMU/ProfNER_corpus_classi... |
0691cb7af3cd3a2293ad0120c684bb686f7aa804 | Andrea Francis Soria Jimenez | andrea@huggingface.co | 2023-07-20T21:17:43 | Update aiohttp (#1538) | diff --git a/front/admin_ui/poetry.lock b/front/admin_ui/poetry.lock
index 75d6c3b1..904f5f72 100644
--- a/front/admin_ui/poetry.lock
+++ b/front/admin_ui/poetry.lock
@@ -17 +17 @@ name = "aiohttp"
-version = "3.8.4"
+version = "3.8.5"
@@ -23,87 +23,87 @@ files = [
- {file = "aiohttp-3.8.4-cp310-cp310-macosx_10_9_un... |
47e93d398d839846fa5cb3429b8cd3f43c69b198 | Andrea Francis Soria Jimenez | andrea@huggingface.co | 2023-07-20T17:03:39 | Update aiohttp (#1537) | diff --git a/jobs/cache_maintenance/poetry.lock b/jobs/cache_maintenance/poetry.lock
index 53723665..01d55f22 100644
--- a/jobs/cache_maintenance/poetry.lock
+++ b/jobs/cache_maintenance/poetry.lock
@@ -5 +5 @@ name = "aiohttp"
-version = "3.8.4"
+version = "3.8.5"
@@ -11,87 +11,87 @@ files = [
- {file = "aiohttp-3.... |
70d56e3261e95c95286d48c6c52c19a073521a20 | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-07-20T16:24:24 | Remove datasets from the blocklist (#1534) | diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml
index f57408ce..370fee1a 100644
--- a/chart/env/prod.yaml
+++ b/chart/env/prod.yaml
@@ -116 +116,2 @@ parquetAndInfo:
- blockedDatasets: "1aurent/icdar-2011,abdusahmbzuai/masc_dev,Abuelnour/json_1000_Scientific_Paper,ACL-OCL/acl-anthology-corpus,adamlin/daily_dial... |
c4c3501355f12dbc982e119bd46c1f4b543f0de7 | Quentin Lhoest | 42851186+lhoestq@users.noreply.github.com | 2023-07-20T13:17:35 | Separate parquet metadata by split (#1533) | diff --git a/libs/libcommon/src/libcommon/viewer_utils/parquet_metadata.py b/libs/libcommon/src/libcommon/viewer_utils/parquet_metadata.py
index 2c5c248c..028d54ff 100644
--- a/libs/libcommon/src/libcommon/viewer_utils/parquet_metadata.py
+++ b/libs/libcommon/src/libcommon/viewer_utils/parquet_metadata.py
@@ -14,3 +14,... |
39671925f6e172502e1b3771919fbd2237459dc4 | Quentin Lhoest | 42851186+lhoestq@users.noreply.github.com | 2023-07-19T12:02:36 | add Hub API convenience endpoint in parquet docs (#1526) | diff --git a/docs/source/parquet.mdx b/docs/source/parquet.mdx
index 927a5a1e..c9a20bc3 100644
--- a/docs/source/parquet.mdx
+++ b/docs/source/parquet.mdx
@@ -166 +166,122 @@ Big datasets are partitioned into Parquet files (shards) of about 500MB each. Th
-To read and query the Parquet files, take a look at the [Query ... |
17afb711d8e9f6cd563de6de98e598e2d5235d48 | Quentin Lhoest | 42851186+lhoestq@users.noreply.github.com | 2023-07-19T11:35:09 | fix libapi in dev docker (#1531) | diff --git a/tools/docker-compose-dev-base.yml b/tools/docker-compose-dev-base.yml
index 59ed778e..96319ed2 100644
--- a/tools/docker-compose-dev-base.yml
+++ b/tools/docker-compose-dev-base.yml
@@ -46,0 +47 @@ services:
+ - ../libs/libapi/src:/src/libs/libapi/src
@@ -47,0 +49,9 @@ services:
+ rows:
+ extends:... |
8359f646a9679e6dc0d61e1b8346a33b1543b0cb | Andrea Francis Soria Jimenez | andrea@huggingface.co | 2023-07-18T20:49:54 | Moving some /rows shared utils (#1530) | diff --git a/libs/libapi/pyproject.toml b/libs/libapi/pyproject.toml
index adc11924..42d43247 100644
--- a/libs/libapi/pyproject.toml
+++ b/libs/libapi/pyproject.toml
@@ -51,0 +52 @@ module = [
+ "datasets.*",
@@ -52,0 +54 @@ module = [
+ "pyarrow.*"
diff --git a/libs/libapi/src/libapi/exceptions.py b/libs/libapi... |
c8746cda40438ab386304da5ab3378b1b76ee788 | Andrea Francis Soria Jimenez | andrea@huggingface.co | 2023-07-18T20:20:00 | Update dependencies cryptography and scipy (#1525) | diff --git a/e2e/tests/fixtures/hub.py b/e2e/tests/fixtures/hub.py
index 4d960ac7..f31f1529 100644
--- a/e2e/tests/fixtures/hub.py
+++ b/e2e/tests/fixtures/hub.py
@@ -30,2 +30,2 @@ CI_HUB_USER_SESSION_TOKEN = (
- "oMidckPVQYumfKrAHNYKqnbacRoLaMppHRRlfNbupNahzAHCz"
- "InBVbhgGosDneYXHVTKkkWygoMDxBfFUkFPIPiVWBtZtST... |
1a660191ba0a51d708b917b8cfe734ef77178f2d | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-07-18T19:12:03 | feat: 🎸 unblock allenai/c4 (#1529) | diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml
index 2e1bf021..f57408ce 100644
--- a/chart/env/prod.yaml
+++ b/chart/env/prod.yaml
@@ -116 +116 @@ parquetAndInfo:
- blockedDatasets: "matallanas/linustechtips-transcript-audio-wav,KnutJaegersberg/Interpretable_word_embeddings_large_cskg,ashraf-ali/quran-data,cjv... |
902d9ac2cc951ed1a132086fc71d0aa70dc020fa | Quentin Lhoest | 42851186+lhoestq@users.noreply.github.com | 2023-07-18T17:17:41 | Always verify parquet before copying (#1520) | 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 85cbf532..68a6066a 100644
--- a/services/worker/src/worker/job_runners/config/parquet_and_info.py
+++ b/services/worker/src/worker/job_runners/config/parquet_and_info.... |
ff754f55914fad345c5adcf9e947bb8cc47e65f8 | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-07-17T17:44:30 | feat: 🎸 reduce resources (#1524) | diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml
index 797d1380..2e1bf021 100644
--- a/chart/env/prod.yaml
+++ b/chart/env/prod.yaml
@@ -312 +312 @@ workers:
- replicas: 60
+ replicas: 20
@@ -329 +329 @@ workers:
- replicas: 12
+ replicas: 6 |
f72be23ed042152590f617faa30e23db13111477 | Andrea Francis Soria Jimenez | andrea@huggingface.co | 2023-07-12T18:49:56 | Reduce resources (#1517) | diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml
index 7daa1601..797d1380 100644
--- a/chart/env/prod.yaml
+++ b/chart/env/prod.yaml
@@ -312 +312 @@ workers:
- replicas: 120
+ replicas: 60
@@ -329 +329 @@ workers:
- replicas: 24
+ replicas: 12 |
cb1082ee3585075a0342e31a98f7cc99d13f1cc2 | Quentin Lhoest | 42851186+lhoestq@users.noreply.github.com | 2023-07-11T15:47:02 | fix optional download_size (#1515) | diff --git a/services/worker/src/worker/job_runners/config/size.py b/services/worker/src/worker/job_runners/config/size.py
index 785ea8f9..fda5d622 100644
--- a/services/worker/src/worker/job_runners/config/size.py
+++ b/services/worker/src/worker/job_runners/config/size.py
@@ -68 +68 @@ def compute_config_size_respons... |
d2b3d7e58b05c61dd31ddb5c9a17fc481a5def99 | Andrea Francis Soria Jimenez | andrea@huggingface.co | 2023-07-11T15:05:06 | Adding partial ttl index to locks (#1514) | diff --git a/libs/libcommon/src/libcommon/constants.py b/libs/libcommon/src/libcommon/constants.py
index c04596eb..4f4a2ca1 100644
--- a/libs/libcommon/src/libcommon/constants.py
+++ b/libs/libcommon/src/libcommon/constants.py
@@ -16,0 +17 @@ QUEUE_TTL_SECONDS = 600 # 10 minutes
+LOCK_TTL_SECONDS = 600 # 10 minutes
d... |
40fe965d1aa1b3a51552895269f759687a6706bd | Quentin Lhoest | 42851186+lhoestq@users.noreply.github.com | 2023-07-11T14:47:17 | (minor) rename noMaxSizeLimitDatasets (#1513) | diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml
index 96be0a30..7daa1601 100644
--- a/chart/env/prod.yaml
+++ b/chart/env/prod.yaml
@@ -114 +113,0 @@ parquetAndInfo:
- fullyConvertedDatasets: "Open-Orca/OpenOrca"
@@ -118,0 +118 @@ parquetAndInfo:
+ noMaxSizeLimitDatasets: "Open-Orca/OpenOrca"
diff --git a/char... |
2f1c59ad3fae1f27bf6e0c42cc76bb5c28e4649e | Quentin Lhoest | 42851186+lhoestq@users.noreply.github.com | 2023-07-11T11:31:46 | add priority param to force refresh endpoint (#1510) | diff --git a/front/admin_ui/app.py b/front/admin_ui/app.py
index a39a8e20..c63bdb55 100644
--- a/front/admin_ui/app.py
+++ b/front/admin_ui/app.py
@@ -87,0 +88 @@ with gr.Blocks() as demo:
+ refresh_priority = gr.Dropdown(["low", "normal"], multiselect=False, label="priority", value="low")
@@ -263 +264 @... |
d3d66958fd9a3cf3eba276a3d30e39003a90f071 | Andrea Francis Soria Jimenez | andrea@huggingface.co | 2023-07-10T22:45:23 | Last index sync and Increase resources (#1512) | diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml
index 673c4007..96be0a30 100644
--- a/chart/env/prod.yaml
+++ b/chart/env/prod.yaml
@@ -312 +312 @@ workers:
- replicas: 60
+ replicas: 120
@@ -329 +329 @@ workers:
- replicas: 12
+ replicas: 24
diff --git a/libs/libcommon/src/libcommon/queue.py b/libs/... |
c8b32403562c558621c5b06d72d22899c3d44325 | Andrea Francis Soria Jimenez | andrea@huggingface.co | 2023-07-10T20:39:45 | Sync adviced indexes by Atlas (#1511) | diff --git a/libs/libcommon/src/libcommon/queue.py b/libs/libcommon/src/libcommon/queue.py
index 24e92a0c..02dd5986 100644
--- a/libs/libcommon/src/libcommon/queue.py
+++ b/libs/libcommon/src/libcommon/queue.py
@@ -154 +154,2 @@ class JobDocument(Document):
- ("priority", "status", "created_at", "difficulty"... |
8f8160141f596f4978d5dab2e66ace8cd1c536d7 | Andrea Francis Soria Jimenez | andrea@huggingface.co | 2023-07-10T17:02:51 | Try to improve index usage for Job collection (#1509) | diff --git a/libs/libcommon/src/libcommon/queue.py b/libs/libcommon/src/libcommon/queue.py
index d0f54091..24e92a0c 100644
--- a/libs/libcommon/src/libcommon/queue.py
+++ b/libs/libcommon/src/libcommon/queue.py
@@ -152,2 +151,0 @@ class JobDocument(Document):
- "dataset",
- ("dataset", "revision",... |
a635bf7f70bc23a407595ac19e7adcb2cdc2e6ba | Quentin Lhoest | 42851186+lhoestq@users.noreply.github.com | 2023-07-10T13:47:44 | Add fully converted datasets (#1508) | diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml
index ee6303c8..673c4007 100644
--- a/chart/env/prod.yaml
+++ b/chart/env/prod.yaml
@@ -113,0 +114 @@ parquetAndInfo:
+ fullyConvertedDatasets: "Open-Orca/OpenOrca"
diff --git a/chart/templates/_envWorker.tpl b/chart/templates/_envWorker.tpl
index 07c101d1..ca647c... |
ce1439b8678bbdd0e391d7b922186c061da45704 | Quentin Lhoest | 42851186+lhoestq@users.noreply.github.com | 2023-07-10T11:14:44 | memory efficient config-parquet-metadata (#1506) | diff --git a/services/worker/src/worker/job_runners/config/parquet_metadata.py b/services/worker/src/worker/job_runners/config/parquet_metadata.py
index 0129a70e..e739b213 100644
--- a/services/worker/src/worker/job_runners/config/parquet_metadata.py
+++ b/services/worker/src/worker/job_runners/config/parquet_metadata.... |
10deca03dbef8f7b580c24aa99a83ae507753145 | Andrea Francis Soria Jimenez | andrea@huggingface.co | 2023-07-10T10:33:00 | Sync indexes with db (#1505) | diff --git a/libs/libcommon/src/libcommon/queue.py b/libs/libcommon/src/libcommon/queue.py
index acae7aa2..d0f54091 100644
--- a/libs/libcommon/src/libcommon/queue.py
+++ b/libs/libcommon/src/libcommon/queue.py
@@ -154,2 +153,0 @@ class JobDocument(Document):
- "status",
- ("type", "status"),
@@ -... |
c7c3c9b935a6ab94fcfe556d2bd6d02c7261760c | Quentin Lhoest | 42851186+lhoestq@users.noreply.github.com | 2023-07-10T09:49:00 | reduce rows lru cache (#1507) | diff --git a/libs/libcommon/src/libcommon/parquet_utils.py b/libs/libcommon/src/libcommon/parquet_utils.py
index 8dfe65d5..00105f80 100644
--- a/libs/libcommon/src/libcommon/parquet_utils.py
+++ b/libs/libcommon/src/libcommon/parquet_utils.py
@@ -273 +273 @@ class RowsIndex:
- @lru_cache(maxsize=1024)
+ @lru_cach... |
f122c48562d2ab02c2f7ff10f4e0a173a3b9167b | Polina Kazakova | polina@huggingface.co | 2023-07-07T13:44:22 | Delete `/config-names` endpoint (#1498) | diff --git a/e2e/tests/test_11_api.py b/e2e/tests/test_11_api.py
index 8dd3e822..d40b8b68 100644
--- a/e2e/tests/test_11_api.py
+++ b/e2e/tests/test_11_api.py
@@ -40 +40 @@ def test_auth_e2e(
- relative_url=f"/config-names?dataset={dataset}",
+ relative_url=f"/splits?dataset={dataset}",
@@ -51 +50,0 @@ de... |
c66e943aa4cf90e060f40a2e17c6602b326668cb | Quentin Lhoest | 42851186+lhoestq@users.noreply.github.com | 2023-07-07T09:50:36 | Remove parquet index without metadata (#1503) | diff --git a/libs/libcommon/src/libcommon/config.py b/libs/libcommon/src/libcommon/config.py
index 472fa14f..48041b90 100644
--- a/libs/libcommon/src/libcommon/config.py
+++ b/libs/libcommon/src/libcommon/config.py
@@ -249 +249 @@ class ProcessingGraphConfig:
- "triggered_by": "config-parquet",
+ ... |
38e177ec3e3f9a56ff83a6ce35deb9386e834fb1 | Quentin Lhoest | 42851186+lhoestq@users.noreply.github.com | 2023-07-06T16:12:27 | Convert if too big row groups for copy (#1497) | diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml
index 2686c8c8..ee6303c8 100644
--- a/chart/env/prod.yaml
+++ b/chart/env/prod.yaml
@@ -114,0 +115 @@ parquetAndInfo:
+ maxRowGroupByteSizeForCopy: "500_000_000"
diff --git a/chart/templates/_envWorker.tpl b/chart/templates/_envWorker.tpl
index 18e1497c..07c101d1 ... |
678c95b21c80f44e0ff9e81cebd3cd173335eea2 | Andrea Francis Soria Jimenez | andrea@huggingface.co | 2023-07-06T15:13:12 | Exclude parquet volume (#1501) | diff --git a/chart/templates/_initContainerParquetMetadata.tpl b/chart/templates/_initContainerParquetMetadata.tpl
index 8e9d86c9..fb7fa696 100644
--- a/chart/templates/_initContainerParquetMetadata.tpl
+++ b/chart/templates/_initContainerParquetMetadata.tpl
@@ -14 +14 @@
- name: parquet-data
+ name: data
diff --... |
001b9efd51f161b9d4016ec4d4c111c53662e06f | Andrea Francis Soria Jimenez | andrea@huggingface.co | 2023-07-06T14:43:13 | Calle volumeCache (#1500) | diff --git a/chart/templates/worker/_deployment.yaml b/chart/templates/worker/_deployment.yaml
index bbfee9e8..c6441888 100644
--- a/chart/templates/worker/_deployment.yaml
+++ b/chart/templates/worker/_deployment.yaml
@@ -33 +33,2 @@ spec:
- volumes:
+ volumes:
+ {{ include "volumeCache" . | nindent ... |
fbc5a4e8d96ab2ece97e65d2bf33bdb371cf8a7d | Andrea Francis Soria Jimenez | andrea@huggingface.co | 2023-07-06T14:26:02 | Fix volume ref (#1499) | diff --git a/chart/templates/_volumeMountCache.tpl b/chart/templates/_volumeMountCache.tpl
index 7a01c872..08541bc6 100644
--- a/chart/templates/_volumeMountCache.tpl
+++ b/chart/templates/_volumeMountCache.tpl
@@ -7 +7 @@
- name: data
+ name: cache-data
diff --git a/chart/templates/_volumeMountDuckDBIndex.tpl b/char... |
30328c40269de349eba5b10da6d16837d98576ed | Andrea Francis Soria Jimenez | andrea@huggingface.co | 2023-07-06T14:04:45 | Adding EFS volumes (#1495) | diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml
index 3baf4565..2686c8c8 100644
--- a/chart/env/prod.yaml
+++ b/chart/env/prod.yaml
@@ -86,0 +87,9 @@ persistence:
+cachePersistence:
+ existingClaim: "datasets-server-cache-pvc"
+
+parquetPersistence:
+ existingClaim: "datasets-server-parquet-pvc"
+
+duckdbPersi... |
fa060501000cf1d6e5c652f940fe4dd83dbd4f4e | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-07-05T16:37:45 | feat: 🎸 reduce the number of workers (#1496) | diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml
index 12855799..3baf4565 100644
--- a/chart/env/prod.yaml
+++ b/chart/env/prod.yaml
@@ -301 +301 @@ workers:
- replicas: 150
+ replicas: 60
@@ -318 +318 @@ workers:
- replicas: 20
+ replicas: 12 |
7956951256215423d7ee6e6718bd7e249ec7eaba | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-07-05T16:09:47 | feat: 🎸 increase resources to flush the jobs (#1494) | diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml
index ec082cf5..12855799 100644
--- a/chart/env/prod.yaml
+++ b/chart/env/prod.yaml
@@ -301 +301 @@ workers:
- replicas: 80
+ replicas: 150
@@ -318 +318 @@ workers:
- replicas: 12
+ replicas: 20 |
b212cfb8b25a2df75266f27cfdea47f78d3e8cf2 | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-07-05T16:07:45 | feat: 🎸 avoid adding filters on difficulty when not needed (#1493) | diff --git a/libs/libcommon/src/libcommon/constants.py b/libs/libcommon/src/libcommon/constants.py
index 19dc97e7..c04596eb 100644
--- a/libs/libcommon/src/libcommon/constants.py
+++ b/libs/libcommon/src/libcommon/constants.py
@@ -18,0 +19,2 @@ DEFAULT_DIFFICULTY = 50
+DEFAULT_DIFFICULTY_MAX = 100
+DEFAULT_DIFFICULTY_M... |
4d04e0d71d1a8959367098961fc74cdfbd606ab3 | Sylvain Lesage | sylvain.lesage@huggingface.co | 2023-07-05T15:35:17 | fix: 🐛 ensure the env vars are int (#1492) | diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml
index ab27b0c7..ec082cf5 100644
--- a/chart/env/prod.yaml
+++ b/chart/env/prod.yaml
@@ -295,2 +295,2 @@ workers:
- workerDifficultyMax: ""
- workerDifficultyMin: ""
+ workerDifficultyMax: 100
+ workerDifficultyMin: 0
@@ -312,2 +312,2 @@ workers:
- wo... |
248207356ab3a525b404c5e802ea3105206f1e9f | Andrea Francis Soria Jimenez | andrea@huggingface.co | 2023-07-05T15:18:29 | chore: update pypdf dependency in worker (#1481) | diff --git a/services/worker/poetry.lock b/services/worker/poetry.lock
index f2363ed9..b1e40e89 100644
--- a/services/worker/poetry.lock
+++ b/services/worker/poetry.lock
@@ -1 +1 @@
-# This file is automatically @generated by Poetry 1.4.0 and should not be changed by hand.
+# This file is automatically @generated by P... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.