Eventual-Inc
Daft
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
test(transformers): mock HF model loading to avoid 429 in CI Patch AutoModel/AutoProcessor in image_embedder so the device-selection test no longer hits huggingface.co (which was returning HTTP 429 and causing CI failures). A minimal nn.Module stand-in preserves real parameters() so the device assertion is still meaningful.
XuQianJin-Stars:fix/transformers-classifier-tests-hf-429
34 minutes ago
fix: correct codespell error 're-using' -> 'reusing'
XuQianJin-Stars:feat/spark-array-functions
55 minutes ago
fix(tests): add missing __init__.py for huggingface integration tests Without __init__.py, the huggingface/ directory is not a Python package, causing pytest to fail at collection time with: ImportError: attempted relative import with no known parent package when test modules execute 'from ._hf_retry import call_with_hf_retry'. Add empty __init__.py to make it a proper package, consistent with sibling directories (benchmarks/, csv/, jsonl/, parquet/).
XuQianJin-Stars:fix/transformers-classifier-tests-hf-429
1 hour ago
test(integration/io/huggingface): tolerate HuggingFace Hub HTTP 429 CI runners share egress IPs with many other users, so calls to huggingface.co occasionally come back as HTTP 429 (rate-limited). Wrap the network-bound calls in tests/integration/io/huggingface/ with a retry helper that retries with exponential backoff and skips the test if the limit persists, mirroring tests/ai/transformers/_hf_retry.py. Also recognize the Daft Rust IO layer's reqwest 'Status(429, ...)' error message form, which the existing transformer-side helper does not match.
XuQianJin-Stars:fix/transformers-classifier-tests-hf-429
2 hours ago
Merge branch 'main' into daft-lance-checkpoint
everySympathy:daft-lance-checkpoint
14 hours ago
test(ai/transformers): broaden HF 429 detection and surface retries in logs Address review feedback on the HuggingFace Hub retry helper: * Recognize the "HTTP Error 429 thrown while requesting ..." message shape produced by huggingface_hub.HfHubHTTPError, in addition to the requests/urllib3 "Too Many Requests" / "rate limit" phrasing. The earlier fallback required both "429" AND one of those keywords, which silently missed the very error format observed in CI. * Emit a warnings.warn before each backoff sleep so CI logs show the attempt count and delay instead of appearing to hang. * Fix import ordering and switch Callable to collections.abc to satisfy ruff (I001, UP035), and apply ruff-format.
XuQianJin-Stars:fix/transformers-classifier-tests-hf-429
1 day ago
chore(grouped-agg): clarify SHARD_THRESHOLD doc covers both strategies
BABTUNA:perf/sharded-partition-then-agg
1 day ago
Merge branch 'main' into feat/string-distance-functions
nish2292:feat/string-distance-functions
1 day ago
Latest Branches
CodSpeed Performance Gauge
0%
test: tolerate HuggingFace Hub HTTP 429 in classifier and IO tests
#7080
52 minutes ago
cba9ff0
XuQianJin-Stars:fix/transformers-classifier-tests-hf-429
CodSpeed Performance Gauge
0%
feat: add Spark-compatible array functions (array_except, array_intersect, array_union, array_compact, array_position)
#7083
1 hour ago
26aaa97
XuQianJin-Stars:feat/spark-array-functions
CodSpeed Performance Gauge
0%
feat(checkpoint): support checkpoint on lance, stage Lance DataSink write results
#7035
14 hours ago
dcd1e06
everySympathy:daft-lance-checkpoint
Β© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs