Files
candle/candle-examples/examples/starcoder2
Quentin Gallouédec ffb8d63324 Use HF Papers
2025-05-17 03:41:24 +00:00
..
2024-02-28 21:02:41 +01:00
2025-05-17 03:41:24 +00:00

candle-starcoder2

Candle implementation of Star Coder 2 family of code generation model from StarCoder 2 and The Stack v2: The Next Generation.

Running an example

$ cargo run --example starcoder2 -- --prompt "write a recursive fibonacci function in python "

> # that returns the nth number in the sequence.
> 
> def fib(n):
>     if n