Huggingface candleとはHuggingface candleは、whisperやstable diffusion, LLMをRust上で利用できようにしたライブラリです。 リンクColab github 準備Google Colabを開き、メニューから「ランタイム→ランタイムのタイプを変更」でランタイムを「GPU」に変更します。 環境構築Rustの環境構築です。 !curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y !cp /root/.cargo/bin/* /usr/local/binRustの基本僕自身が初めてRustを利用するのでちょっと色々試してみます。 (1)Runtime %%writefile main.rs fn main() { // 世界よ、こんにちは prin