Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tweak the CI to avoid running out of disk space. (#2630) | Laurent Mazare | 2024-11-19 | 1 | -0/+3 |
| | | | | | * Tweak the CI to avoid running out of disk space. * Linux only. | ||||
* | More Model Module Docs (#2623) | zachcp | 2024-11-17 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * dinov2 * add another example * ad dinov2reg4 * eva2 * efficientvit * moondream * update t5 * update t5 * rwkv * stable diffusion docs * add wasm link * add segment_anything * adjsut for clippy * ignore bertdoc * dinov2 ignore * update block to be text * remove the rust blocks for the moment * bump python to 3.11 * add a setup-python step * add py311 to test as well | ||||
* | move CI/Cuda runner | Guillaume LEGENDRE | 2024-09-26 | 1 | -1/+2 |
| | |||||
* | fix: usage of `actions/checkout@v2` (#2403) | Hamir Mahal | 2024-08-06 | 2 | -9/+9 |
| | | | | | * chore: changes from formatting on save * fix: usage of `actions/checkout@v2` | ||||
* | feat(ci): add trufflehog secrets detection (#2262) | Luc Georges | 2024-06-10 | 1 | -0/+15 |
| | | | | | * feat(ci): add trufflehog secrets detection * fix(ci): remove unnecessary permissions | ||||
* | Update our cuda runner. (#1705) | Nicolas Patry | 2024-02-13 | 1 | -65/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * Update our cuda runner. * Fix install rust. * Simplify. * Docker in docker. * Install curl * Install curl * No sudo. * devel * Put curl again. * Add missing deps. * pkg-config. * Cleanup. | ||||
* | fix: deprecated option field (open-pull-requests-limit-per-dependency) (#1554) | darker | 2024-01-10 | 1 | -1/+0 |
| | |||||
* | feat: add dependabot to the project (#1553) | darker | 2024-01-10 | 1 | -0/+8 |
| | | | | | | | | | * feat: add dependabot to the project * feat: add let's accept patches/fix from other libs * Revert "feat: add let's accept patches/fix from other libs" This reverts commit d31a956f8108afb1b6ee6f35611feea399d63bdf. | ||||
* | Ignore skipped. | Nicolas Patry | 2023-12-29 | 1 | -1/+1 |
| | |||||
* | Ignore stop on remote forks. | Nicolas Patry | 2023-12-29 | 1 | -1/+1 |
| | |||||
* | Trying to fix flakyness by making hub_2 and hub_3 serial tests (potential ↵ | Nicolas Patry | 2023-12-29 | 1 | -2/+0 |
| | | | | issue on mingw with mmap). | ||||
* | Fix the CI. | Nicolas Patry | 2023-12-29 | 2 | -0/+4 |
| | |||||
* | PyO3: Add optional `candle.onnx` module (#1282) | Lukas Kreussel | 2023-11-08 | 2 | -1/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Start onnx integration * Merge remote-tracking branch 'upstream/main' into feat/pyo3-onnx * Implement ONNXModel * `fmt` * add `onnx` flag to python ci * Pin `protoc` to `25.0` * Setup `protoc` in wheel builds * Build wheels with `onnx` * Install `protoc` in manylinux containers * `apt` -> `yum` * Download `protoc` via bash script * Back to `manylinux: auto` * Disable `onnx` builds for linux | ||||
* | Adds check for 7b-zephyr and uses correct template (#1283) | DTJ11235 | 2023-11-06 | 1 | -4/+0 |
| | | | | | | | | | | | * Adds check for 7b-zephyr and uses correct template * Handle zephyr as mistral. * Disable the protoc bits of the CI. --------- Co-authored-by: Laurent <laurent.mazare@gmail.com> | ||||
* | Add some preliminary ONNX support (#1260) | Laurent Mazare | 2023-11-04 | 2 | -1/+5 |
| | | | | | | | | | | | | | | | | | * Add the onnx protos. * Move the reading bits. * Install protoc on the CI. * Install protoc on the cuda CI too. * Use clap for the onnx tool. * Tweak the CI protoc install. * Add some simple evalution function. * Add some binary operator support. | ||||
* | PyO3: Add CI to build & upload wheels as artifacts. (#1215) | Lukas Kreussel | 2023-10-29 | 1 | -0/+0 |
| | | | | | | | * Add maturin ci * fix paths * Change sdist path | ||||
* | PyO3: Add CI (#1135) | Lukas Kreussel | 2023-10-20 | 1 | -0/+62 |
| | | | | | | | * Add PyO3 ci * Update python.yml * Format `bert.py` | ||||
* | Fix waiting upgrade for SSL ? | Nicolas Patry | 2023-08-28 | 1 | -1/+1 |
| | |||||
* | Merge pull request #368 from huggingface/add_cuda_ci | Nicolas Patry | 2023-08-10 | 1 | -0/+87 |
|\ | | | | | Adding cuda CI | ||||
| * | Fix CI cuda. | Nicolas Patry | 2023-08-10 | 1 | -1/+1 |
| | | |||||
| * | Testing in release mode because debug is too slow. | Nicolas Patry | 2023-08-09 | 1 | -1/+1 |
| | | |||||
| * | ssl update. | Nicolas Patry | 2023-08-09 | 1 | -4/+2 |
| | | |||||
| * | Fix by hardcoding paths | Nicolas Patry | 2023-08-09 | 1 | -1/+2 |
| | | |||||
| * | ? | Nicolas Patry | 2023-08-09 | 1 | -5/+1 |
| | | |||||
| * | CI ssh in the meantime. | Nicolas Patry | 2023-08-09 | 1 | -2/+4 |
| | | |||||
| * | Attempt nb2 | Nicolas Patry | 2023-08-09 | 1 | -4/+2 |
| | | |||||
| * | SSH to debug. | Nicolas Patry | 2023-08-09 | 1 | -7/+9 |
| | | |||||
| * | ? | Nicolas Patry | 2023-08-09 | 1 | -7/+7 |
| | | |||||
| * | Better rust GH action. | Nicolas Patry | 2023-08-09 | 1 | -1/+7 |
| | | |||||
| * | Chnage name | Nicolas Patry | 2023-08-09 | 1 | -1/+1 |
| | | |||||
| * | Adding cuda CI | Nicolas Patry | 2023-08-09 | 1 | -0/+84 |
| | | |||||
* | | Typos and format and CD only when PR lands. | Nicolas Patry | 2023-08-02 | 1 | -2/+0 |
|/ | |||||
* | Starting the book. | Nicolas Patry | 2023-08-01 | 1 | -1/+1 |
| | |||||
* | Permissions. | Nicolas Patry | 2023-07-26 | 1 | -3/+3 |
| | |||||
* | Typo. | Nicolas Patry | 2023-07-26 | 1 | -9/+9 |
| | |||||
* | Releasing within the branch to test the setup. | Nicolas Patry | 2023-07-26 | 1 | -3/+4 |
| | |||||
* | Adding a documentation book. | Nicolas Patry | 2023-07-26 | 2 | -0/+70 |
| | |||||
* | Reenable pyo3 in the workspace list (#170) | Laurent Mazare | 2023-07-14 | 1 | -3/+3 |
| | | | | | * Enable pyo3 back. * Adapt the CI. | ||||
* | Windows 2019 is slower to load (I guess less availability). | Ubuntu | 2023-06-28 | 1 | -2/+2 |
| | |||||
* | Running CI only when pushing on `main` and on pull request. | Ubuntu | 2023-06-28 | 1 | -1/+5 |
| | |||||
* | Ignoring candle-kernels during CI. | Nicolas Patry | 2023-06-27 | 1 | -3/+3 |
| | |||||
* | Remove the default features from the CI as cuda is not available. | laurent | 2023-06-26 | 1 | -1/+3 |
| | |||||
* | Deactivate nightly CI as it's flaky at the moment. | laurent | 2023-06-22 | 1 | -2/+2 |
| | |||||
* | cuda is not available on the CI so deactivate it. | laurent | 2023-06-21 | 1 | -1/+1 |
| | |||||
* | Add some very basic tensor type. | laurent | 2023-06-19 | 1 | -0/+72 |