23 Commits

Author SHA1 Message Date
tinyboxvk
6c15458868 Bump actions versions (#1669)
* Update docs-check.yml

Bump actions/setup-python to v5
Bump python-version to 3.12 (default on ubuntu-latest)
Switch actions-rs/toolchain to dtolnay/rust-toolchain as the former one is no longer maintained

* Update node-release.yml

Bump actions/setup-python to v5
Switch actions-rs/toolchain to dtolnay/rust-toolchain as the former one is no longer maintained
Bump actions/cache to v4
Bump actions/setup-node to v4
Bump actions/upload-artifact to v4
Bump actions/download-artifact to v4

* Update node.yml

Switch actions-rs/toolchain to dtolnay/rust-toolchain as the former one is no longer maintained
Bump actions/cache to v4
Bump actions/setup-node to v4

* Update python-release-conda.yml

Switch actions-rs/toolchain to dtolnay/rust-toolchain as the former one is no longer maintained
Bump conda-incubator/setup-miniconda to v3

* Update python-release.yml

Bump actions/setup-python to v5
Bump actions/download-artifact to v4

* Update rust-release.yml

Switch actions-rs/toolchain to dtolnay/rust-toolchain as the former one is no longer maintained
Bump actions/cache to v4

* Update stale.yml

Bump actions/stale to v9

* Update python.yml

Bump actions/setup-python to v5
2024-11-01 10:19:35 +01:00
tinyboxvk
41e0eaa561 Bump actions/checkout to v4 (#1667)
Signed-off-by: tinyboxvk <tinyboxvk@users.noreply.github.com>
2024-10-29 14:32:07 +01:00
Nicolas Patry
d2010d5165 Move to maturing mimicking move for safetensors. + Rewritten node bindings. (#1331)
* Move to maturing mimicking move for `safetensors`.

* Tmp.

* Fix sdist.

* Wat?

* Clippy 1.72

* Remove if.

* Conda sed.

* Fix doc check workflow.

* Moving to maturin AND removing http + openssl mess (smoothing transition
moving to `huggingface_hub`)

* Fix dep

* Black.

* New node bindings.

* Fix docs + node cache ?

* Yarn.

* Working dir.

* Extension module.

* Put back interpreter.

* Remove cache.

* New attempt

* Multi python.

* Remove FromPretrained.

* Remove traces of `fromPretrained`.

* Drop 3.12 for windows?

* Typo.

* Put back the default feature for ignoring links during simple test.

* Fix ?

* x86_64 -> x64.

* Remove warning for windows bindings.

* Excluse aarch.

* Include/exclude.

* Put back workflows in correct states.
2023-08-28 16:24:14 +02:00
Funtowicz Morgan
a03330607b Update all GH Actions with dependency on actions/checkout from v[1,2] to v3 to notably improve performance (retrieve only the commit being checked-out) (#1256) 2023-05-22 14:50:00 +02:00
Nicolas Patry
4ef0afbeb6 Update old gh actions, remove deprecated doc building. (#1069) 2022-10-05 17:59:46 +02:00
Anthony MOI
d788a950ac Doc - Fixes some CI fails 2020-11-02 17:07:27 -05:00
Sebastian Pütz
1f64761480 Cache based on Cargo.lock. 2020-08-03 10:51:57 -04:00
Anthony MOI
a0e32914e9 Node: Activate rustfmt and clippy in the CI 2020-06-11 12:01:42 -04:00
Pierric Cistac
d3fb1d12f4 Try avoid duplicated github actions in PRs 2020-04-01 16:39:51 -04:00
Pierric Cistac
d90593a5e8 Run github actions on pull requests
Try to fix actions not running for pull requests opened by external contributors cc @n1t0
2020-04-01 14:04:14 -04:00
Pierric Cistac
0c572097a2 fix cargo cache in ci
see https://github.com/actions/cache/issues/133#issuecomment-599102035
2020-03-18 15:35:35 -04:00
Pierric Cistac
6b3dfcfd85 fix path-ignore in workflows 2020-03-04 10:48:05 -05:00
Pierric Cistac
3f6de4d33f node: add lint check in workflow 2020-01-29 16:58:59 -05:00
Pierric Cistac
c7f850415f generalize npm cache and forget about rust target
neon re-triggers complete rust build every time because of `artifacts.json` which is generated every time... (and cannot be versioned since it varies by platform)
2020-01-23 17:27:14 -05:00
Pierric Cistac
ef59535b54 try w/ source rust lib 2020-01-23 17:23:14 -05:00
Pierric Cistac
551b89e2a1 trigger node action
trigger bis
2020-01-23 17:23:14 -05:00
Pierric Cistac
5dacde7fa4 first try cache rust + npm 2020-01-23 16:11:06 -05:00
Pierric Cistac
36edeebba3 use last rust version on node actions 2020-01-22 18:11:39 -05:00
Pierric Cistac
6b8deb90e2 prepare for tests 2020-01-22 17:37:30 -05:00
Pierric Cistac
63c873ac50 don't build when only updates on python bindings 2020-01-14 15:20:34 -05:00
Pierric Cistac
74e18c13f5 rename workflow to Node 2020-01-14 15:20:34 -05:00
Pierric Cistac
ed201271fc clean env vars in node.yml 2020-01-14 15:20:34 -05:00
Pierric Cistac
6a10dadcd1 move bindings build to each push 2020-01-14 15:20:34 -05:00