# candle-yi Candle implentations of the Yi family of bilingual (English, Chinese) LLMs. ## Running an example ```bash $ cargo run --example yi -- --prompt "Here is a test sentence" > python > print("Hello World") > ```