[Candle] huggingface Candle
ยท
๐ ๏ธ Tools
git clone https://github.com/huggingface/candle.git Candle ์ด๋? Candle์ ์ฑ๋ฅ(GPU ์ง์)๊ณผ ์ฌ์ฉ ํธ์์ฑ์ ์ค์ ์ ๋ rust ์ฉ Minimalist ML ํ๋ ์์ํฌ์
๋๋ค. whisper, LLaMA2, T5, yolo, Segment Anything์ ํ๋ฒ์ ๋ถ๋ฌ์ ์ฌ์ฉํ ์ ์๊ณ huggingface์ ๋ค์ํ ๋ชจ๋ธ์ ์ง์ํฉ๋๋ค. Kakaobot์ ์ฌ์ฉํ Stable Diffusion ์ฌ์ฉ ์์ ์ค์น ๋ฐฉ๋ฒ 1) Candle์ Rust๋ฅผ ์ฌ์ฉํ๋ฏ๋ก rust package ๊ด๋ฆฌ์์ธ Cargo๋ฅผ ์ค์นํด์ค๋ค. curl https://sh.rustup.rs -sSf | sh # env enroll source "$HOME/.cargo/env" rustc ..