summaryrefslogtreecommitdiff
path: root/.github/workflows/rust-ci.yml
Commit message (Collapse)AuthorAgeFilesLines
* Tweak the CI to avoid running out of disk space. (#2630)Laurent Mazare2024-11-191-0/+3
| | | | | * Tweak the CI to avoid running out of disk space. * Linux only.
* More Model Module Docs (#2623)zachcp2024-11-171-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
* fix: usage of `actions/checkout@v2` (#2403)Hamir Mahal2024-08-061-6/+6
| | | | | * chore: changes from formatting on save * fix: usage of `actions/checkout@v2`
* Adds check for 7b-zephyr and uses correct template (#1283)DTJ112352023-11-061-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 Mazare2023-11-041-0/+4
| | | | | | | | | | | | | | | | | * 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.
* Reenable pyo3 in the workspace list (#170)Laurent Mazare2023-07-141-3/+3
| | | | | * Enable pyo3 back. * Adapt the CI.
* Windows 2019 is slower to load (I guess less availability).Ubuntu2023-06-281-2/+2
|
* Running CI only when pushing on `main` and on pull request.Ubuntu2023-06-281-1/+5
|
* Ignoring candle-kernels during CI.Nicolas Patry2023-06-271-3/+3
|
* Remove the default features from the CI as cuda is not available.laurent2023-06-261-1/+3
|
* Deactivate nightly CI as it's flaky at the moment.laurent2023-06-221-2/+2
|
* cuda is not available on the CI so deactivate it.laurent2023-06-211-1/+1
|
* Add some very basic tensor type.laurent2023-06-191-0/+72