Commit Graph

13 Commits

Author SHA1 Message Date
f86f4d6224 Tweak the CI to avoid running out of disk space. (#2630)
* Tweak the CI to avoid running out of disk space.

* Linux only.
2024-11-19 04:32:36 +01:00
12d7e7b145 More Model Module Docs (#2623)
* 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
2024-11-17 20:27:24 +01:00
b7d9af00cc fix: usage of actions/checkout@v2 (#2403)
* chore: changes from formatting on save

* fix: usage of `actions/checkout@v2`
2024-08-06 10:59:34 +02:00
5a363dbc26 Adds check for 7b-zephyr and uses correct template (#1283)
* 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>
2023-11-06 21:05:39 +01:00
8cbb9d0e6c Add some preliminary ONNX support (#1260)
* 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.
2023-11-04 06:36:05 +01:00
d1f5d44c04 Reenable pyo3 in the workspace list (#170)
* Enable pyo3 back.

* Adapt the CI.
2023-07-14 19:54:38 +01:00
0862e7d9e9 Windows 2019 is slower to load (I guess less availability). 2023-06-28 22:21:38 +00:00
d3000ac9eb Running CI only when pushing on main and on pull request. 2023-06-28 22:20:31 +00:00
c2edaf83eb Ignoring candle-kernels during CI. 2023-06-27 13:53:23 +02:00
de1f612645 Remove the default features from the CI as cuda is not available. 2023-06-26 20:56:13 +01:00
b5f7553b18 Deactivate nightly CI as it's flaky at the moment. 2023-06-22 08:36:33 +01:00
7c317f9611 cuda is not available on the CI so deactivate it. 2023-06-21 14:50:52 +01:00
9698211d56 Add some very basic tensor type. 2023-06-19 17:26:50 +01:00