mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-25 03:12:13 +00:00
* Patch rust release. * Trying to remove the rust-toolchain hardcoded in action. * Upgrade rust toolchain. * Put back the toolchain ? * Fix neuron dockerfile. * Move to the proper version of Rust. * 1.85 since the GH action doesn't respect the override. * Typo. * Fixing the github action. * Fixing docker llamacpp. * Fixing the github action. * Update clippy.
6 lines
133 B
TOML
6 lines
133 B
TOML
[toolchain]
|
|
# Released on: 30 January, 2025
|
|
# https://releases.rs/docs/1.84.1/
|
|
channel = "1.85.0"
|
|
components = ["rustfmt", "clippy"]
|